Nov 21, 2009

Phpmyadmin - I need help using PHPmyadmin

free web hosting
Open Discussion & Free Web Hosting > Astahost > Hosted Members Support > cPanel

Phpmyadmin - I need help using PHPmyadmin

bhupinder
Well on my game i dont have the change pass or ID # from my admin panel...so i was wondering if its possible to do that on PHPmyadmin..i looked at userpass...and it showed numbers and letters but no password words ex:)24h7t6d8er7cv and i dont know how to change that also how do u change the ID so can someone help me...thanks

Comment/Reply (w/o sign-up)

Eggie
those passwords are encoded so i think that you can't modify them from phpmyadmin like you want...you need to do something and i will find out what smile.gif
Edit:
i have found out that
CODE
md5()
function returns hashed version of your password and puts it into your database...that's what the problem most probably...
so you need to hash your password you want to replace it with or remove md5() from your register script(which is not good) if you needed that information because you are creating a register script,put md5()function into it
do it like this:
CODE
$db_pass5 = md5($new_pass);
mysql_query("insert into players (pass) values(''$db_pass5)") or die("Could not register.. trouble with adding you to the players table.");

that should do it...
i hope i helped

 

 

 


Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)


See Also,

*SIMILAR VIDEOS*
Searching Video's for phpmyadmin, phpmyadmin
advertisement



Phpmyadmin - I need help using PHPmyadmin

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com