See ALL (hidden) Servers! menu

Shout-Out

User Tag List

Page 6 of 13 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 182
  1. #76
    AK40's Avatar Member
    Reputation
    28
    Join Date
    Nov 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aboogabooga View Post
    I DID IT!.... I think. Stay tuned on THIS POST, I will edit it.


    Oh dammit. Oh dammit. I used my last x-fer by accident.


    OK..... Instructions. Get to the part where it says targetrealmID. Mine is 1153 or something. Now search around in cookies for something that says 11E3 (If your target realm is by default 1153). 1=A 2=B 3=C 4=D....... 5=E


    11E(5)3 There won't be bracets, duh (the 5 won't be there).

    Then change that to the realm you want. Following the letter-number code. Then change your target realm ID to the one you want (must be the same as the one in cookies). Then just keep going to the end.... if it says x-fer to the PTR, exit. If not, try pressing ok! Then report back here.

    WARNING: I DO NOT KNOW IF THIS WIL WORK, THIS IS ALL FROM MEMORY.
    I've tried this, and I can't find it in cookies...I mean my ID of my realm...nothing...

    See ALL (hidden) Servers!
  2. #77
    zeduck's Avatar Member
    Reputation
    14
    Join Date
    Apr 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    next step would be getting their adresses
    pro find btw

  3. #78
    Khelidon's Avatar Active Member
    Reputation
    17
    Join Date
    Jul 2007
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll try this tonight

  4. #79
    n1ghtwish's Avatar Member
    Reputation
    8
    Join Date
    Dec 2006
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Theory:

    could you not use this to copy characters from a PTR realm back to a normal realm? :P

    i.e say there were premade characters you could theoretically copy one over to a main realm?

  5. #80
    Noloony's Avatar Active Member
    Reputation
    56
    Join Date
    Jun 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im trying to edit TargetRealmID by using
    Code:
    javascript:document.body.contentEditable ='true'; document.designMode='on'; void 0
    that enables you to edit a web page quit funny :P

    OMG just got a break trough ill make a ss :P im able to copy to a other realm



    trough you get a Unable to complete request error

  6. #81
    zeduck's Avatar Member
    Reputation
    14
    Join Date
    Apr 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    K this sux need 3 posts to post my findings

  7. #82
    zeduck's Avatar Member
    Reputation
    14
    Join Date
    Apr 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha now this is were the fun starts.
    we can send fake request to the server and copy our character to any place we like
    Im looking into this now but it seems possible to copy ANY character to ANY server , kinda sloopy coded actually.

    Code:
    http://www.wow-europe.com/ptr/character-copy.html
    
    POST /ptr/character-copy.html HTTP/1.1
    Host: www.wow-europe.com
    User-Agent: Hi there!
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Referer: hp://www.wow-europe.com/ptr/character-copy.html?realmId=
    Cookie: --YOUR VALID COOKIE HERE--
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 83
    _page=0&movingCharacterGuid=--YOUR CHARACTER ID HERE--&sourceRealmId=--SOURCE REALM ID HERE--
    Now the above will make a request to transfer the character , your character ID can be found on the page were you see all your characters , just look in the source of that page for "movingCharacterGuid"

    Now on the next page we can pick a server to transfer to , it only shows 2 options , BUT lets take a look @ whats send to the server

    Code:
    http://www.wow-europe.com/ptr/character-copy.html
    
    POST /ptr/character-copy.html HTTP/1.1
    Host: www.wow-europe.com
    User-Agent: Hi there!
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Referer: http://www.wow-europe.com/ptr/character-copy.html?realmId=
    Cookie: --YOUR VALID COOKIE HERE--
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 53
    _page=2&targetRealmId=970&_target3.x=95&_target3.y=13
    Notice the "targetRealmId=970" part
    Well have fun copying other peoples character to your account , on a side note proberly highly bannable offense

  8. #83
    allesist's Avatar Contributor

    Reputation
    243
    Join Date
    Mar 2007
    Posts
    157
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zeduck View Post
    Haha now this is were the fun starts.
    we can send fake request to the server and copy our character to any place we like
    Im looking into this now but it seems possible to copy ANY character to ANY server , kinda sloopy coded actually.

    Code:
    http://www.wow-europe.com/ptr/character-copy.html
    
    POST /ptr/character-copy.html HTTP/1.1
    Host: www.wow-europe.com
    User-Agent: Hi there!
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Referer: hp://www.wow-europe.com/ptr/character-copy.html?realmId=
    Cookie: --YOUR VALID COOKIE HERE--
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 83
    _page=0&movingCharacterGuid=--YOUR CHARACTER ID HERE--&sourceRealmId=--SOURCE REALM ID HERE--
    Now the above will make a request to transfer the character , your character ID can be found on the page were you see all your characters , just look in the source of that page for "movingCharacterGuid"

    Now on the next page we can pick a server to transfer to , it only shows 2 options , BUT lets take a look @ whats send to the server

    Code:
    http://www.wow-europe.com/ptr/character-copy.html
    
    POST /ptr/character-copy.html HTTP/1.1
    Host: www.wow-europe.com
    User-Agent: Hi there!
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Referer: http://www.wow-europe.com/ptr/character-copy.html?realmId=
    Cookie: --YOUR VALID COOKIE HERE--
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 53
    _page=2&targetRealmId=970&_target3.x=95&_target3.y=13
    Notice the "targetRealmId=970" part
    Well have fun copying other peoples character to your account , on a side note proberly highly bannable offense

    This will result in a:
    Code:
    Bad Request
    
     Your browser sent a request that this server could not understand.
    if i try it with HTTP Headers. When i just edit the Target Realms etc. with Tamper Data i can go forward but when i try to finish it it gives me an error.

    Test it. If it works make a video and upload it here ;D (NOT on youtube) - If this really gets confirmed you will made my week!

  9. #84
    n1ghtwish's Avatar Member
    Reputation
    8
    Join Date
    Dec 2006
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm not really sure what I am doing with this obviously and don't think you can copy your char to one of the fake realms and get onto it, however you could do a more mundane excercise by copying say from a PVE realm to a PVP one? :P

    also from EU to US even? (as there appears to be for example two Eonars etc in the realm lists

    down to my last character copy so hope we can get a copy working
    Last edited by n1ghtwish; 04-21-2008 at 05:33 AM.

  10. #85
    Noloony's Avatar Active Member
    Reputation
    56
    Join Date
    Jun 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Howto use the java script !
    Code:
    javascript:document.body.contentEditable ='true'; document.designMode='on'; void 0
     
    Clear your adress bar and Copy past it in, hit enter!
    howto make a fake Request !

    use notpad to make the following script!
    HTML Code:
    <html>
    <body>
    <form>
    <select name="targetRealmId">
    <option value="0">
    ---Select a Realm---
    </option>
    <option value="970">Test Server (EU PVP) (PvP)</option> 
    <option value="1157">Test Server EU PvE (PvE)</option>
    //add your own option here <option value="(Target Realm)">Random name</option>
    </select>
    </from>
    </body>
    </html>
    - save the file on your desktop as Fake Realm.html

    - go to the copypage were you may chose witch target realm you want to use
    use the javascript

    - open Fake Realm.html

    - use javascript

    - copy the selection bar thing

    - select wow site again and place i over the bar there and use the following script to turn of edit mode

    Code:
    javascript:document.body.contentEditable ='false'; document.designMode='off'; void 0
    select fake realm and enjoy

  11. #86
    Nero's Avatar Active Member
    Reputation
    39
    Join Date
    Sep 2006
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have no way of testing this from where I am now, but
    if anyone got the PTR client, open up the folder, go into the WTF folder and open your saved variables, where you can find the name of your realm, replace it with
    "(2.4.0) Alec's Realm of Epic Gear" without the ""... then try to logon :-)
    if this doesnt work, I know another trick I will try out when I come home ^_^
    ~Nero

  12. #87
    Noloony's Avatar Active Member
    Reputation
    56
    Join Date
    Jun 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dousnt work first ting i trieëd when i read the threath
    probb is becaus they are on another realm liset

    like there is us.logon.worldofwarcraft.com, eu.worldofwarcraft.com, cn1.worldofwarcraft.com, etc...

  13. #88
    zeduck's Avatar Member
    Reputation
    14
    Join Date
    Apr 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Perhaps some realms are connected to the public/ptr login server , the rest have their private loginserver somewere.


    [little edit]
    Just tried some server and when i set my realmname to "Lightbringer" i get to the character screen but i get kicked out instantly
    [/little eidt]
    Last edited by zeduck; 04-21-2008 at 06:41 AM.

  14. #89
    Nero's Avatar Active Member
    Reputation
    39
    Join Date
    Sep 2006
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you was kicked out instantly, theres hope
    try pressing ESC as fast as you can when you get to char screen...
    it sometimes stops the kick, and your able to create character (was like this on the arena tournament server on ptr for a little while)
    ~Nero

  15. #90
    allesist's Avatar Contributor

    Reputation
    243
    Join Date
    Mar 2007
    Posts
    157
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look:
    It's not possible to connect to a "secret" realm like that. There are two reasons why you never can get this to work:


    1.) The Server
    If you want to connect to any realm like that you need to know the (login) server of those. You can edit this path in the realmlist.wtf file. This file says where you want to "login", or lets say like this: The path which is in the realmlist.wtf file is the source of all realms and servers of World of Warcraft. If you don't know the path you cannot login to the "hidden" realms, because they are not running in the "normal" Live-Server Realm path.

    2.) The Login
    Even if you really find the correct path, the string which you must enter in the realmlist.wtf, you need to have an account there because you haven't any accounts on this "server", "realmlist" or what you want to call it.



    It's not possible to play or even connect to a hidden realm. Not even if you manage it to copy a char to the hidden realm. The reason of this is very simple, let's take an example on the Testrealms (Server = Realmlist)

    Server A => Live Realms
    Server B => Test Realms
    Server C => Hidden Realm(s)

    Blizzard make a duplicate of all accounts EVERY begin of a test-period from Server A to Server B, maybe filtered by existing time of an account. Why i know this? If you changed your account-password after the testrealm is opened, you still need the old one to login to a test server. Thats because those two different databases/servers or whatever of accounts. The Path in the realmlist.wtf is a different one from the original World of Warcraft, just to verify that thing with the servers.

    Now, if you really find the realmlist data/string or whatever you need to connect to Server C, you still need a Login/Password for Server C. Because it's not only the realmlist, its the total source of World of Warcraft, which is declared in the realmlist.wtf file.


    Thats is to 90% a reason why you never can copy a character to Server C => You haven't any account there. Blizzard didn't copy any account-databases there. You cant copy your character of account X to the account ??, because he haven't that account information.

    The only thing which is MAYBE possible which the manipulation of Post-Data/Requests is to bypass the limit of char-copys on the testrealm. Maybe it's possible to copy a premade from the Testserver to the Live Realm too, because there you got your accounts!


    That's all ;D


    // Edit:
    It's not possible to get anything with editing the WTF-Folder. This folder is just a temponary folder. You can write anything as realm there and you will get disconnected. This ONLY works if blizzard was really stupid and made the realms really "hidden" on the public "Realmlist" or "Server" where you login. But i dosen't think so, its impossible. (And maybe not even this, because you edit only the text, without any ID of a realm.)
    Last edited by allesist; 04-21-2008 at 07:24 AM.

Page 6 of 13 FirstFirst ... 2345678910 ... LastLast

Similar Threads

  1. WoW GMPUBLIC! All GM Server~~~!
    By knif3r2 in forum WoW Emulator Server Listings
    Replies: 2
    Last Post: 05-15-2014, 05:47 PM
  2. So...When Do You Think We Will Start Seeing 2.4 Servers?
    By PricedTundra in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 03-01-2008, 11:04 PM
  3. GMPUBLIC All GM Server! 2.3.0 Ascent!
    By knif3r2 in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 11-29-2007, 08:22 PM
  4. Warlock ownage. (all private servers)
    By Mike3667 in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 11-01-2007, 10:13 PM
All times are GMT -5. The time now is 09:29 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search