My site, need TONS of feedback

It doesn't matter if you do all the error checking in the world, or if you have the most beautiful graphics, if your site or application design isn't usable, it's not going to do well. Get input and advice on usability and user interface issues here.

Moderator: General Moderators

Post Reply
User avatar
HaVoC
Forum Commoner
Posts: 83
Joined: Sat Feb 07, 2004 7:20 am
Location: Smiths Falls, CA

My site, need TONS of feedback

Post by HaVoC »

http://demonlords.stalkingtigers.org

Go here, register(it's really simple) and then you can peruse the site. I'm looking for constructive critism. I'm not looking for comments like "Just give up now" and such garbage. Though, I know yu can't see the coding, most experienced people can often tell hwo coding was doen by watching the page come about. Please give me your feedback at what I could do to make the site better. I'm not looking for tips aboutt he layout, but the main stuff, like the forum and that.

Thanks,

P.S. The downloads and toplist are not done.
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Yeah great site. 1 thing though. You have a really big safety hazard. http://demonlords.stalkingtigers.org/in ... module=w/e Hackers could take advantage of the and view all of your scripts.
User avatar
HaVoC
Forum Commoner
Posts: 83
Joined: Sat Feb 07, 2004 7:20 am
Location: Smiths Falls, CA

Post by HaVoC »

How could I fix that? Is there any way in PHP that if a page is not found for inclusion it redirects somewhere else?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

show the default page if it's an unknown module name...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

moving to UI forum...
User avatar
HaVoC
Forum Commoner
Posts: 83
Joined: Sat Feb 07, 2004 7:20 am
Location: Smiths Falls, CA

Post by HaVoC »

feyd wrote:show the default page if it's an unknown module name...
How would I do that? My module names aren't in a database.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

[php_man]file_exists[/php_man]() maybe.
User avatar
HaVoC
Forum Commoner
Posts: 83
Joined: Sat Feb 07, 2004 7:20 am
Location: Smiths Falls, CA

Post by HaVoC »

Thanks ^_^
Post Reply