Register for your free account! | Forgot your password?

You last visited: Today at 23:42

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Anykind of character creating

Discussion on Anykind of character creating within the WoW Exploits, Hacks, Tools & Macros forum part of the World of Warcraft category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2007
Posts: 9
Received Thanks: 0
Thumbs up Anykind of character creating

I haven't test this but this should work at private servers, Since when you are creating account the information must be send into server, SO the registering page has the password and other information for the SQL database, If there just would be easy way to get the orginal file players could login into the SQL database and edit their character information

Some servers require special made exploit and into others you can get with simply using FTP to download the account creating page.

After you have got the information you need SQL client to login and edit the information at the SQL database, Now this part requires knowenge from the spefic server so you know where is your character information, You can add items to your character, edit your character or make it even gm if needed - but if you don't want to get caught you probably don't want to do this.

Remember to use proxy so they cannot track you if you use exploit to get the
SQL information.

Using common sense while doing this is required, you don't want to run around in the game yelling that you have the SQL server password.
headshotjoe is offline  
Old 09/19/2007, 19:36   #2
 
elite*gold: 0
Join Date: Sep 2006
Posts: 2,704
Received Thanks: 249
HÄ?

also ich kann übers ftp mein charackter uploaden veränder und wieder hochladen ?
Reckoning is offline  
Old 09/19/2007, 19:40   #3
 
elite*gold: 0
Join Date: Jan 2007
Posts: 9
Received Thanks: 0
Quote:
Originally Posted by Klarmach3r View Post
HÄ?

also ich kann übers ftp mein charackter uploaden veränder und wieder hochladen ?
same in english please.
headshotjoe is offline  
Old 09/19/2007, 21:01   #4
 
TheX's Avatar
 
elite*gold: 0
Join Date: Oct 2005
Posts: 1,369
Received Thanks: 634
jop du kannst wenn du es hinbekommst aus der Account Creation Page den Username und des Passwort herauszubekommen in die SQL databse vom Server reinkommen und dort deine gesammten Daten verändern wie zb auhch deinen Status das heist Admin Gm oder noramler Player so kannst du auch admins einen niedrigeren Rank machen und das passwort zur SQL databse ändern so das die admins nicht mehr drauf zugreifen können wobei das unklug wäre weil dann der Server erstmal down is

Die ACcountCreation PAge sende ja informationen von deinem eben gemachten Account an die Databank also muss diese eine direkte Verbindung zur Datenbank haben und in der Seite bzw in den Seiteninformationen irgendwo versteckst sitzt das paswort und der accountname viel spass beim Suchen heheh

greez
TheX is offline  
Old 09/19/2007, 21:04   #5
 
Garonte's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 2
Received Thanks: 0
Quote:
he registering page has the password and other information for the SQL database
lol, not too easy , code of registering page dont show this info, it retrieves from sql server using variables

Quote:
After you have got the information you need SQL client to login
even with server ip and login, pass and database name for sql database you cant login because sql server only acceps conections from localhost (127.0.0.1)

possible methods:

SQL inyection, but you need know some working exploit if server has a webpage..

a vulnerability for OS and use an exploit wich gives a shell...

sry for english.- ;P
Garonte is offline  
Old 09/19/2007, 21:51   #6
 
elite*gold: 0
Join Date: Apr 2005
Posts: 745
Received Thanks: 669
The easiest way is to get the SAME Privatserverprogramm and read the original code.

After that you can just change some date in the account regestration form.

It sends something like:

blablabla.php?accountname=blabla&accountpwd=blabla &ACCOUNTLEVEL=0&...

you chould change this part to:

blablabla.php?accountname=blabla&accountpwd=blabla &ACCOUNTLEVEL=5&...

You can do this if you take your page from the Privatservertools you downloaded and change the address to the value of the server you want to play on as a GM.
Sordi is offline  
Old 09/20/2007, 13:52   #7
 
RuBiiRuBe's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 99
Received Thanks: 35
sounds cool .. would be very helpfull if someone got that to work ..
and write a good tutorial with screenshots
RuBiiRuBe is offline  
Old 09/20/2007, 14:05   #8
 
elite*gold: 0
Join Date: Apr 2007
Posts: 195
Received Thanks: 43
Das währ nice wenn man sich items geben kann und lvl 70 machen könnte.
crazy2 is offline  
Old 09/20/2007, 18:52   #9
 
elite*gold: 0
Join Date: Jan 2007
Posts: 9
Received Thanks: 0
Quote:
Originally Posted by Garonte View Post
lol, not too easy , code of registering page dont show this info, it retrieves from sql server using variables



even with server ip and login, pass and database name for sql database you cant login because sql server only acceps conections from localhost (127.0.0.1)

possible methods:

SQL inyection, but you need know some working exploit if server has a webpage..

a vulnerability for OS and use an exploit wich gives a shell...

sry for english.- ;P
But that would be prety hard and there's high chance that you get banned from the network if you start to literially break into the server.

