The sql has missing table "ibwf_jnp" try and see it. i also try this script ,at first I got sql syntax error so i fixed it and we have same problem bugs at login.php @VCollinzo
Htrocks.net hacked and shared now
Collapse
X
-
Yeah...but, any idea how we can fix the login.php bug? I Really love this script. . .Originally posted by jeff_daryl View PostThe sql has missing table "ibwf_jnp" try and see it. i also try this script ,at first I got sql syntax error so i fixed it and we have same problem bugs at login.php @VCollinzo
Comment
-
am waiting for the same thingOriginally posted by VCollinzo View PostYeah...but, any idea how we can fix the login.php bug? I Really love this script. . .
Added after 58 minutes:
cant u help me with thisOriginally posted by razor View Postevrything is right in login.php , use ur brain , read core.php and create proper sql lolzz..Last edited by xfactor; 27.06.12, 19:07.
Comment
-
you need databaseOriginally posted by vinay jamwal View Posthey frndz anybdy plz teach me how 2 connect it to database.......m new plz teach me... plz plz
database got surelly NAME, USERNAME & PASSWORD
scritp ususally contain some file like config.php, settings.php, db.php or such...
you should recognize correct file by this lines inside:
or something like this:PHP Code:// each line input your deatails
$host = "localhost";
$database_name = "db_name_here";
$db_username = "username";
$db_password = "password";
since you are not able to create BD connectionPHP Code:define("_DB_HOST","localhost");
define("_DB_USER","username");
define("_DB_PASS","password");
define("_DB_NAME","db_name_here");
i believe that you use some ready made script,
which means the rest is already done...キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment
-
Comment