• 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

Gesior.pl

Mega Noob&LOL 2012
Senator
Joined
Sep 18, 2007
Messages
2,966
Solutions
99
Reaction score
3,381
Location
Poland
GitHub
gesior
Changes from 1.0.0:
- Fixed PayPal script. Now it works. Instruction how to use is at end of that post.
- Fixed guild image in 'Top Guilds' on 'latest news' page. Now it shows logo of guild.
- Version for older TFSes 0.2 [0.2.11 and older] is now available


GESIOR 2012
Version 1.0.1

This is old version of Gesior acc. maker, but:
- POT replaced to my classes
- all bugs fixed (all possible XSS/SQL-injection attacks blocked), only account 1 (admin: page_access = 3 in table 'accounts' in database) can modify content of site [write news with HTML]
- ALL SQL queries rewritten
- works with MySQL and SQLite databases (you can also try PgSQL, but I did not test that version)
- forum integrated with news (only admin can create thread on forum on board 'News', threads content is visible on 'latestnews')
- it shows skull, flag and outfit of players
- it auto-detect flag by IP of player (doesn't have to select when create account/can't lie)
- installation script is available only to IP which is in file 'install.txt' - you can install it on dedic and players can't change password to account 1

- 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]

To turn on/off installation create/remove file 'install.txt' in main folder (with your IP inside it).

Links:
Main page where you can select 'branch' (your TFS version):
https://github.com/gesior/Gesior2012

Pages of available branches:
https://github.com/gesior/Gesior2012/tree/TFS-0.2.11_and_older - version for TFS 0.2.11 and older (there is link 'ZIP' to download all files)
https://github.com/gesior/Gesior2012/tree/TFS-0.2.13+ - version for TFS 0.2.13+ (there is link 'ZIP' to download all files)
https://github.com/gesior/Gesior2012/tree/TFS-0.3.6_and_0.4_to_rev_3703 - version for TFS 0.3.6 and 0.4 up to rev. 3703 [in that rev. developers added 'salt' in table 'accounts'] (there is link 'ZIP' to download all files)
https://github.com/gesior/Gesior2012/tree/TFS-0.4_rev_3703+ - version for TFS 0.4 rev. 3703+ (there is link 'ZIP' to download all files)

Links to .zip files of available branches:
https://github.com/gesior/Gesior2012/archive/TFS-0.2.11_and_older.zip - version for TFS 0.2.11 and older
https://github.com/gesior/Gesior2012/archive/TFS-0.2.13+.zip - version for TFS 0.2.13+
https://github.com/gesior/Gesior2012/archive/TFS-0.3.6_and_0.4_to_rev_3703.zip - version for TFS 0.3.6 and 0.4 up to rev. 3703 [in that rev. developers added 'salt' in table 'accounts']
https://github.com/gesior/Gesior2012/archive/TFS-0.4_rev_3703+.zip - version for TFS 0.4 rev. 3703+

Additional Scripts:
(download all files in .zip, press ZIP at top of site)
https://github.com/gesior/Gesior2012_Additional_Scripts - some extra scripts which will let you host items/outfits/flags images on your own server, links to folders with outfits, items and flags images you set in config/config.php, by default acc. maker use by server ots.me

What is what in file config/config.php (for TFS 0.2.X versions you must ignore 'multiworld' things, use BRAIN to compare your config.php with examples):
http://otland.net/f479/configuration-gesior2012-config-php-file-description-172012/

How to install shop script on your TFS [for 0.3.6/0.4] and HOW TO ENABLE SHOP ON WEBSITE:
http://otland.net/f479/gesior2012-items-shop-installation-administration-170654/

If you host it on linux remember to set rights to acc. maker folder that allow PHP to write/delete files of account maker!

----------------------------------------------------------
Old scripts (from old 'gesior') are almost compatible with new version. One of changes are class names. In old it was (ex.): 'OTS_Account', now it's 'Account', so 'new OTS_Account()' must be 'new Account()' for new version.
----------------------------------------------------------
Old LAYOUTS are also compatible (~90% of them). Message me if your old layout doesn't work. I can fix it in one minute.
----------------------------------------------------------
'pages' from 0.3.6 and 0.4 branches are compatible. Versions 0.2.x have less pages [houses page not ready yet, top fraggers removed, top guilds in news removed etc.] and 'pages' are not compatible with other versions, because there is no 'multiworld' in TFS 0.2.
----------------------------------------------------------

Report bugs / problems with old not working scripts (and layouts) to me by OTland private message:
[OTLAND]SEND PRIVATE MESSAGE TO Gesior.pl :cool:

About PayPal
1. Config of payments (amount of money, points, your paypal e-mail) is in:
custom_scripts/paypal/config.php
2. There is:
Code:
$paypal_report_url = 'http://anderion.net/paypal_report.php';
Change anderion.net to your domain (+folder if acc. maker is in some folder) and leave /paypal_report.php, don't change to /pages/paypal_report.php
3. Remember to make 'reported_ids' folder writeable to make acc. maker add points for payments (on linux: chmod -R 777 /var/www/custom_scripts [if acc. maker is in /var/www/):
custom_scripts/paypal/reported_id/
4. DO NOT EDIT/CONFIGURE ANYTHING ON PAYPAL.COM, acc. maker 'tells' PayPal how to report payment. You can't turn on IPN on paypal.com - it blocks script. You just need registered account and good config of script in acc. maker to make PayPal donations work.



About Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM
If you use PHP5 version lower then 5.3 then you must replace classes/databaselist.php with:
http://paste.ots.me/166099/text
 
Last edited:
You can write it on the board of the Polish polish? because it always worse translators translate.

- - - Updated - - -

Polish Board?
 
You can write it on the board of the Polish polish? because it always worse translators translate.

- - - Updated - - -

Polish Board?
I don't use Polish Board.
----------------
Jak ktoś chce to niech przetłumaczy i wstawi na Polish Board. Post w BBcode możesz ściągnąć:
http://paste.ots.me/4400/text
Ja na Polish Board nie wchodzę, bo nie mam czasu czytać co te wszystkie dzieciaki mają do powiedzenia i jak bardzo wszystkich nienawidzą. Mi na 'like' i 'reputach' nie zależy.
 
Gesior Acc, maybe add contenidopago :D?
 
I will wait for it :D Thank you!
 
@Gesior, you can add support to pagseguro.uol.com.br?
Too much work for BR only service.
Shouldn't be hard to integrate it as they priovide ~20 PHP classes and examples how to handle payment notifications and there is option to set 'reference code' which they will send me back after payment (which I can use to store account number of player that donates and amount of points and add him them automatically).

I can integrate it if someone pay me 10 USD [by paypal] and give access to his account on pagseguro or make account with fake informations for me.
 
Gesior, can you explain why the news system is too horible >.<?? for example, when you are writing news the topic's title looks ugly, I don't know how to explain it, for example, tibia rl website has the topic tittle inside a box and it really looks better, also in older gesior acc the topic's title was inside a box as in rl tibia, can you tell me how to add it again :(? thank you for your website by the way
 
Gesior, can you explain why the news system is too horible >.<?? for example, when you are writing news the topic's title looks ugly, I don't know how to explain it, for example, tibia rl website has the topic tittle inside a box and it really looks better, also in older gesior acc the topic's title was inside a box as in rl tibia, can you tell me how to add it again :(? thank you for your website by the way

Yeah, he removed the title-background, though you can add it again. And I suggest an easier and more user-friendly news system. So you don't have to go into the forum to make news.
 
"And I suggest an easier and more user-friendly news system" how do I add that? or the background?, I want the user-friendly news system, tell how to add it :D
 
Gesior when will you release Contenidopago?
 
Back
Top