Need Help! CrazyFlx's Content Gateway Coding!

ramtripper

BANNED
Joined
Jul 31, 2010
Messages
426
Reaction score
274
Okay, so i've been going at this thing since 1 am and to no avail...

the original thread is here:

http://www.blackhatworld.com/blackhat-seo/black-hat-seo-tools/224283-free-content-gateway-geotarget-rotate-offers-session-cookies-instructions.html

I'm using a Wordpress and have installed the plugin - CPA Redirector 2 - and set various links to have a redirect to a few email submit offers.

I followed the instructions exactly:

stuck in the code after the header (in header.php)

Code:
<script src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script language="JavaScript" src="http://j.maxmind.com/app/country.js"></script>
<SCRIPT LANGUAGE="JavaScript" SRC="/gatewaysettings.js"></SCRIPT>
<link rel="stylesheet" type="text/css" href="/gatewaystyle.css" />

edited the body tag to:

Code:
<body onscroll="scrolltop();">

and placed this right under the body tag mentioned above:
Code:
<script language="javascript">document.write(ad);</script>

I went to the url of one of my pages and added the /?mn=xxxxxx number to the end so it redirects me to the CPA offer and copied that url.

I then open the file Cakeslice.html and pasted the copied url into it so the cpa offer opened and i could slice out the
submit email field.

I then copied the code Cakeslice gave me and pasted it into notepad > made it into a single line and pasted the following before the start of the code:

<div id="gatewayDimmer"></div><div id="gatewaydiv"><ul id="OfferList">

and closed the cakeslice code with:

</ul></div>

I then pasted the whole Single line into:

Code:
function us()
    {ads = 
    [
     'LONG LINE OF CODE GOES HERE, IT IS THE LOCKER ITSELF.  THIS WILL BE OFFER 1',
     'THIS WOULD BE OFFER TWO IF YOU HAVE ONE, OTHERWISE, DELETE THIS LINE'
    ]
     ad = ads[Math.floor(Math.random()*ads.length)]
    }

(the part that says LONG LINE OF CODE GOES HERE)

I uploaded all files to root of folder.
menupop.gif

I reoppened my web browser to reset the cookies, and also used other browsers as well (firefox, ie, and chrome).

I've tried deleting the following tags in the cakesliced code:

id="i_div" & name="i_frame"

I've also shifted around the position of the div box - maybe it was in the wrong spot - but that didn't do anything.


Plz someone help me figure this out. I've been going at it for hours and hours and to no avail, I just DO NOT see the email submit iframe image box no matter what i do and im going crazy.

Please help, I will love you very much, and donations are most definitely not out of the question!
 
ive been trying to pm you but i keep getting some error. shoot me a message and i'll see what i can do
 
Back
Top