0 Users appreciate this thread.
Download for a New Member System
CoolApps (2014-10-08 16:28:34)lol
A webserver is ran on a computer so saying that you can't run it on a computer with a webserver is like saying that you can't run it at all on any web host.
2014-10-08 16:28:54
Newer account: NodePoint
CoolApps (2014-10-08 16:55:27)You may want to clear the database before dumping it.
The database contains your real name, age, your password (hashed I guess, but I would actually remove it) and some more things. The code isn't so clear, it is kind of a mess and it looks like a *FEW* things were copied.
Also, this is pretty much your whole site which is BAD. If I wanted to put out something like this (take the SessLogin thing for example but of course that doesn't use SQL), I would personally code it first for public use and then use it for your site (best if local). If people can see possible holes in the code then it would be very bad for you to use that vulnerable code. However, if it is VERY secure (after you trying to exploit it and it passing the tests) then it MAY be safe to use it for your site.
Remember what I'm saying here is very important.
Newer account: NodePoint
joemckellar20 (2014-10-09 04:56:15)and i test the Whole System with notepad++ it gave no errors
2014-10-09 04:57:50
CoolApps (2014-10-09 14:28:41)What?
A web host uses servers (AKA COMPUTERS) to host sites. If they can do that then you can host the site yourself on your computer locally or/and publicly.
As I've said, a lot of the code isn't coded by you, it is your actual site (hence the title of the pages), and your personal info is still in the dumped tables.
As far as I know, the only errors Notepad++ reports is string (you still need to identify by colour) and bracket opening/closing errors. It doesn't give you direct syntax errors. You need to actually test the code on a server of any kind that has MySQL, PHP, and Apache/LiteSpeed/whatever web server.
About the README file, it doesn't contain enough information for an inexperienced reader to understand how it works and what to do to get it all set up, so I would sort that out and also, I would recommend not using a word document for the README as not everyone has a word processor, or it is just too slow for them.
EDIT: I didn't try your code, but I can read and understand a lot of it.
2014-10-09 14:30:10
Newer account: NodePoint
CoolApps (2014-10-12 11:57:11)UPDATE: It seems that the person who used this for their site is vulnerable to MySQL injections so if you're going to use this script, escape or prepare the input/output.
Newer account: NodePoint
CoolApps (2014-10-12 12:09:39)Oh hell no.
Just found out someone else's credentials is on that dumped database. You need to remove the download link or remove qwp789's user info from that dumped database.
BTW, I've found out that all of this code isn't from you. So I would check with Kakashi13 before posting stuff from him/her.
2014-10-12 12:21:54
Newer account: NodePoint
TheAlexRider (2014-10-22 22:49:33)<title>Login script by Kakashi13</title>
Joe,
Me kakashi you and TrainerGray work together with php,
dont plagurize and Im updating to add a css sync later.
TheAlexRider (2014-10-23 09:19:34)https://www.dropbox.com/s/r1z0ex0j9j6tfw7/MemberSystem2.0.zip?dl=0
CoolApps (2014-11-16 12:52:34)I've warned Joe about that, but he ignored the warning.
Mind erasing the second column of the database dump? That contains qwp789's information.
Newer account: NodePoint
Log in to submit a comment
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
New registered users today: 7
Newest registered user: ElegantVulpes
Download:
https://www.dropbox.com/s/xw2bex81q37ftec/MemberSystem.zip?dl=0
i worked hard to make it error less
it only for Web Server like 2freehosting and 000webhost not a Web server thats on A Computer
2014-10-09 02:19:56