Page 1 of 1

My site, need TONS of feedback

Posted: Sun Jun 13, 2004 6:01 pm
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.

Posted: Sun Jun 13, 2004 6:10 pm
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.

Posted: Sun Jun 13, 2004 6:32 pm
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?

Posted: Sun Jun 13, 2004 6:58 pm
by feyd
show the default page if it's an unknown module name...

Posted: Sun Jun 13, 2004 6:58 pm
by feyd
moving to UI forum...

Posted: Sun Jun 13, 2004 7:24 pm
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.

Posted: Sun Jun 13, 2004 7:27 pm
by feyd
[php_man]file_exists[/php_man]() maybe.

Posted: Sun Jun 13, 2004 7:37 pm
by HaVoC
Thanks ^_^