Jump to content

Test basic site


ldb358

Recommended Posts

This is a site that i have been working on that is still in the very early stages but i think that it is important that some people can check it out and let me know of any glitchs, error, ect. that may be on the site. thanks foe the help for a login you can use:

 

lane2

enter1

 

lbflash.summerhost.info/test

Link to comment
Share on other sites

SQL Error:

http://lbflash.summerhost.info/test/index.php?action=viewuser&viewUser=

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id='1'' at line 1

 

Table Information:

http://lbflash.summerhost.info/test/index.php?action=viewuser&viewUser[]

Table 'sum_2677639_login.Array' doesn't exist

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

also you might want to encrypt your url's with urlencode()

 

for security purposes so people cant manipulate the variables.mainly passwords and inportant information.

 

for example it will output

 

mysite.com/index.php?user=darkfreaks&pass=@#145

 

the password willl be enrypted but the user will not be encrypted.

 

Fields i would encode: password,maxsize,upload,uploaded,register,pass2,first,last,email

 

then use urldecode()when you want to display them on the page in a url.

 

Link to comment
Share on other sites

  • 3 weeks later...

okay the site has been moved again to http://lbflash.com Ive been try to getting the security updated I'm writing an email verification, but i didn't quite get how to use URL encode or more where to use it. also about the logout button being there i tried to write a function to change it in between logging in and logging out but i ran into the problem, my function that loads the header is called separately and before the rest of the page that means that on the first page loaded after logging in or out it would be backwards which i think would be more confusing for the user any way if anyone finds and security risks let me know and if some one code tell me where to use the encode/decode that would be nice too

Link to comment
Share on other sites

okay now i thought id try and upload an image and now it generates a fatal error

Fatal error: Call to undefined function mime_content_type() in /home/vol4/summerhost.info/sum_2677639/lbflash.com/htdocs/functions.php on line 536

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.