textlink

Status
Not open for further replies.

Tyler

Retired Staff
Messages
8,564
Reaction score
0
Points
0
he means its not a ad banner. You need to use the code provided, which is as he said a text link. It just changes everytime the page is reloaded.
 

dbzsr

New Member
Messages
92
Reaction score
0
Points
0
I prefer Free Hosting from X10hosting.com
is that possible??
 

TarinC

New Member
Messages
698
Reaction score
0
Points
0
i dont think its possible unless u want to be suspended, the ad checker looks for the ad code and not the words "Free Hosting from X10hosting.com"
 

Spartan Erik

Retired
Messages
6,764
Reaction score
0
Points
0
dbzsr said:
thats what erik said when i asked him about the textlink from fws

here is the post http://freewebspace.net/forums/showpost.php?p=746766&postcount=6



admin please telll me which one is currect

That was an example lol, not literally. You must use this code for the advanced plan:

Javascript Version:

Code:
<script language='JavaScript' type='text/javascript'>
<!--
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);

   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("http://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
   document.write ("&what=zone:3&target=_blank");
   document.write ("&exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&referer=" + escape(document.referrer));
   document.write ("'><" + "/script>");
//-->

</script><noscript><a href='http://x10hosting.com/advert/adclick.php?n=a915c788' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:3&n=a915c788' border='0' alt=''></a></noscript>

PHP Version:
Code:
<? include("http://staff.x10hosting.com/adCode.php?ad=advanced"); ?>
 
Last edited:

dbzsr

New Member
Messages
92
Reaction score
0
Points
0
i will add it



but do i have to put it in my splash screen too

i will put it in all my pages except the splash is that possible
because people come through the splash and click enter the site


thats it
is it possible?
 
Last edited:

noerrorsfound

New Member
Messages
1,736
Reaction score
1
Points
0
dbzsr said:
i will add it



but do i have to put it in my splash screen too

i will put it in all my pages except the splash is that possible
because people come through the splash and click enter the site


thats it
is it possible?
It must be on ALL pages. They make no exceptions. If someone's going to see the page, an ad has to be there.

If all the splash is for is to make people click enter, why even have a splash page? Take them directly to your site when they type the URL. There is no need for them to click enter.
 
Last edited:

dbzsr

New Member
Messages
92
Reaction score
0
Points
0
okok


i will just add it to the splash too



my code is like this

Supported by <? include("http://staff.x10hosting.com/adCode.php?ad=advanced"); ?>
 
Last edited:

Tyler

Retired Staff
Messages
8,564
Reaction score
0
Points
0
dbzsr said:
i will add it



but do i have to put it in my splash screen too

i will put it in all my pages except the splash is that possible
because people come through the splash and click enter the site


thats it
is it possible?
No,

and thats fine how your going to put it just as long as you have the code in there on every page.
 
Status
Not open for further replies.
Top