[CSREMU]PHP Registration

03/04/2010 15:37 G-W#1
Hello this is CSREMU php registration script. i'll try to create full php engine if project will continue developing

for some reason after registration server needs to be restarted. else you can't access server

[Only registered and activated users can see links. Click Here To Register...]
03/05/2010 13:17 3d1#2
You got my thanks!
03/05/2010 14:53 Shadow_Soul#3
well done ty :)

can you upload it to mediafire? please :)
03/08/2010 14:04 Disconnect*#4
re-up please
03/08/2010 15:35 TeRawLyY#5
Thank u
03/10/2010 23:21 coray7878#6
Link Crashed ^^
03/11/2010 07:57 lordfeling#7
Can you re-upload the link please :) ?
03/11/2010 08:47 G-W#8
[Only registered and activated users can see links. Click Here To Register...]
03/11/2010 09:38 nadaap#9
Quote:
Originally Posted by G-W View Post
[Only registered and activated users can see links. Click Here To Register...]
i upload to mediafire :) .... [Only registered and activated users can see links. Click Here To Register...]
03/12/2010 00:09 coray7878#10
How To İnstall ? i installed my website have error Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in /home/*****/domains/*******/public_html/gcsro/reg.php on line 12
Could not connect: Access denied for user 'root'@'localhost' (using password: NO)
03/12/2010 00:57 G-W#11
Quote:
Originally Posted by coray7878 View Post
How To İnstall ? i installed my website have error Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in /home/*****/domains/*******/public_html/gcsro/reg.php on line 12
Could not connect: Access denied for user 'root'@'localhost' (using password: NO)
just change this info in reg.php
PHP Code:
$dbhost "localhost";
$dbname "emulator";
$dbuser "root";
$dbpass ""
03/12/2010 02:56 cumanagoto#12
re upload please no rapidshare
03/12/2010 21:58 suncabal#13
hmm where do you put this file at ??
how do you use it ?

thank
03/12/2010 22:09 G-W#14
Quote:
Originally Posted by cumanagoto View Post
re upload please no rapidshare
first post edited , added attachment


Quote:
hmm where do you put this file at ??
how do you use it ?

thank
[Only registered and activated users can see links. Click Here To Register...]
04/22/2010 16:09 qoaway#15
Quote:
0){ echo "I'm sorry but the username you specified has already been taken. Please pick another one."; unset($name); include 'index.php'; exit(); } // lf no errors present with the username // use a query to insert the data into the database. $query = "INSERT INTO user (name , password) VALUES('$name', '$password')"; mysql_query($query) or die(mysql_error()); mysql_close(); echo "You have successfully Registered"; //SCRIPT CREATED BY G-W [Only registered and activated users can see links. Click Here To Register...] ?>
i get this when clicked submit and not data write in database