Results 1 to 4 of 4
Threaded View
-
25th Apr 2011, 07:38 PM #4OPMember
Hello dear, thank you for your kind reply really, i have a tcl script made to read users/password from vb db to share login on other script and it's read the users table perfectly but not the password because i can't figure out what to put in the password line, here is the piece of code for that part:
PHP Code:set check_pass [md5 $get_pass]
set find_it [::mysql::connect -host $reqs::sett::db_host -port $reqs::sett::db_port -user $reqs::sett::db_username -password $reqs::sett::db_password -db $reqs::sett::db_name];
set it_find [::mysql::sel $find_it "SELECT $reqs::sett::db_user,$reqs::sett::db_pass FROM $reqs::sett::db_table WHERE $reqs::sett::db_user = '$check_nick' AND $reqs::sett::db_pass = '$check_pass'" -flatlist];
::mysql::endquery $find_it
::mysql::close $find_it
set check_pass [md5 $get_pass] to be able to read the password field?
Thank you for your help
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Change MD5 hash without Rapidleech
By Griz in forum Technical Help Desk SupportReplies: 5Last Post: 24th Apr 2012, 11:55 AM -
API and MD5 Hash Problems Help Needed
By sahil00150 in forum Technical Help Desk SupportReplies: 0Last Post: 14th Mar 2012, 06:21 AM -
[Other] MD5 Hash-MD5 Change
By zoug100 in forum ArchiveReplies: 3Last Post: 5th Nov 2011, 02:05 AM -
What is MD5 HASH/MD5 CHANGE.......?
By myvissa in forum Hosting DiscussionReplies: 5Last Post: 22nd Dec 2010, 06:44 AM -
What is MD5 hash or MD5 change?
By ArthonaD87 in forum General DiscussionReplies: 3Last Post: 6th Nov 2010, 06:44 AM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...