PHP Login

activeradio

New Member
Messages
18
Reaction score
0
Points
0
I managed to get the login working, but I have a problem with my other page. Should I just create a new thread?
 
Messages
21
Reaction score
2
Points
0
Hi.....

When i first start using php script and mysql i had also same problem.........

Dude......
Follow this.......

First if your script is .php or any else......

it should be php so change it's permisson 755..

means user - read,write,execute, group - read,execute
world- read ,execute....
then
configure your script

$host = 'localhost';
$port = 3306;
$database = 'urcpusername_members';
$db_username = 'cpusername_access';
$db_password = ''XXXXX";

if you wanna a good login php scrip then mail me i have a nice script without any errors.
and it is shareware

if you want mail me Krunalp1993@gmail.com
or pkrunal1993@gmail.com
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
active.king: The script is executing, meaning permissions were never an issue. If they were, he'dve had a 500 Internal Server Error.

The script configuration itself is no longer an error either, as the OP has stated they got the login script working.

Unless Activeradio has any new issues with his login script, this topic should be pretty much handled.
 
Last edited:
Top