View Single Post
Old 10-13-2006, 05:16 PM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
Quote:
Originally Posted by FightThisPatent View Post
since zango is an installed application, its using like DDE, etc to pick up the URL from the web browser active window....

so couldn't you just pass the URL you want to send the surfer to a php script that sets up frames?

coding at the top of my head:

link on affiliate website:
<a href=FrameMe.php?url=http://www.somesponsorprogram.com/afflink/id=123>click here to get some porn</a>



then FrameMe.php


<frameset rows=1,* border=0>
<frame src=junk.html name=top>
<frame src=<? print $_REQUEST["url"]; ?> name=bottom>
</frameset>

the URL in the location bar will still show the affiliate website but the content will be the intended target.... but then those programs that bust out of frames, will just cause zango to pick up the URL


Fight the brainstorming!
thats basically what my script does , but i also went 1 step further becaus ethere are other programs worse than zango.. in your example above.. your going to run into problems trying to send nats affiliate codes thru that becaus eyou will end up with 2 "?'s"
also if there is actual html rewriting going on they are going to detect the url in the frameme.php?url=thisurlcouldberewritten before the user clicks it.. leading the surfer through your script with zango's code on it.
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote