OGame Automizer RD - Cracked.

10/06/2012 17:14 soulfly321#211
Ok i got the same problem. Jumps beetween Time left: 0 and expired.
Someone got it working now?

There must be a problem with one of the other calls:

in na.class localSocket = new mW(localkc).a("DIRECT", "188.165.227.218", 26838);

mZ.class localSocket = new mW(paramkc).a("DIRECT", "188.165.227.218", 26838);

mP.class action register and action expire are handled

URI localURI = new URI("http://188.165.227.218/account_manager.php?action=process&uni="
does not need any handling

aJ.class - no idea

If.class - no idea


btw: @ geekkillah: can you try if this code is working with your bot? And which bot version do you use
I also get a unable to check for updates failure - maybe that's the problem

<?php
$bis = mktime(0, 0, 0, 2, 1, 2013);
$rest = $bis - time();
@$action=$_GET['action'];
if ($action=='register') {
echo "registred";
}
if ($action=='expire') {
echo "$rest";
}
?>
10/06/2012 17:45 geekkillah#212
Yes it works too.
It removes the counter.
I guess when the value exceeds a certain duration, the counter is not displayed ;-)
However you could use a static value, it would work, because the counter is reset to the specified value every 10 minutes :-)

You could replace :

Quote:
$bis = mktime(0, 0, 0, 2, 1, 2013);
$rest = $bis - time();
By :

Quote:
$rest=10138630;
10/06/2012 17:57 soulfly321#213
Strange. Why doesn't it work here? static value or not. it jumps all the time from "Will Expire in 0" to "Account Expired". I have no idea whats happening here.
It jumps every 0,5sec between those:
[Only registered and activated users can see links. Click Here To Register...]
10/06/2012 18:44 MaouKami#214
Are you using the original client ?
And have you tried entering a different serial ?
10/06/2012 19:15 soulfly321#215
yes the original ogameauto client (newest) - and i tried several serials. also tried reinstall complete client

is there a way to only redirect the public.php to own site and rest to original? if i set the ip @my pc every try to reach the original one is redirected. even with a .htaccess redirect on my server
10/06/2012 19:44 MaouKami#216
So have you checked your apache logs error and normal log for anything out of place ?
10/06/2012 21:14 soulfly321#217
188.165.227.218 - - [06/Oct/2012:19:23:27 +0200] "GET /public.php?action=expire&uni=xyz.ogame.de&login=xy z&serial=555555555555 HTTP/1.1" 200 6 "-" "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1)"

should be fine or? maybe someone with a working version can send me his ogameautomizer folder: [Only registered and activated users can see links. Click Here To Register...]
10/06/2012 21:48 MaouKami#218
Uhm,
And this is from the access log i asume.
Try to make a simple public.php with in it 9935256
See what it does.
10/07/2012 11:10 soulfly321#219
Same... it always starts jumping from 0 to expired
10/07/2012 11:26 geekkillah#220
Quote:
Originally Posted by soulfly321 View Post
yes the original ogameauto client (newest) - and i tried several serials. also tried reinstall complete client
When you did the complete reinstall, did you delete the complete directory ?

Quote:
Originally Posted by soulfly321 View Post
is there a way to only redirect the public.php to own site and rest to original? if i set the ip @my pc every try to reach the original one is redirected. even with a .htaccess redirect on my server
There is no need for that, really.

When you test your public.php, do you use [Only registered and activated users can see links. Click Here To Register...] or [Only registered and activated users can see links. Click Here To Register...] ?

Is it working from both addresses ?

Can you show us your Apache's httpd.conf file ?
10/07/2012 11:43 soulfly321#221
i deleted the whole directory and of course it's working with [Only registered and activated users can see links. Click Here To Register...] (and localhost) and my apache conf: (should be default)
10/07/2012 12:08 geekkillah#222
Thanks.
I compared our httpd.conf, the only different things are these in my httpd.conf :

Quote:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
And this :

Quote:
<Directory "c:/wamp/www/">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# [Only registered and activated users can see links. Click Here To Register...]
# for more information.
#
Options Indexes FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride all

#
# Controls who can get stuff from this server.
#

# onlineoffline tag - don't remove
Order Allow,Deny
Allow from all

</Directory>
10/07/2012 13:03 jordbro#223
I have tried to follow this since it stopped working but I am not a programmer. It looks like you have it working again but I could use a layman explanation please!
10/07/2012 13:56 soulfly321#224
Quote:
Originally Posted by geekkillah View Post
Thanks.
I compared our httpd.conf, the only different things are these in my httpd.conf :



And this :
Hmm do you use xampp or wamp or what? Maybe there is the differnce
10/07/2012 14:15 MaouKami#225
try usbwebserver :), its what i always use ;).