NOTE: you have to change all scr~ipt to script before it works.
pid (publisher id) and sid (site id) are given to you on clicksor. put your own one in.
Code:
adtype=1
adtype is the sort of ad you want. the adtpye ranges from 1-10. Pick any you want .
step 1: upload block-clicksor.php under <nuke-root>/blocks/
step 2: login as an admin
step 3: select block menu icon
step 4: create a block with a block name after selecting block from combo-drop down box where emgage name appears
step 5: choose your block position. (dosnt amtter if you pick floating)
Now you can customise the whole code. the colours and stuff.
1. Turn off text link ads
Code:
clicksor_enable_text_link = true;
change teh true to false
Code:
clicksor_enable_text_link = false;
2. Turn off popups
Code:
clicksor_enable_pop = true;
change to false
Code:
clicksor_enable_pop = false;
3. Modify the ammount of time inbetween popups
Code:
clicksor_frequencyCap = 0.1;
change to:
nofrequency cap = -1
one pop per session = 0
6 mins = 0.1
12 mins = 0.2
18 mins = 0.3
30mins =0.5
and so on, every 6 mins is 0.1 so 1 hour will be 1.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum