• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

This account maker is nice crash,my error:
Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\classes\account.php on line 33
 
Same issue with latest version


Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\classes\account.php on line 33
 
Same issue with latest version


Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\classes\account.php on line 33
In index.php edit:
PHP:
define('DEBUG_DATABASE', false);
Make it true and it will show more informations about problem.
 
Why do i get these design errors o.o?

34pygqf.jpg
 
For the people who use version for TFS 0.4 rev. 3703+

if you get this error while installing Gesior do the following
Code:
Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\classes\account.php on line 33

You should do a Gesior account reinstall (That means start over) Before you start installing change
Code:
define('DEBUG_DATABASE', false);
to TRUE in index.php.

WHEN YOUR DONE installing CHANGE IT BACK TO FALSE! Very important!
 
Some1 uses wampserver to make the install.php? What happens:

Fatal error: Call to a member function fetch() on a non-object in C:\wamp\www\server\classes\player.php on line 36

How I can fix this?
 
That Zaypay script of yours worked fine except the points weren't added :eek:
Whats wrong then @Gesior.pl?

Happy for answer.
 
That Zaypay script of yours worked fine except the points weren't added :eek:
Whats wrong then @Gesior.pl?

Happy for answer.
Make sure you got newest zaypay_report.php file, I've updated it 24 days ago:
https://github.com/gesior/Gesior2012/blob/TFS-0.3.6_and_0.4_to_rev_3703/pages/zaypay_report.php
old version did not work. New works. I did test it on someones dedic. It uses paylogues. Make sure that you use good config.
If you got problems with config I can make it for you by TeamViewer for 5$ (by paypal).
 
Make sure you got newest zaypay_report.php file, I've updated it 24 days ago:
https://github.com/gesior/Gesior2012/blob/TFS-0.3.6_and_0.4_to_rev_3703/pages/zaypay_report.php
old version did not work. New works. I did test it on someones dedic. It uses paylogues. Make sure that you use good config.
If you got problems with config I can make it for you by TeamViewer for 5$ (by paypal).

Well by saying config i suppose you mean the "zaypay config file". Im using this one, please take a look :)
Lua:
<?php
$options[130114]['name'] = 'Buy 100 premium points';
$options[130114]['payalogue_id'] = 131117;
$options[130114]['price_id'] = 11117 ;
$options[130114]['price_key'] = '145fb97c32c5106aab44e7d221632c1c';
$options[130114]['points'] = 100;

$options[130124]['name'] = 'Buy 150 premium points';
$options[130124]['payalogue_id'] = 131119;
$options[130124]['price_id'] = 111111;
$options[130124]['price_key'] = '45c9886129f242a15f3c42f4c59eb33f';
$options[130124]['points'] = 150;

$options[130134]['name'] = 'Buy 300 premium points';
$options[130134]['payalogue_id'] = 111111;
$options[130134]['price_id'] = 119111;
$options[130134]['price_key'] = '7d22a3486c8916bb8b14add3b9d7e767';
$options[130134]['points'] = 300;
 
Back
Top