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";
}
?>
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";
}
?>