hi can anyone post a script for changing password?
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.Quote:
there ya go guys enjoy....
<?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());
?>
<?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); ?>