How to put paypopup.com code on proxified pages ?

Discussion in 'Programming' started by Scriptona, Jun 24, 2007.

  1. #1
    I know the way adversal and adbrite code can be put on proxified pages Listed here


    but not sure how to put paypopup.com ads

    their code is here
    
    <!-- PayPopup.com Advertising Code Begin -->
    
    <div id="PaypopupStartCode" style="display:none">
    </div>
    <script language="JavaScript1.1">
    if (typeof(paypopupScriptStart) == 'undefined') {var paypopupScriptStart = false;}
    if (!paypopupScriptStart) {
    	document.write('<scr'+'ipt src="http://popunder.adsrevenue.net/popup.php?'+(new Date()).getTime()+'&id=TechEntrance&pop=enter&t=2&subid=66733&blk=1&fc=0.1"></scr'+'ipt>');
    	paypopupScriptStart = true;
    }
    </script>
    <noscript>
    <div style="width: 1px; height: 1px;overflow: hidden;"><a href="http://www.paypopup.com">Online Advertising</a></div>
    </noscript>
    
    <!-- PayPopup.com Advertising Code End -->
    Code (markup):

    will give rep for the soul saver :D
     
    Scriptona, Jun 24, 2007 IP
    F.L.A.W.L.E.S.S likes this.
  2. nick-a

    nick-a Active Member

    Messages:
    446
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #2
    I tried it and they suspended the popunders for the domain, they dont support proxies anymore. However, if you still want to go ahead, just put \ in front of every ' and it'll work fine if you copy the code after the url form.
     
    nick-a, Jul 12, 2007 IP
    Scriptona likes this.
  3. nick-a

    nick-a Active Member

    Messages:
    446
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #3
    IE heres what I used:

    =================================================
    Paypopup.com POPUNDER code with escape characters
    =================================================

    <!-- PayPopup.com Advertising Code Begin -->

    <div id="PaypopupStartCode" style="display:none">
    </div>
    <script language="JavaScript1.1">
    if (typeof(paypopupScriptStart) == \'undefined\') {var paypopupScriptStart = false;}
    if (!paypopupScriptStart) {
    document.write(\'<scr\'+\'ipt src="http://popunder.adsrevenue.net/popup.php?\'+(new Date()).getTime()+\'&id=removed&pop=enter&t=2&subid=68653&blk=1&fc=-1"></scr\'+\'ipt>\');
    paypopupScriptStart = true;
    }
    </script>
    <noscript>
    <div style="width: 1px; height: 1px;overflow: hidden;"><a href="http://www.paypopup.com">Online Advertising</a></div>
    </noscript>

    <!-- PayPopup.com Advertising Code End -->
     
    nick-a, Jul 12, 2007 IP
  4. Scriptona

    Scriptona Notable Member

    Messages:
    4,957
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    280
    #4
    Thanks for the info and for the heads up :D

    well, it's useless now after your explanation
     
    Scriptona, Jul 12, 2007 IP
  5. nikolaalx

    nikolaalx Well-Known Member

    Messages:
    996
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    100
    #5
    Yes I just tried it and gotten my account suspended :p

    Does anyone else know a good pop-under alternative for proxies?

    Nik
     
    nikolaalx, Jul 26, 2007 IP