Emuforums.com

Go Back   Emuforums.com > General Discussion > Web development / Programming
About Us Register FAQ Members List Calendar Mark Forums Read

Login to remove all ads!
Reply
 
LinkBack Thread Tools Display Modes
Old December 17th, 2001   #1 (permalink)
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
New design

Check it out. It's simple, but I think it looks cool

http://ev.dhs.org/
__________________
[sig=54]
[sig=253]
NickK is offline   Reply With Quote
Old December 17th, 2001   #2 (permalink)
Revenger of Vengeance
 
Ryos's Avatar
 
Join Date: May 2001
Location: Nowhere
Posts: 11,250
It definitely looks simple, all right.

I have to admit you intrigue me with the empty directory of http://ev.dhs.org/animedesktop/.
__________________
Sanity is overrated.

Last edited by Ryos; December 17th, 2001 at 18:09.
Ryos is offline   Reply With Quote
Old December 17th, 2001   #3 (permalink)
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
Quote:
Originally posted by Ryos
It definitely looks simple, all right.

I have to admit you intrigue me with the empty directory of http://ev.dhs.org/animedesktop/.
Eh, that's going to be Enigma's site after he uploads the content
__________________
[sig=54]
[sig=253]
NickK is offline   Reply With Quote
Old December 17th, 2001   #4 (permalink)
Revenger of Vengeance
 
Ryos's Avatar
 
Join Date: May 2001
Location: Nowhere
Posts: 11,250
Quote:
Originally posted by NickK
Eh, that's going to be Enigma's site after he uploads the content
Playing the hosting game, eh?
__________________
Sanity is overrated.
Ryos is offline   Reply With Quote
Old December 17th, 2001   #5 (permalink)
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
Quote:
Originally posted by Ryos
Playing the hosting game, eh?
Game, huh? I didn't think of it as a game
__________________
[sig=54]
[sig=253]
NickK is offline   Reply With Quote
Old December 18th, 2001   #6 (permalink)
Do not Disturb
 
Enigma1982's Avatar
 
Join Date: Jun 2001
Location: Bangkok,Thailand
Posts: 1,808
Hehe.............
Nickk is hosting me
Now I will modify my old web page code and moving to his host soon........
Thank you nickk
Enigma1982 is offline   Reply With Quote
Old December 18th, 2001   #7 (permalink)
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
Quote:
Originally posted by Enigma1982
Hehe.............
Nickk is hosting me
Now I will modify my old web page code and moving to his host soon........
Thank you nickk
I'll be interested to see if PHP was installed correctly
__________________
[sig=54]
[sig=253]
NickK is offline   Reply With Quote
Old December 18th, 2001   #8 (permalink)
Do not Disturb
 
Enigma1982's Avatar
 
Join Date: Jun 2001
Location: Bangkok,Thailand
Posts: 1,808
Hmm......
Seem php not working correctly.........
http://ev.dhs.org/animedesktop/index.php
Enigma1982 is offline   Reply With Quote
Old December 18th, 2001   #9 (permalink)
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
Quote:
Originally posted by Enigma1982
Hmm......
Seem php not working correctly.........
http://ev.dhs.org/animedesktop/index.php
Thanks for the test script. I will begin finding the problem
__________________
[sig=54]
[sig=253]
NickK is offline   Reply With Quote
Old December 18th, 2001   #10 (permalink)
Do not Disturb
 
Enigma1982's Avatar
 
Join Date: Jun 2001
Location: Bangkok,Thailand
Posts: 1,808
OK
Enigma1982 is offline   Reply With Quote
Old December 18th, 2001   #11 (permalink)
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
PHP is configured correctly!!
__________________
[sig=54]
[sig=253]
NickK is offline   Reply With Quote
Old December 18th, 2001   #12 (permalink)
Do not Disturb
 
Enigma1982's Avatar
 
Join Date: Jun 2001
Location: Bangkok,Thailand
Posts: 1,808
All done
I add your site in my link page nickk and also change redirect url to
http://ev.dhs.org/animedesktop/ too
Enigma1982 is offline   Reply With Quote
Old December 18th, 2001   #13 (permalink)
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
One tip Engima. To make your web site more portable, when you're linking to a local file, lets say files/index.php, you should use something like:

Code:
a href = "files/index.php"
Instead of:

Code:
a href = "http://ev.dhs.org/animedesktop/files/index.php"
It will save you some trouble in the future if you have to move again
__________________
[sig=54]
[sig=253]

Last edited by NickK; December 18th, 2001 at 02:30.
NickK is offline   Reply With Quote
Old December 18th, 2001   #14 (permalink)
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
Quote:
Originally posted by Enigma1982
All done
I add your site in my link page nickk and also change redirect url to
http://ev.dhs.org/animedesktop/ too
Hey Engima. I noticed that anything after the index page links back to your old site You might want to fix that
__________________
[sig=54]
[sig=253]
NickK is offline   Reply With Quote
Old December 18th, 2001   #15 (permalink)
Do not Disturb
 
Enigma1982's Avatar
 
Join Date: Jun 2001
Location: Bangkok,Thailand
Posts: 1,808
I fixed them all
About using a href = "files/index.php" code not possbible
Because 2 html files is in include php code
so I must link full url
other I just use files/xxx.php you know
Enigma1982 is offline   Reply With Quote
Old December 18th, 2001   #16 (permalink)
Do not Disturb
 
Enigma1982's Avatar
 
Join Date: Jun 2001
Location: Bangkok,Thailand
Posts: 1,808
More notice........
I observe redirect url to real url very slowly
I don't know why :confused:
EDIT : Never mind maybe my ISP slow......

Last edited by Enigma1982; December 18th, 2001 at 02:45.
Enigma1982 is offline   Reply With Quote
Old December 18th, 2001   #17 (permalink)
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
Here are some minor problems that you might want to also fix

In http://ev.dhs.org/animedesktop/toki.php the links to pictures don't work.

In http://ev.dhs.org/animedesktop/god.php the links to pictures also don't work.

In http://ev.dhs.org/animedesktop/ccs.php the link to the picture doesn't work.

In http://ev.dhs.org/animedesktop/lh.php the links to the pictures don't work.

In http://ev.dhs.org/animedesktop/eva.php the links to the pictures don't work.
__________________
[sig=54]
[sig=253]
NickK is offline   Reply With Quote
Old December 18th, 2001   #18 (permalink)
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
Quote:
Originally posted by Enigma1982
More notice........
I observe redirect url to real url very slowly
I don't know why :confused:
EDIT : Never mind maybe my ISP slow......
Oh, there's a few seconds of lag while the web server starts php.exe. Maybe this is what you're referring to. It's not really that noticable, though
__________________
[sig=54]
[sig=253]
NickK is offline   Reply With Quote
Old December 18th, 2001   #19 (permalink)
Do not Disturb
 
Enigma1982's Avatar
 
Join Date: Jun 2001
Location: Bangkok,Thailand
Posts: 1,808
Nickk I gotta go to university now.
I will move all of my wallpapers to your host later.
Anyway other seem correctly
Enigma1982 is offline   Reply With Quote
Old December 18th, 2001   #20 (permalink)
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
Quote:
Originally posted by Enigma1982
Nickk I gotta go to university now.
I will move all of my wallpapers to your host later.
Anyway other seem correctly
Yeah, it's working well Have fun at the uni!
__________________
[sig=54]
[sig=253]
NickK is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 21:37.

© 2006 - 2008 Emu Forums | About Emu Forums | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5