Web based operating systems

All about creating websites!
User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Sorry about the absence, i went to this sweet ass concert this week...
¯\_(ツ)_/¯ It works on my machine...

User avatar
jneaod
On the way to fame!
On the way to fame!
Posts: 49
Joined: 11 Feb 2006, 17:00
18

Post by jneaod »

Cool, what concert was it? And do you know how to block thoses flash ads at the top?

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post 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:

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post 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.
¯\_(ツ)_/¯ It works on my machine...

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post 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];
}

?>
¯\_(ツ)_/¯ It works on my machine...

User avatar
jneaod
On the way to fame!
On the way to fame!
Posts: 49
Joined: 11 Feb 2006, 17:00
18

Post 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.

User avatar
knightm4r3
suck-o-fied!
suck-o-fied!
Posts: 74
Joined: 28 Dec 2006, 17:00
17

Post 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 .

p99
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 291
Joined: 14 Oct 2006, 16:00
17
Location: Some hippy's van
Contact:

Post by p99 »

St0rage.org FTW

Post Reply