MikeDXUNL Posted June 17, 2007 Share Posted June 17, 2007 Hi, I would like people to visit: http://layoutsector.com/index2.php It is a project in the making, there is at least one layout in every category except for "Pretty Layouts", if you make myspace layouts and would like to add some, please do so. What I am mainly looking for is feedback on the Layout (the actual site layout). And ANY security flaws that can be pointed out. Help is appreciated greatly! Link to comment https://forums.phpfreaks.com/topic/55911-security-fixes-and-more-new-site/ Share on other sites More sharing options...
source Posted June 17, 2007 Share Posted June 17, 2007 http://layoutsector.com/layouts.php?cat_id=4&page=-1 and I believe I registered with a username that contains javascript Use PHP to check the length of the username so people can't save the source etc... And mysqql. I'll look more in a little Link to comment https://forums.phpfreaks.com/topic/55911-security-fixes-and-more-new-site/#findComment-276327 Share on other sites More sharing options...
MikeDXUNL Posted June 17, 2007 Author Share Posted June 17, 2007 i have it so it has to be more than 6, should i set a max length too for the username? and how would i check to see if they entered a negative number? Link to comment https://forums.phpfreaks.com/topic/55911-security-fixes-and-more-new-site/#findComment-276426 Share on other sites More sharing options...
source Posted June 17, 2007 Share Posted June 17, 2007 if ($_GET['page' > 0) { do this } Yes you should set a limit to how long their USername can be.. Link to comment https://forums.phpfreaks.com/topic/55911-security-fixes-and-more-new-site/#findComment-276445 Share on other sites More sharing options...
MikeDXUNL Posted June 18, 2007 Author Share Posted June 18, 2007 i'll get on that soon. one of my friends died this morning and this day has been all hell ~_~ but yeah. should be fixed tomorrow Link to comment https://forums.phpfreaks.com/topic/55911-security-fixes-and-more-new-site/#findComment-276577 Share on other sites More sharing options...
Recommended Posts