![]() |
Adding game to site We are adding a game link to our vb site...there instructions are for 6.3 version of VB. the link to the game, and it passing the vb log in and password works fine...but when someone changes there vb password, this piece of code is put into /profile.php in VB 6.3 after Code: // everything is good - send the singly-hashed MD5 to the password update routine $userdata->set('password', ($vbulletin->GPC['newpassword_md5'] ? $vbulletin->GPC['newpassword_md5'] : $vbulletin->GPC['newpassword'])); in VB 3.8 the above code is Code: // everything is good - send the singly-hashed MD5 to the password update routine $userdata->set('password', $vbulletin->GPC['newpassword']); i am supposed to add: Code: // Notify PlugInBingo Server of Password Change $fp = fopen("http://www.pluginbingo.com/popup/cha....asp?c=37&phpu=" . $vbulletin->userinfo['username'] . "&oldp=" . $vbulletin->GPC['currentpassword_md5'] . "&newp=" . $vbulletin->GPC['newpassword_md5'], "r"); if (!$fp) { echo "ERROR: $errno - $errstr\n"; } else { fclose($fp); } it does prompt the game that you have changed your password, but doesn't pass the new password to the game.... Don't know if you all can help me on this, but thought i would try...figured it maybe cause the code has change in vb 3.8 Thanks |
| الساعة الآن 03:05 PM |
Powered by vBulletin® Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir