• 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

Thanks for not supporting the one who made a part of the code that you earn money with, ... Could explain you in other words but dont need any infractions.
 
Gesior, tell me something or someone who can explain it to me.

In create_ip in accounts table (mySQL) there are some random numbers. There are no an IP adress. It is hashed or something?
My favorite site xD :
http://www.tools4noobs.com/online_php_functions/long2ip/
It's in this format ( ' long' ), because that format make is very easy to compare IPs. Like I have some spammer that make accounts from IP 2988736947 , I got that page and check that it's 178.36.129.179, then I go page http://ipinfo.info/html/ip_checker.php and check what is 'IP range' of that IP (select 'network info') and I get:
Queried whois.ripe.net with "-B 178.36.129.179"...

% Information related to '178.36.128.0 - 178.36.135.255' % Abuse contact for '178.36.128.0 - 178.36.135.255' is '[email protected]' inetnum: 178.36.128.0 - 178.36.135.255
Then I go page http://www.tools4noobs.com/online_php_functions/ip2long/ and check that:
178.36.128.0 = 2988736512
178.36.135.255 = 2988738559

Now I can remove all accounts made by this guy, even if he did 'reconnect' and 'change IP', because there is very big chance that his internet provider gave him IP between 178.36.128.0 and 178.36.135.255, I can make it by simple SQL query:
DELETE FROM `accounts` WHERE `create_ip` > 2988736512 AND `create_ip` < 2988738559

You can also read IP from MySQL using MySQL function to convert 'long to IP':
SELECT `accounts`.`id`, INET_NTOA(`accounts`.`create_ip`) FROM `accounts`
gives something like:
10.0.0.0
2127.0.0.1
(account 1 made by acc. maker while installation, not by 'visitor' of site, so it does not have IP of creator)
 
Last edited:
i didnt wait for gesior i saw how he added zay pay and paypal in buypoints page and made paygol and zaypay and paypal too
and its working no thanks for you guys
You are great open software community member! :rolleyes:

I made Gesior2012 for TFS 1.0, wars.php and 'top guilds' do not work in this version, but rest should be fine:
http://ots.me/tmp_files/Gesior2012_for_TFS_1.0.zip
 
Probbly not, but what I know he is gonna update it, So either gesior 2013 or 2012 1.0.2 or smth like that!
WibbenZ
 
Gesior.pl. member: 3238 said:
- installed payments systems:
- - - ZayPay - international SMS and phone calls (my script uses 'ZayPay Payalogues', not like old 'zaypay' system available on otland, you must search in google how it works and how to config)
- - - PayPal - credit cards
- - - DotPay - polish sms and bank transfers
I will not write how to config it. If you don't understand, you don't deserve money!
Config of payment systems is in folder 'custom_scripts' and in file 'pages/buypoints.php'.
Remember to set folders in 'custom_scripts' writeable to make these systems work fine!
[ABOUT PAYPAL YOU CAN READ MORE AT END OF THAT POST]
When I use mydomain/zaypay_report.php it says *bugged config*
And when I use Mydomain/pages/zaypay_report.php it's just white, so what's wrong then?
 
One question am I supposed to write my payalouges id after "pay/"

Code:
{
            $main_content .= '<script src="http://www.zaypay.com/pay/' . $option['payalogue_id'] . '.js" type="text/javascript"></script>';
            $main_content .= '<br /><div style="width:100%;height:40px;background-color:#333333"><div style="float:left;width:50%;text-align:center;color:white"><h2>' . $option['name'] . ':</h2></div>';
            $main_content .= '<div style="float:right;height:40px;text-align:left"><a href="http://www.zaypay.com/pay/' . $option['payalogue_id'] . '?acc=' . $account_logged->getId() . '" onclick="ZPayment(this); return false" ><img src="http://www.zaypay.com/pay/' . $option['payalogue_id'] . '/img" border="0" style="margin-top:2px" /></a></div></div>';
        }
 
One question am I supposed to write my payalouges id after "pay/"

Code:
{
            $main_content .= '<script src="http://www.zaypay.com/pay/' . $option['payalogue_id'] . '.js" type="text/javascript"></script>';
            $main_content .= '<br /><div style="width:100%;height:40px;background-color:#333333"><div style="float:left;width:50%;text-align:center;color:white"><h2>' . $option['name'] . ':</h2></div>';
            $main_content .= '<div style="float:right;height:40px;text-align:left"><a href="http://www.zaypay.com/pay/' . $option['payalogue_id'] . '?acc=' . $account_logged->getId() . '" onclick="ZPayment(this); return false" ><img src="http://www.zaypay.com/pay/' . $option['payalogue_id'] . '/img" border="0" style="margin-top:2px" /></a></div></div>';
        }
PHP puts there payalogue_id from config that is in /custom_scripts/zaypay/.


You can't open pages in folder /pages/xxx.php, it must be:
http://yourpage.com/?subtopic=buypoints
but on zaypay you must set Report URL:
http://yourpage.com/zaypay_report.php
For you it will show *bugged config*, but if all is fine configured then it will work (only zaypay can visit that site, for other users it show *bugged config* ).
 
I think what you should do is donate eg 2.5 euros by the system and so I would give Gesior who help him with the donation. [besides that it would help with your project Gesior acc].
And then eventually publish it for everyone .. but when you have won something and the time has passed
. [to not disturb if paid to help]

someone to make a donation to half to paygol =** ?

repit D=
 
Hey gesior! My zaypay approver says that it doesn't say *ok* with the URL, what could be wrong, cause really need to be approved.

Here is his message
Code:
Almost there – the points are added and the response on completion is correct.

However, the response should be “ok” for all reports that we send. For all other reports is it currently responding “code already used”.

Please change it so the response is always “ok”, even if the report isn’t useful to you. If we don’t receive this response it can cause errors and retries.
 
config? Or did you modify a script? It is supposed to (if zaypays ip) say *OK*. So dont enter your ip or smth like that in the config file.
WibbenZ
 
Back
Top