download, install & redirect

Reply

Join Date: Apr 2008
Posts: 17
Reputation: elbuhleini is an unknown quantity at this point 
Solved Threads: 0
elbuhleini's Avatar
elbuhleini elbuhleini is offline Offline
Newbie Poster

download, install & redirect

 
0
  #1
Dec 12th, 2008
Hi,

N00b in need for some help

I would like to do this: our affiliate inputs an url of his choice and submits. The script gives him our app with his affID embeded in it. When his visitor installs this app, he is redirected to url, which was submitted before.
Here is my Js code so far, but I am not good in php, so how to create that (download.php) code to pass affID and url redir? Pls, help!

  1. <TABLE cellPadding=10 width='555' border=0 style='border-collapse: collapse' bordercolor='#111111' cellspacing='0' align=center>
  2. <TR>
  3. <TD width='635'>
  4.  
  5. <script>
  6. function update(){
  7. var yourcontent = document.getElementById('yourcontentid').value;
  8. if(!yourcontent) {
  9. alert('you have to enter a valid content url');
  10. return false;
  11. }
  12. var url = 'http://sub.domain.com/download.php?affID=<?php echo urlencode($_POST['affID']); ?>">&content='+yourcontent;
  13. var dl = document.getElementById('downloadid');
  14. dl.src = url;
  15. }
  16. </script>
  17. <iframe src='' id='downloadid' width=0 height=0></iframe>
  18. <TABLE cellSpacing=0 cellPadding=5 width='622' border=1 height='137'>
  19. <TBODY>
  20. <TR bgColor=#cccccc>
  21. <TD height='1' width='608'>
  22.  
  23. Protect your own content<BR>
  24. <span class='text'><b>
  25. <span lang='bg'>Type </span>: </b>YourContent<b></TD></TR>
  26. <TR>
  27. <TD height='120' width='608'>
  28. Your content url:<input id='yourcontentid' type='test' name='yourcontent'><br><Br>
  29.  
  30. <input type='button' value='Download Your Content exe' onclick='javascript:update();'> <BR><BR>
  31.  
  32. You can fill in any url you like to protect like a movie or a website, for example 'http://www.yoursite.com/content/' or 'http://www.yoursite.com/movies/movie.mpg'<BR><BR>
  33. The exe will install Xposio and redirect to the url of your choice.<br>
  34. You can make as many content executables as you wish.
  35. <BR></TD></TR></TBODY></TABLE>
If you think you are the smartest, you definetly are not. But you can strive to be one. Cashwizz Affiliate network
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC