|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  01-23-2009, 05:22 PM | #1 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 |  embed-play megaporn/youtube/etc videos with your own ads - HACK tutorial Embed or play flash movies from pretty much every site using your own ads in windows media player. All their ads will be disabled.  Windows media player has the ability to play many different files you usually associate with other programs, such as jpg's gif's png's wav's swf and many many others, it can even play websites. The downside of playing flash in windows media player is any page loading is disabled ( i.e. ads ) controls in flash will still work properly ( play stop pause etc ) The best way to display multiple types of files at once is to create a playlist, this also allows you to place a clickable banner below your videos. Using php we can create a simple dynamic playlist from a template. save the following file as player.php SIMPLE VERSION WITH BANNER Code: <?php
$x = $_GET['x'];
header('Content-type: video/x-ms-wvx');
?>
<ASX VERSION="3.0">
<ENTRY>
<Banner href="http://bannerurl.com/banner2.gif">
<MoreInfo href = "http://www.linkurl2.com" />
<Abstract>Click Here To Visit</Abstract>
</Banner>
		 	<REF HREF="<?php echo $x; ?>" />
		</ENTRY>
	
</ASX>now to play any video in your new playlist in media player simply link to yoursite.com/player.php?x=LINK where link is the link in the SRC of the embed code from the video you are linking to. for example the following is a sample embed code from youtube Code: <object width="425" height="344"><param name="movie" value="https://youtube.com/v/Hsj2MHgG48s&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="https://youtube.com/v/Hsj2MHgG48s&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object> so for that video the src link would be https://youtube.com/v/Hsj2MHgG48s so to play that video in your player you would link to yoursite.com/player.php?x=https://youtube.com/v/Hsj2MHgG48s here is an example embed code from megaporn Code: <object width="640" height="480"><param name="movie" value="http://www.megaporn.com/e/F81T0S3D77307cc99c8acfaee53bead0d61a92f0"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.megaporn.com/e/F81T0S3D77307cc99c8acfaee53bead0d61a92f0" type="application/x-shockwave-flash" allowfullscreen="true" width="640" height="480"></embed></object> so you would link to yoursite.com/player.php?x=http://www.megaporn.com/e/F81T0S3D77307cc99c8acfaee53bead0d61a92f0 when you link to a video it will open windows media player automatically or you can embed your dynamic video using the following code. example code ( pay close attention to how link is set just as above ) [code] <object width="640" height="480"><param name="movie" value="http://yoursite.com/player.php?x=http://www.megaporn.com/e/F81T0S3D77307cc99c8acfaee53bead0d61a92f0"></param><param name="allowFullScreen" value="true"></param><embed src="http://yoursite.com/player.php?x=http://www.megaporn.com/e/F81T0S3D77307cc99c8acfaee53bead0d61a92f0" type="video/x-ms-wvx" allowfullscreen="true" width="640" height="480"></embed></object> [code] heres 2 links to the script in action ( requires windows media player ) YOUTUBE EXAMPLE MEGAPORN EXAMPLE 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  01-23-2009, 05:25 PM | #2 | 
| Beer Money Baron Industry Role:  Join Date: Jan 2001 Location: brujah / gmail 
					Posts: 22,157
				 | I'd love to see it in action but I'm on a Mac   
				__________________ 
 | 
|   |           | 
|  01-23-2009, 05:27 PM | #3 | 
| Do Fun Shit. Industry Role:  Join Date: Dec 2004 Location: OC 
					Posts: 13,393
				 | I love your hacks... 
				__________________  “I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde | 
|   |           | 
|  01-23-2009, 05:29 PM | #4 | 
| Yes that IS me. Bitch. Industry Role:  Join Date: Nov 2001 
					Posts: 14,149
				 | the megarotic one still has their dating ad on it with the clickable link, but wow.. what a fucking awesome hack..  great job as usual. | 
|   |           | 
|  01-23-2009, 05:29 PM | #5 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | you can also play a picture in your player , complete with banner in windows media player example http://ytmnd.webspacemania.com/megap...eams/Emily.jpg 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  01-23-2009, 05:31 PM | #6 | |
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | Quote: 
  the link wont work heh  
				__________________ hatisblack at yahoo.com | |
|   |           | 
|  01-23-2009, 05:52 PM | #7 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  01-23-2009, 05:55 PM | #8 | 
| Ah My Balls Industry Role:  Join Date: Feb 2007 Location: Under the gold leaf ICQ 388-454-421 
					Posts: 14,311
				 | dude looks awesome bookmarked this thanks 
				__________________   | 
|   |           | 
|  01-23-2009, 05:58 PM | #9 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | now i am not suggesting blatantlly ripping people off but you can use this tool for you and them the last link i posted was for a live cam feed to needlive ( see sig ) you can use this to drive traffic to the sponsor by allowing a surfer to "save" the video , like if you save the link above to your dekstop it saves as a video , surfer can save to his desktop and see a live cam model everyday without even opening his/her browser, if they want to buy minutes they click your banner try "save as" the following link http://ytmnd.webspacemania.com/megap...omoplay010.swf Megaporn has full length videos from sponsors who dont seem to mind , yet these sponsors dont give me the same full length videos to promote them with , so you can link to a megaporn video from nastydollars and link back to the real sponsor with your banner 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  01-23-2009, 05:59 PM | #10 | 
| Too lazy to set a custom title Industry Role:  Join Date: Aug 2002 
					Posts: 55,372
				 | while you are on the subject of megaporn, heres some code to actually download a video from the site PHP Code: 
			
				__________________ Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.  WP Stuff | 
