Think this is already posted about in scam section :P
With the email ( and do lost pass )
Is there a forum where you can check peeps there password?
If you can i got a gr8 idea : Just log in To their email with the pass and and go to www.worldofwarcraft.com and press lost password..
this idea is better when you are admin you can change peeps their email so the pass wil get mailed to the email you putted in..
doesnt work , cant find a sort of forum where you can passwords :/
Last edited by kalf; 03-24-2007 at 02:15 PM. Reason: Auto-merged Doublepost
Think this is already posted about in scam section :P
With the email ( and do lost pass )
Fighting for peace is like ****ing for virginity :wave:
I see where your going but yea this is Time consuming it took me 2hrs getting my guild charter signed and if the people are hardcore raiders they would be playing alot to so if you did take the account by the next day it would be theirs again.
But if it works u get the money ..
Very unlikely to work. All major forum software uses md5 encryption to store their passwords. Even if you had access to the database, you'd get a bunch of encrypted passwords.
it's not very hard to create your own database and forums..Originally Posted by noodles19
LOL?!Originally Posted by philvia
It takes a good 10hours+ to actually create a forum LOOKING PROFESSIONAL with php/mysql and that's if you know how to code in html/java/flash/php...
For people asking if a webmaster can get the passwords from the database the answer is NO. (Unless you are the author of the website (I MEAN YOU CODE IT) then you can, of course and if you code it then you know how to do (no need to tell you))
For people asking if you can hack the database the answer is NO unless you'd like to bruteforce for 12521 years to find the md5 hash of ONE password.
The easier way I could think of is by getting the code source from a open source forum (I don't know any so go google it) and just use the code and change the line with $password=md5($pass); to $password=$pass; (well depends on the syntax the author is using....it might be in the mysql query but SOMEWHERE you will see md5($SOMETHING); just remove the md5) and then you could access the mysql database and get all the password without encryption.
But this is a good 1+ hour to find it, change it and upload it (because you need a server to run appache in order to run your page AND SOME FREE HOSTING DON'T SUPPORT SOME PHP FUNCTIONS AKA MULTIPLE DATABASES AND SOME PHP QUERY AS SENDING PHP EMAIL)
Last edited by Zag; 03-28-2007 at 07:39 PM.
Quite honestly most of the guild websites I see on WoW (Noob Alt Guilds to Elite Raiders) look like total crap anyway. This may not be too much of a factor. Although to get some good accounts, meh, people may be picky.Originally Posted by Zag
However coding knowledge would give a great bonus. Just remove the md5 commands from the code I suppose.
Last edited by lag; 03-28-2007 at 07:41 PM.
Elite raiders usually have decent website (from experience).
Yea I've just edit and add the md5 function removal![]()