Htrocks.net hacked and shared now

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • sandha
    replied
    not working login.php please give me another loging page

    Leave a comment:


  • wapxtech
    replied
    Originally posted by vinay jamwal View Post
    Plz Help me

    hey frndz anybdy plz teach me how 2 connect it to database.......m new plz teach me... plz plz

    try this one, it should work =)
    PHP Code:
    <?php
    $db_host 
    "127.0.0.1"//your database host (e.g 127.0.0.1)
    $db_user "root"//your database username (e.g root)
    $db_pass "1234"//your database password (e.g 1234)
    $db_name "coding_db"//your database name (e.g coding_db)

    $connection mysql_connect("".$db_host."","".$db_user."","".$db_pass."");
    ///This will check if you have successfully made the connection to database server
    if(!$connection)
    {
    die(
    "FAILED TO CONNECT TO DATABASE");
    }
    else
    {
    $check_db mysql_select_db("".$db_name."");
    ///This will check if your database is existing
    if(!$check_db)
    {
    die(
    "Database Not Exist");
    }
    else
    {
    return 
    true;
    }
    }
    ?>

    Leave a comment:


  • asadkhan
    replied
    its inbox is locked nd file not uploading any body iz heer who knw hw cn we fix it ?

    Leave a comment:


  • arjunraja
    replied
    Bro pls give me ful working sql of htrocks.

    Leave a comment:


  • something else
    replied
    Originally posted by arjunraja View Post
    I need help

    Leave a comment:


  • arjunraja
    replied
    I need help

    Leave a comment:


  • Dr_BIoLoGY
    replied
    Thankx for script

    Leave a comment:


  • uckarthickraja
    replied
    thanks

    thanks 4 ur script

    Leave a comment:


  • metulj
    replied
    Originally posted by vinay jamwal View Post
    hey frndz anybdy plz teach me how 2 connect it to database.......m new plz teach me... plz plz
    you need database
    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:
    PHP Code:
    // each line input your deatails
    $host "localhost";
    $database_name "db_name_here";
    $db_username "username";
    $db_password "password"
    or something like this:
    PHP Code:
    define("_DB_HOST","localhost");
    define("_DB_USER","username");
    define("_DB_PASS","password");
    define("_DB_NAME","db_name_here"); 
    since you are not able to create BD connection
    i believe that you use some ready made script,
    which means the rest is already done...

    Leave a comment:


  • vinay jamwal
    replied
    Plz Help me

    hey frndz anybdy plz teach me how 2 connect it to database.......m new plz teach me... plz plz

    Leave a comment:


  • ashu.rule
    replied
    hey pls sumbody, fix login.php err yr, ,

    Leave a comment:


  • ROOT
    replied
    Mp3 and wallpaper search engines script leaked and shared from indiapk.com &amp; htrocks

    mp3 and wallpaper search engines script leaked and shared from indiapk.com and htrocks.net
    Attached Files

    Leave a comment:


  • VCollinzo
    replied
    @razor, if you can do it why don't you help us by doin it for us? Not everyone knows web design or codes like you do! I'm still learning and i think some others also are like me...if you can, help us out!

    Leave a comment:


  • xfactor
    replied
    Originally posted by VCollinzo View Post
    Yeah...but, any idea how we can fix the login.php bug? I Really love this script. . .
    am waiting for the same thing

    Added after 58 minutes:

    Originally posted by razor View Post
    evrything is right in login.php , use ur brain , read core.php and create proper sql lolzz..
    cant u help me with this
    Last edited by xfactor; 27.06.12, 19:07.

    Leave a comment:


  • razor
    replied
    Originally posted by BSERVE View Post
    Please anyone post new login.php
    evrything is right in login.php , use ur brain , read core.php and create proper sql lolzz..

    Leave a comment:

Working...
X