• 23 August 2015

    1. Buka File yang berada di functions/koneksi.php
    Setelah itu Cari Script berikut


    Quote:require('../lib/config.php');

    ubah menjadi

    Quote:require('../haurgeulis7/ganteng.php');

    2. Setelah itu buat folder , contohnya adalah folder "haurgeulis7"
    3. Lalu buka File lib/config.php
    Copy Semua Scriptnya, lalu buat file yang bernama ganteng.php di folder haurgeulis7
    dan Pastekan script config.php tadi
    4. Masuk ke folder lib/config.php
    Terus Rubah semua scriptnya menjadi


    Quote:$dbhost = "localhost";
    $dbuser = "pipitcantik";
    $dbpasswd = "pacarnyasyahrul";
    $dbname = "dilarangprotes";

    Script itu cuma buat mengecoh attacker :troll: :v

    5. Setelah itu lagi, Edit file functions/fungsi_kalender.php

    Cari Script berikut

    Quote:/*ÊÓËÃѺàª×èÍÁµè͡Ѻ°Ò¹¢éÍÁÙÅ*/
    mysql_connect($hostLH,$userLH,$passLH) or die("Connection Fail ".mysql_error());
    mysql_select_db($dbLH)or die("¢Íâ·É¤èеԴµèÍTable äÁèä´é¤èÐ");
    /*ÊÓËÃѺàª×èÍÁµè͡Ѻ°Ò¹¢éÍÁÙÅ*/

    lalu ubah menjadi

    Quote:/*ÊÓËÃѺàª×èÍÁµè͡Ѻ°Ò¹¢éÍÁÙÅ*/
    mysql_connect($dbhost,$dbuser,$dbpasswd) or die("Connection Fail ".mysql_error());
    mysql_select_db($dbname)or die("¢Íâ·É¤èеԴµèÍTable äÁèä´é¤èÐ");
    /*ÊÓËÃѺàª×èÍÁµè͡Ѻ°Ò¹¢éÍÁÙÅ*/

    Setelah itu cari lagi script berikut

    Quote:
    ####### config DB #######
    $hostLH = $host;
    $userLH =$user;
    $passLH =$pwd;
    $dbLH = $db;
    ####### config #######

    Lalu rubah script tersebut menjadi

    Quote:####### config DB #######
    $dbhost = "localhost";
    $dbuser = "root";
    $dbpasswd = "";
    $dbname = "webtemp";
    ####### config #######

    Pada script itulah, config atau tempat menghubungkan ke sql kita, jadi yang di edit cuman script diatas itu dan di haurgeulis7/ganteng.php , contoh

    Quote:####### config DB #######
    $dbhost = "localhost";
    $dbuser = "pipit_syahrul";
    $dbpasswd = "cintaabadi123";
    $dbname = "jonesjangan_iri";
    ####### config #######

    Setelah itu save, dan lihat hasilnya

    Sumber 

    0 comments

  • Nisekoi Template Designed by Johanes Djogan

    ©2016 - ReDesigned By Ani-Sudo