|   |           | 
|  01-23-2009, 06:03 PM | #11 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | p.s. you can "save as " any of the links, even the youtube ones , it saves as a video on your computer , so you dont have to load youtube and your favourites each time , simply save the video , it takes up no space because its simply a shortcut in video form 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  01-23-2009, 06:07 PM | #12 | |
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | Quote: 
   
				__________________ hatisblack at yahoo.com | |
|   |           | 
|  01-23-2009, 06:30 PM | #13 | 
| Confirmed User Industry Role:  Join Date: Nov 2001 Location: NYC 
					Posts: 3,927
				 | Cool shit, bookmarking this thread   | 
|   |           | 
|  01-23-2009, 06:32 PM | #14 | 
| Ah My Balls Industry Role:  Join Date: Feb 2007 Location: Under the gold leaf ICQ 388-454-421 
					Posts: 14,311
				 | just tried it on one of my sites. worked like a charm. thanks a lot! 
				__________________   | 
|   |           | 
|  01-23-2009, 06:34 PM | #15 | 
| Confirmed User Join Date: Jul 2002 
					Posts: 191
				 | nice hack buddy.. | 
|   |           | 
|  01-23-2009, 08:07 PM | #16 | |
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | Quote: 
  
				__________________ hatisblack at yahoo.com | |
|   |           | 
|  01-23-2009, 09:12 PM | #17 | 
| :glugglug Join Date: Mar 2003 Location: Where the Wild Things Are 
					Posts: 26,118
				 | SmokeyTheBear for President in 2012! | 
|   |           | 
|  01-23-2009, 10:02 PM | #18 | 
| Two fresh affiliate progs Industry Role:  Join Date: Nov 2004 Location: Inside teen pussy 
					Posts: 29,602
				 | GFY thread of 2009 so far. 
				__________________ [email protected] Skype: 17026955414 Vacares Web Hosting - Protect Your Ass with Included Daily Backups | 
|   |           | 
|  01-23-2009, 10:03 PM | #19 | 
| I need a beer   Industry Role:  Join Date: Jun 2002 Location: ♠ Toiletville ♠ 
					Posts: 133,947
				 | Smokey knows his shit.nice trick 
				__________________ | 
|   |           | 
|  01-24-2009, 12:10 AM | #20 | 
| Confirmed User Industry Role:  Join Date: Apr 2002 Location: Los Angeles 
					Posts: 6,986
				 | Hahaha fucking awesome smokey! | 
|   |           | 
|  01-24-2009, 06:13 AM | #21 | 
| Confirmed User Join Date: Feb 2002 Location: ICQ: 251425 Fr/Au/Ca 
					Posts: 6,863
				 | I'm sure this shit was posted at least last year ago ... | 
|   |           | 
|  01-24-2009, 07:00 AM | #22 | 
| So Fucking Banned Join Date: Jul 2006 
					Posts: 342
				 | nice hack but it would be perfect if it could disable all megaporn or youtube inscreen features , im afraid i would promote more megaporn or youtube then anything else | 
|   |           | 
|  01-24-2009, 07:50 AM | #23 | |
| Confirmed User Join Date: Feb 2002 Location: ICQ: 251425 Fr/Au/Ca 
					Posts: 6,863
				 | Quote: 
 Not embed, but hotlink. Smart people have been doing it for years...... | |
|   |           | 
|  01-24-2009, 11:37 AM | #25 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | yes i have posted various forms of this for awhile, just figured i would make it dead simple for those using megaporn videos.  
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  01-24-2009, 11:44 AM | #26 | |
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | Quote: 
  
				__________________ hatisblack at yahoo.com | |
|   |           | 
|  01-24-2009, 11:58 AM | #27 | 
| Affiliate Industry Role:  Join Date: Oct 2002 Location: Icq: 94-399-723 
					Posts: 24,433
				 | opens wmp on all urls for me | 
|   |           | 
|  01-24-2009, 12:01 PM | #28 | 
| ►SouthOfHeaven Join Date: Jun 2004 Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
					Posts: 28,609
				 | its supposed to do that . Or did you mean you were just confirming it did 
				__________________ hatisblack at yahoo.com | 
|   |           | 
|  01-24-2009, 12:23 PM | #29 | 
| ... Industry Role:  Join Date: Apr 2003 
					Posts: 2,280
				 | Does it only work with WMP 10 or higher? I have WMP 9 here on a PC and it doesn't work. (Just keeps replaying the big banner with arrows to the small banner, but not the actual video) | 
|   |           | 
|  01-24-2009, 01:17 PM | #30 | |
| Confirmed User Join Date: Feb 2002 Location: ICQ: 251425 Fr/Au/Ca 
					Posts: 6,863
				 | Quote: 
 Especially since they started getting serious with encrypting their players. | |
|   |           | 
|  01-24-2009, 01:50 PM | #31 | 
| aliasx Join Date: Apr 2001 
					Posts: 19,010
				 | Great thread & hack Smokey! 
				__________________ https://porncorporation.com | 
|   |           |