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
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 :-)
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:
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
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
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
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
#
# 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
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!