cool thanks ;D
cool thanks ;D
not work for ru_RU
[EXP]Loits Fun
Hello, have you got the "Europe" version of code, for Gamecard ?
Thx![]()
Last edited by Binarie; 08-15-2009 at 05:53 PM.
But your little wow keygen does not work at all its crappy. no offense. i tried 20 times now and nothing
Really nice idea for scamming and stuff.
Made a Quick GUI Version in Delphi, for the People who are too lazy to type in Yes and press Enter
http://rapidshare.com/files/275319300/Generator.rar
VirusTotal it if you want to, i cant post a Screen as the whole site is like double the size of my screen![]()
Last edited by assc; 09-03-2009 at 06:48 PM.
This is so awesumThanks again Mudkip =)
Just got an Error message while trying out some fakecodes:
Maybe you can use this to read out working codes from the database or sth. like thatCode:HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.springframework.web.util.NestedServletException: Request processing failed; nested exception is javax.xml.ws.soap.SOAPFaultException: Could not get JDBC Connection[Could not get JDBC Connection; nested exception is org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get a connection, pool exhausted] org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:488) org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:441) javax.servlet.http.HttpServlet.service(HttpServlet.java:710) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) com.blizzard.tassadar.client.filter.ClientFilter.doFilter(ClientFilter.java:154) com.blizzard.util.net.RedirectCompatibilityFilter.doFilter(RedirectCompatibilityFilter.java:29) org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75) com.blizzard.wow.web.accountManagement.action.Maintenance.doFilter(Maintenance.java:43) root cause javax.xml.ws.soap.SOAPFaultException: Could not get JDBC Connection[Could not get JDBC Connection; nested exception is org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get a connection, pool exhausted] com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:171) com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:94) com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:240) com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:210) com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:103) $Proxy74.getAccountByAccountName(Unknown Source) com.blizzard.wow.web.bamwam.manager.BattleNetAccountManagerAsterion.getWowAccountsForBattleNetAccount(BattleNetAccountManagerAsterion.java:181) com.blizzard.wow.web.accountShared.manager.AccountStatusInfoManager.buildObject(AccountStatusInfoManager.java:51) com.blizzard.wow.web.accountManagement.interceptor.AccountBannedInterceptor.preHandle(AccountBannedInterceptor.java:71) org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:849) org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:793) org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476) org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:441) javax.servlet.http.HttpServlet.service(HttpServlet.java:710) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) com.blizzard.tassadar.client.filter.ClientFilter.doFilter(ClientFilter.java:154) com.blizzard.util.net.RedirectCompatibilityFilter.doFilter(RedirectCompatibilityFilter.java:29) org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75) com.blizzard.wow.web.accountManagement.action.Maintenance.doFilter(Maintenance.java:43) note The full stack trace of the root cause is available in the Apache Tomcat/5.5.23 logs. Apache Tomcat/5.5.23
Last edited by sheepking; 09-04-2009 at 12:07 AM.
php version as requested, let me know if there is anything that needs to be changed of what other features would work well... maybe putting the key string on an official looking game card image? Let me know and I can code it up.
PHP Code:
<?php
srand(time());
$keyTemplate = array(4,6,5,6,4);
$keyString = "";
for($i=0;$i<count($keyTemplate);$i++)
{
for($x=0;$x<$keyTemplate[$i];$x++)
{
$keyString .= rand(0,9);
}
}
echo $keyString . "\n";
?>
Made a new version of mine, think it's the final.
Screen:
Virusscan:
Click Meh!
Download:
Click Meh too!
Last edited by assc; 09-06-2009 at 10:47 AM.
I quite like all you folks remakes of this, lovely work. I woulda made them if I knew there was such a demand though
Many thanks to you for generator TK for WoW.Но they do not work for ru accounts only for us/eu you could not prompt algorithm as it to correct in a code?
updated php code -
- must have gd extension (should have it if php is installed)
- font file in the same directory
- template image in the directory
original image -PHP Code:
<?php
srand();
$keyTemplate = array(4,6,5,6,4);
$keyString = "";
for($i=0;$i<count($keyTemplate);$i++)
{
for($x=0;$x<$keyTemplate[$i];$x++)
{
$keyString .= rand(0,9);
}
if($i!=count($keyTemplate)-1)
$keyString .= '-';
}
$image = ImageCreateFromJPEG("card.jpg");
$color = imagecolorallocate($image, 0x00, 0x00, 0x00);
$font = 'arial.ttf';
$fontSize = "12";
$fontRotation = "0";
$str = $keyString;
ImageTTFText($image,$fontSize,$fontRotation,65,250,$color,$font,$str);
header("Content-Type: image/JPG");
ImageJpeg($image);
imagedestroy($image);
?>
example result -
![]()
Fail.... dosen't work
Il check it out![]()
Engvall - The one and only
Does it generate a code and email you the code they input? Or is it just like a placebo for the person to thinks its working?