[REQUEST]change password script...

10/25/2008 22:54 zuikislol#1
hi can anyone post a script for changing password?
02/23/2009 20:23 tuyup01#2
share pls
02/23/2009 21:10 rexes13#3
there ya go guys enjoy....
02/23/2009 21:31 tuyup01#4
guide pls
02/23/2009 23:28 Killin#5
Quote:
Originally Posted by rexes13 View Post
there ya go guys enjoy....
I know your just trying to help them out, but if your going to take someone elses change password script, you should make sure you edit it to work correctly as a stand alone script.

This was Originally posted by FlameBaked AKA Killin. In the following topic.

[Only registered and activated users can see links. Click Here To Register...]

That script was made specifically to go with that template.


Now onto the posters of this thread. Here is an edited version of my reg script that will work.

All you have to do is put the files located in this rar file inside your www folder of your webhost. Then edit the config.php to fit your server info, be reminded this is made for the mannequin server files.
02/24/2009 13:40 PhantomNyte#6
would u want to make one for the pally db too :)
02/24/2009 14:48 Killin#7
Where is the account table's accounts stored? my or account?
02/24/2009 14:54 PhantomNyte#8
my2 is it hard to edit?
02/24/2009 15:02 dani-filth0#9
my2 is the easiest
02/24/2009 15:08 Killin#10
Open the config.php file and change the $mydb = "My"; to $mydb = "My2";


That then should work for palidan.
02/24/2009 15:26 PhantomNyte#11
i must pe stupid or something but i dont know were to change
Code:
<?php
    // Configurations
    $myhost="127.0.0.1";    //Your server ip
    $myuser="test";         //Your server login username
    $mypass="test";         //Your server login password
    $mydb="testded";            //Your server my database
    $servername="YourServerNameHere"; // Your servers name

    // Dont Edit after this
    mysql_connect($myhost,$myuser,$mypass);
    mysql_select_db($mydb) or die(mysql_error());
?>
like this is my old config
Code:
<?php
	// Configurations
	$myhost="localhost";
	$mypass="test"; 		//your server login password
	$myuser="root"; 		//your server login username
	$mydbacc="my2";		//your server account database
	$mydbdata="my2";			//your server my database name
	$serveraddress="127.0.0.1"; 	//your server ip
	$serverport=5816;		//your server connection port
	$servername="power"; 	//your server name
	$forum="./forum"; 	//your server forum
	$mydb="my2";			//your server my database

	// Dont Edit after this
	mysql_connect($myhost,$myuser,$mypass);
	mysql_select_db($mydb);
?>
cant i use this one
02/24/2009 16:01 Killin#12
Yes, your using the old version of the config.php but those settings will work.
02/24/2009 17:56 magewarior2#13
hello , i have a porblem

if i use your script (verry good) i got problems becouse my database make's account in account-accounts and in my2-accounts and if i only change in my2-accounts my charackter crashed!
02/24/2009 18:16 Killin#14
Your server should only create an account in one table, unless you have modified some things.

What you need to do is check to see which one is the correct table it writes to.

It's either going to be in the

account -> account
my -> account
my2 -> account

Once you figure out which one it is, then you can modify the config.php file to work correctly with your server.
02/25/2009 12:58 magewarior2#15
Hello , they make a pass in Account > account
and they make a pass in my2 > account
it make's in the 2 tables an account .
so , can you Give me it to change it on 2 table"s.?