View Full Version : Need Code
Blue-ninja
04-08-2007, 09:19 PM
I need a code that nullifies any Freewebs tracking code found at the bottom of this page. (http://www.freewebs.com/asksoldat/) I mean, just enter the code in there, and it eliminates the tracking code shown on the site.
Tanoro
04-08-2007, 11:40 PM
I see what you mean. Well, you can TRY this, but I'm not sure it will work. If freewebs lets you make your pages out of PHP, then just use an exit() function at the bottom of each page. This should break all code on the page from that point on, leaving only what is above the exit() function. However, FW may not allow you to use PHP pages and if they do, breaking their banners may be against their terms of use policies.
If you want 100% total control over your content, then I highly suggest getting your own webspace. There are numerous cheap webhosting companies online that offer decent services for like $10/year. You can get your own .com domain from Godaddy.com for anther $8.95/year and you're all set! If you'd like the name of a cheap and decent webhost, let me know and I'll hook you up. I have accounts with 3 different ones and can certainly help.
thnbgr
04-08-2007, 11:42 PM
Nile... I don't think it's too hard to understand...
Basically:
table tr td font {
display:none;
}
try that.
What it does though, is not display whatever is in a table >> tr >> td >> font. Just make sure the rest of your page does not have something contained within a table, tr, td, and font. :)
But I noticed that your links disappeared, might need to recode that (ask me if you need help on that).
Blue-ninja
04-09-2007, 12:16 AM
What you mean my links disappear?
thnbgr
04-09-2007, 10:20 AM
Well, your links on the upper part of your site also are not displayed, because it is within a table, tr, td, font.
Try taking away the font and changing it to something else.
Ya... and I also noticed that you pasted my page counter script on the page. :) You would need a php parsing server to do that, sorry.
Blue-ninja
04-09-2007, 01:23 PM
Eh, I noticed that. Then I found freewebs' counter code for it at the bottom of the page. Can you take a screen shot of the missing links page section?
fn+Prt Scr
thnbgr
04-09-2007, 01:26 PM
Acutally, now that I look at it closer, try:
#footer {display:none;}
Blue-ninja
04-09-2007, 01:51 PM
Actually, I just simply backspaced the code I found waaayyy at the bottom of the HTML editor page. Sneak, but not sneaky enough. Won't be long though. :p That's why I created the Anarchists Forums.
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.