EDIT:


Quote:
Originally Posted by Garonte View Post
lol, not too easy , code of registering page dont show this info, it retrieves from sql server using variables



even with server ip and login, pass and database name for sql database you cant login because sql server only acceps conections from localhost (127.0.0.1)

possible methods:

SQL inyection, but you need know some working exploit if server has a webpage..

a vulnerability for OS and use an exploit wich gives a shell...

sry for english.- ;P
If SQL server accepts only connections from home IP then how gms who have SQL access can login? I mean probably servers that don't have gms or gms dont have access to SQL accepts connections only from home but how about the servers that have peoples who are connecting from different IP? Is it limited only to their IP range or you think it's globally open for everyone?
headshotjoe is offline  
Old 09/20/2007, 18:54   #10
 
elite*gold: 0
Join Date: Jan 2007
Posts: 9
Received Thanks: 0
Quote:
Originally Posted by Sordi View Post
The easiest way is to get the SAME Privatserverprogramm and read the original code.

After that you can just change some date in the account regestration form.

It sends something like:

blablabla.php?accountname=blabla&accountpwd=blabla &ACCOUNTLEVEL=0&...

you chould change this part to:

blablabla.php?accountname=blabla&accountpwd=blabla &ACCOUNTLEVEL=5&...

You can do this if you take your page from the Privatservertools you downloaded and change the address to the value of the server you want to play on as a GM.
ok, What a shame that i have only 7gig left on my harddrive so i really would't want to download new server programs.

Could someone link into this thread registering pages?
headshotjoe is offline  
Old 09/21/2007, 14:54   #11
 
RuBiiRuBe's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 99
Received Thanks: 35
being a noob when it comes to sql .. i asked a friend who is into those things and he told me that it s a good idea but really hard ( impossible ) to realize .. ;(

da ich sehr nooby bin wenn es um sql geht hab ich einen freund gefragt , der sich mit sowat auskennt und der musste mir mit bedauern mitteilen , dass dies ein ding der unmöglichkeit ist .. *traurig in seine ecke zurückzieh*

hoffe dass mich jemand eines besseren belehren kann
RuBiiRuBe is offline  
Old 09/21/2007, 14:57   #12
 
RuBiiRuBe's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 99
Received Thanks: 35
Quote:
Originally Posted by headshotjoe View Post
ok, What a shame that i have only 7gig left on my harddrive so i really would't want to download new server programs.

Could someone link into this thread registering pages?


here is one
RuBiiRuBe is offline  
Old 09/21/2007, 15:12   #13
 
elite*gold: 0
Join Date: Apr 2005
Posts: 745
Received Thanks: 669
Quote:
Originally Posted by RuBiiRuBe View Post


here is one
That doesn´t help.
Cause you have to get the code from the original php-site for the account creation.
And it must fit to the privateserver you wanna play on.

Lets say if you play on a Mangos server you can download the mangos server by your own install it on you system an look at the registration page sourcecode.

Otherwise you won´t see anything caus php only creates a html site for you without the needed information.
Sordi is offline  
Old 09/21/2007, 16:27   #14
 
elite*gold: 0
Join Date: May 2005
Posts: 247
Received Thanks: 5
Warum ist so ein Mist im Exploit Forum?
dochollywo is offline  
Old 09/25/2007, 23:26   #15
 
RuBiiRuBe's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 99
Received Thanks: 35
berechtigte frage ..
RuBiiRuBe is offline  
Reply


Similar Threads Similar Threads
clean error when creating character
06/29/2010 - Dekaron Private Server - 0 Replies
when i create a character on my own server i get this error http://img823.imageshack.us/img823/42/unbenanntun e.jpg
[HELP] Creating a character in rsro
06/25/2010 - Silkroad Online - 1 Replies
Ok i tried it with english letter's said invalid letters used. So i switched my unicode to russion went in and typed something random and something normal both times said the same message can anyone please help me to register?
[HELP] rSRO Character creating
04/05/2010 - Silkroad Online - 3 Replies
Okay, hi all who reading. The problem is CHARACTER name, just take a look at this ---king SS. http://i214.photobucket.com/albums/cc237/xFlyer/t h_SRO2010-04-0600-09-45_84.jpg Ye, yeeee... dungy sh!t..! The name is RUSSIAN, but it sayz "Invalid". This could really sucks.
5165 character creating problem.
01/01/2010 - CO2 Private Server - 0 Replies
Ok, so, recently i made my server online,its just for fun, nothing big or stuff like that,but, appearantly the other ppl got a problem. After they create an account on site, they log in, create the character, and you get dc after you create it, as we all know, but, when they relog to play, they are sent back to character creation,but when i make an account from cmd window, it works fine. so pls a little help , Thank you very much!
Creating character :/
07/24/2009 - Flyff Private Server - 0 Replies
Hi. When i want to create character on my server i press create and i get crash :/ plz help



All times are GMT +2. The time now is 23:42.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.