- This topic is empty.
-
AuthorPosts
-
July 29, 2014 at 1:01 pm #176822
drose379
ParticipantHey all, Ive been working on bringing all of my PHP skills together in hopes of creating something. And Ive actually learned more then ive ever known as ive been building this. Basically right now it is a mini online community where users can sign up, post to a public forum, comment on forum posts, and message each other. Right now im just looking for people to sign up and give the sites features a test run!
The LINK is http://codeyourweb.net/Thank you!
July 29, 2014 at 1:19 pm #176823__
ParticipantRegistration page seemed to hang the first two times I tried it. Third time, I got the following message:
Something went wrong, please try again with only charicters ‘a-z’ and ‘0-9’. You may also use the ‘_’.
You’re not saving passwords in plain text, are you?
Also, subsequent attempts lead to this same message, even if I use only alphanumeric characters.
Trying to log in (without a valid account) hangs on login.php:
You are being logged in, please wait…
July 29, 2014 at 1:22 pm #176824drose379
ParticipantThe passwords are encrypted. If you try to log in without a valid account, it will echo out a message that says > Account not found.>
July 29, 2014 at 8:41 pm #176865__
ParticipantIf you try to log in without a valid account, it will echo out a message that says Account not found.
Hmm… it was just hanging earlier, as described. I tried again just now and it worked.
The basic functionality seems to be there, though the overall site seems rather unfinished. I haven’t looked into much beyond that… what sort of feedback are you interested in?
The passwords are encrypted.
Then why arbitrarily limit what characters can be used?
July 30, 2014 at 7:07 am #176920drose379
ParticipantI was just looking for feedback on the functionality of the site as of now. It really is not done but I wanted to make sure that the features I have now, that are supposed to be working do work.
July 30, 2014 at 10:57 am #176960__
ParticipantWell, seems to. I couldn’t really say more without seeing the code behind it.
July 30, 2014 at 11:16 am #176962drose379
ParticipantIf your interested in seeing the code ill be glad to show it to you. You could email me @ [email protected]
July 30, 2014 at 1:20 pm #176982chrisburton
ParticipantWhy is it sooooo slow?
July 30, 2014 at 1:33 pm #176990James Burton
ParticipantHello
Site looks good.
July 30, 2014 at 3:11 pm #177016drose379
ParticipantWhat part do you think is so slow? The log in is the only part of the page that should take more then 2 seconds to load.
July 30, 2014 at 5:42 pm #177044__
ParticipantLogin and registration each take a few seconds — usually not more than one or two, sometimes faster, but sometimes 4 or 5 seconds. And, as I said earlier, they sometimes hang.
Question: your IM list shows duplicate usernames. Are usernames not account-specific? or maybe you have a bug in the code that builds the list?
July 30, 2014 at 6:14 pm #177046chrisburton
ParticipantThe registration for me took approximately 25 seconds. Logging in took a few seconds.
July 30, 2014 at 6:26 pm #177048drose379
ParticipantWow, the registration query should only take less then 5 seconds. Do you think it could be because the web server the site is hosted on is slow?
July 30, 2014 at 6:28 pm #177049drose379
ParticipantI also have to create a query on registration to make sure the username people try to register does not already exist. I think people think that their registration failed so they try it again, this could be why it is showing twice in the username list.
July 30, 2014 at 6:36 pm #177050chrisburton
ParticipantDo you think it could be because the web server the site is hosted on is slow?
It’s possible but it’s also possible that my connection was bad or your code.
-
AuthorPosts
- The forum ‘Back End’ is closed to new topics and replies.