You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 44 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Anyone know a free hosting site that can handle nuke! [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Guest







PostPosted: Tue Jun 17, 2003 1:16 am Reply with quoteBack to top

meaning they have the right support for PHP and MySQL databases as well as enough space to fit all of nuke and then some?

Call me a cheapo, but I can put up with pop up ads because I use Opera and the only people who will be annoyed by my site would be the visitors Twisted Evil
Find all posts by Anonymous
Daniel-cmw
Site Admin
Site Admin


Joined: Mar 02, 2003
Posts: 1662

Location: The UK!

PostPosted: Tue Jun 17, 2003 1:32 am Reply with quoteBack to top

Netfirms

_________________
Read Me
Find all posts by Daniel-cmwView user's profileSend private message
Guest







PostPosted: Mon Jun 30, 2003 4:40 am Reply with quoteBack to top

spaceports.com
Find all posts by Anonymous
Guest







PostPosted: Mon Jun 30, 2003 6:05 am Reply with quoteBack to top

www.breezeland.com their the best.
Find all posts by Anonymous
Enzym
Guest






PostPosted: Sat Jul 05, 2003 1:10 pm Reply with quoteBack to top

www.lrehosting.com - Not free, but 1 dollar a month. Worth checking out...
Find all posts by Anonymous
Guest
Guest






PostPosted: Wed Jul 09, 2003 2:07 pm Reply with quoteBack to top

www.hostingsolutions.com
Find all posts by Anonymous
nobby
Guest






PostPosted: Fri Aug 08, 2003 10:35 am Reply with quoteBack to top

I would of suggested lycos, but they now have a stinking ad frame that ruins the site, so ignore that one
Find all posts by Anonymous
expert01
Guest






PostPosted: Sat Aug 23, 2003 11:17 am Reply with quoteBack to top

tripod.lycos.uk

It is easy to remove the ads. just use the following script in header.php:

Code:
    include("themes/$ThemeSel/theme.php");
    echo "<noframes>\n";
    echo "<noscript>\n";
    echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";
    echo "<html>\n";


and this in footer.php

Code:
    themefooter();
    echo "</body>\n"
   ."<!-- Begin X-KoDe Tripod.es Banner Ad Killer Script -->\n"
   ."<!-- Downloaded from HTTP://xKoDe.TK -->\n"
    ."<script language=\"JavaScript\" src=\"http://usuarios.lycos.es/xkode/ads/kodes/xkode_tripod_es.js\"></script>\n"
   ."<!-- End X-KoDe Tripod.es Banner Ad Killer Script -->\n"
   ."</html>\n"
   ."</noframes>\n"
   ."</noscript>\n";
    die();
Find all posts by Anonymous
expert01
Guest






PostPosted: Sat Aug 23, 2003 11:23 am Reply with quoteBack to top

Oh yeah, it removes the frame and the advertisements that drop down from the top.

Tested on lycos.it, but should work at tripod.lycos.co.uk (better than tripod.lycos.com). See it at http://utenti.lycos.it/legacy2000/
Find all posts by Anonymous
basaz
Guest






PostPosted: Sun Aug 24, 2003 7:40 pm Reply with quoteBack to top

expert01 wrote:
Oh yeah, it removes the frame and the advertisements that drop down from the top.

Tested on lycos.it, but should work at tripod.lycos.co.uk (better than tripod.lycos.com). See it at http://utenti.lycos.it/legacy2000/


man, you have a beautiful ad frame there Sad
r u sure it works?
Find all posts by Anonymous
expert02
Guest






PostPosted: Tue Sep 30, 2003 4:45 pm Reply with quoteBack to top

Yes, it does work. My old site does not work right now, but there is a new site at http://utenti.lycos.it/legacy2000/Test/index.php . The link may display ads, I am not sure, if it does, just click on the Go button in your browser. I have tried this code, and it does work. Trust me, you probably looked at my site when I was debugging and revising the code, it sometimes displayed ads.
Find all posts by Anonymous
DisneyFan25863
Sergeant
Sergeant


Joined: Jul 20, 2003
Posts: 76


PostPosted: Tue Sep 30, 2003 6:46 pm Reply with quoteBack to top

I would just like to say to everyone that using that code does break the Terms of Service you agreed to when you joined lycos, and that your site could be deleted for using it.

_________________
<img src="http://www.audiomatch.net/usrs/DisneyFan25863.png"</img>
Find all posts by DisneyFan25863View user's profileSend private messageVisit poster's websiteAIM Address
Xwen
Guest






PostPosted: Sat Nov 01, 2003 1:34 am Reply with quoteBack to top

i tried it on a uk server of lycos, only hte first page is free of the banner but when i click an other link "POP" its back again, if you press ctrl+f5 i vanishes again, but if you click another link, "pop" there it is again Smile
Find all posts by Anonymous
mr_swinson
Nuke Cadet
Nuke Cadet


Joined: Feb 05, 2004
Posts: 1


PostPosted: Thu Feb 05, 2004 11:46 am Reply with quoteBack to top

expert01 wrote:
tripod.lycos.uk

It is easy to remove the ads. just use the following script in header.php:

Code:
    include("themes/$ThemeSel/theme.php");
    echo "<noframes>\n";
    echo "<noscript>\n";
    echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";
    echo "<html>\n";


and this in footer.php

Code:
    themefooter();
    echo "</body>\n"
   ."<!-- Begin X-KoDe Tripod.es Banner Ad Killer Script -->\n"
   ."<!-- Downloaded from HTTP://xKoDe.TK -->\n"
    ."<script language=\"JavaScript\" src=\"http://usuarios.lycos.es/xkode/ads/kodes/xkode_tripod_es.js\"></script>\n"
   ."<!-- End X-KoDe Tripod.es Banner Ad Killer Script -->\n"
   ."</html>\n"
   ."</noframes>\n"
   ."</noscript>\n";
    die();


Guys, if all of this does not work, I know This Topic will. Razz

_________________
Image
Find all posts by mr_swinsonView user's profileSend private message
Crackz
Guest






PostPosted: Sat May 08, 2004 11:12 am Reply with quoteBack to top

that code works perfectly.... it removes the ads and pop ups from lycos

does anyone know wich in the hell are the primary and seconday DNS server??? from lycos/tripod...
Find all posts by Anonymous
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
You can post new topics in this forum
You can 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.230 Seconds - 171 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::