Page 2 of 2

Posted: 28 Aug 2006, 14:50
by Gogeta70
Sorry about the absence, i went to this sweet ass concert this week...

Posted: 29 Aug 2006, 10:29
by jneaod
Cool, what concert was it? And do you know how to block thoses flash ads at the top?

Posted: 29 Aug 2006, 13:05
by bad_brain
I took a look at the source, it's no Flash, it's a .gif in a table cell in combination with some Javascript and CSS.
what is the structure of this webspace? is there just a directory where you can upload your files to or are there also some directories above like cgi_bin or phptemp? if yes you could try to place a website in one of these folders and then redirect to it from the actual website directory (by using ../), maybe the banner is only displayed in there.....just the first idea that came to my mind.... :wink:

Posted: 29 Aug 2006, 14:18
by Gogeta70
Well i know that whenever you edit the website, the banner will get added on again, unless the host is shitty, so i'm thinking of making index.php remove the add and automatically forward you to the index2 page, that way the ad will never be there.

Posted: 29 Aug 2006, 14:27
by Gogeta70
Okay, that was an easy coding project, but i have yet to see if it works on your website. Right now, the red background page you have on your site, rename that "index2.php".

index.php should be this:

Code: Select all

<?PHP

$index = file('index2.php'); //the original index page with an ad

echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"stylesheets/indexcss.css\">"; // pointer to your CSS file

for($a = 111; $a < count($index); $a++)
{
echo $index[$a];
}

?>

Posted: 27 Jan 2007, 19:46
by jneaod
I am going to try and complete this os now since i have time and have figured out what I want to do.

Posted: 27 Jan 2007, 21:10
by knightm4r3
Hey, I have absolutly no idea as to how to go about a "Web OS" but I can reccomend another host. ifastnet.com . They don't force ads. It is the host I use to beta my pages before I transfer them to a real host, wich is usually 1and1.com .

Posted: 27 Jan 2007, 21:38
by p99
St0rage.org FTW