No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
Re: [code]<?php $curdir = getcwd(); chdir('YOURROOTTOFORUMS'); require_once('YOURROOTTOFORUMS/forums/global.php'); chdir($curdir); if ($vbulletin->userinfo['userid'] == 0) { echo "<center><form id=\"login\" action=\"/forums/login.php?do=login\" method=\"post\" onsubmit=\"md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)\"> <script type=\"text/javascript\" src=\"clientscript/vbulletin_md5.js?v=364\"></script> <a href=\"/forums/register.php\">Register</a> <label for=\"navbar_username\">Username</label> <input type=\"text\" class=\"bginput\" style=\"font-size: 11px\" name=\"vb_login_username\" id=\"navbar_username\" size=\"10\" accesskey=\"u\" tabindex=\"101\" onfocus=\"if (this.value == 'User Name') this.value = '';\" /> <label for=\"navbar_password\">Password</label> <input … |
The End.