Page 1 of 4 123 ... LastLast
Results 1 to 15 of 48
  1. #1
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,169
    My Mood
    Angelic

    How to use BlackRayquaza's RealmEye

    I had alot of problems with this, but I ended up figuring it out.
    The first thing you wanna do is edit the config.php file located at 'app/config.php'.
     

    First thing,on the line 26, put your database password:
    Code:
    return new mysqli('localhost', 'root', 'PASSWORD HERE', 'rotmgprod');
    Then at the very end of the file, it says:
    Code:
    exit;
    please remove this line.

    Next up is the Database, we have to add something here.
     

    Go to your database and just use this sql code:
    Code:
    CREATE TABLE `rotmgprod`.`realmeye_descriptions` ( `accId` INT NOT NULL , `line1` VARCHAR(50) NOT NULL , `line2` VARCHAR(50) NOT NULL , `line3` VARCHAR(50) NOT NULL ) ENGINE = InnoDB;

    After that we have to edit the file 'player.php' located in the main directory.
     

    On line 13, after the text:
    Code:
    $pdo = new PDO('mysql:host=127.0.0.1;dbname=rotmgprod;', 'root');
    Just add:
    Code:
    , 'PASSWORD HERE'
    so it looks like this:
    Code:
    $pdo = new PDO('mysql:host=127.0.0.1;dbname=rotmgprod;', 'root', 'PASSWORD HERE');

    I will add to this tutorial once I add the character stuff (since it's not added yet) Until then, good luck.
     

    I hope this is allowed...
    git hub

    I would be glad if somebody would help me with the issue stated on the ****** issues page.
    Last edited by Azuki; 09-10-2015 at 09:11 AM.

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  2. The Following 6 Users Say Thank You to Azuki For This Useful Post:

    BARm (09-12-2015),Lxys (09-18-2015),meap01 (09-10-2015),Nyaro (09-11-2015),Raul112 (09-10-2015),Riigged (09-10-2015)

  3. #2
    meap01's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Central City
    Posts
    1,318
    Reputation
    211
    Thanks
    994
    My Mood
    Amused
    Now we can have servers that have realmeye

  4. #3
    Raul112's Avatar
    Join Date
    May 2013
    Gender
    female
    Posts
    116
    Reputation
    10
    Thanks
    8
    My Mood
    Lonely
    Damn nice post @RapleAQN +1.

    - - - Updated - - -

    Damn nice post @RapleAQN +1.

  5. #4
    Transferred's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    766
    Reputation
    31
    Thanks
    447
    My Mood
    Buzzed
    why do you guys have to type in that fucking font @Kithio wannabes

  6. #5
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,169
    My Mood
    Angelic
    Quote Originally Posted by Transferred View Post
    why do you guys have to type in that fucking font @Kithio wannabes
    i had it before kappa
    Last edited by Azuki; 09-10-2015 at 10:37 AM.

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  7. #6
    meap01's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Central City
    Posts
    1,318
    Reputation
    211
    Thanks
    994
    My Mood
    Amused
    Quote Originally Posted by Transferred View Post
    why do you guys have to type in that fucking font @Kithio wannabes
    my font and color is unique!

  8. #7
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish
    if this works, then ill drop a thanks and a rep once i can (cant rep anyone when cs)
    gonna try now

     








  9. #8
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,169
    My Mood
    Angelic
    I am currently working on the actual displaying on the character... give me a few hours...

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  10. #9
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish
    edit: just noticed this on his ****** btw
    https://******.com/BlackRayquaza/Fabiano-s-Eye

     








  11. #10
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,169
    My Mood
    Angelic
    Quote Originally Posted by Riigged View Post
    edit: just noticed this on his ****** btw
    https://******.com/BlackRayquaza/Fabiano-s-Eye
    the files are empty.

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  12. #11
    donran's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    952
    Reputation
    41
    Thanks
    955
    My Mood
    Paranoid
    I was memed by @Riigged
    Last edited by donran; 09-10-2015 at 11:15 AM.

  13. #12
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,169
    My Mood
    Angelic
    i'm quite far with the character, the actual images of the character coming as soon as I figure it out.
     


    - - - Updated - - -

    it's
    Code:
     
    *.iml
    /.idea/
    for me

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  14. #13
    donran's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    952
    Reputation
    41
    Thanks
    955
    My Mood
    Paranoid
    Quote Originally Posted by RapleAQN View Post
    i'm quite far with the character, the actual images of the character coming as soon as I figure it out.
     


    - - - Updated - - -

    it's
    Code:
     
    *.iml
    /.idea/
    for me
    I was memed by @Riigged.

  15. #14
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,169
    My Mood
    Angelic
    Quote Originally Posted by donran View Post
    I was memed by @Riigged.
    I noticed the edit after i posted it


    - - - Updated - - -

     

    I am somewhat done with the player.php. I need to add the actual showing of the character and Equipment.
    The server slot isnt really that right aswell, I will add a server function for that, making sure I write the last seen server onto a new database, we'll see how it goes.

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  16. #15
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish


    Source: SD (not using fabiano kappa:P)
    Server name: tbd, reason I crossed the current one out, dont know if im keeping it
    still got a ways to go

     








Page 1 of 4 123 ... LastLast

Similar Threads

  1. [TUT] How to use kssn GENERATOR
    By ktalin91 in forum WarRock Korea Hacks
    Replies: 13
    Last Post: 05-10-2009, 07:17 PM
  2. How to Use Tsearch
    By wardo1926 in forum Hack Requests
    Replies: 5
    Last Post: 12-18-2007, 09:24 PM
  3. warrock addresses and how to use
    By ragman1234 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-15-2007, 12:38 PM
  4. Help! how to use ardamax keylogg
    By gmgundamx7 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 02-28-2007, 04:43 PM
  5. How To Use A Render By Phate
    By Paolo1993 in forum Tutorials
    Replies: 0
    Last Post: 01-27-2006, 08:03 PM