• 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.0 BETA

Status
Not open for further replies.
Im not recieving any points after purchasing... I get the money on my paypal account but the points doesn't get added to the account that I bought it with.. Here is my config.php:
PHP:
$paypal_report_url = 'http://xxx.no-ip.org/paypal_report.php';
$paypal_return_url = 'http://xxx.no-ip.org/?subtopic=shopsystem';
$paypal_image = 'https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif';
$paypal_payment_type = '_xclick'; // '_xclick' (Buy Now) or '_donations'

$paypals[0]['mail'] = '[email protected]'; // your paypal login
$paypals[0]['name'] = '250 premium points on sunzai for 0.01 EURO';
$paypals[0]['money_amount'] = '0.01';
$paypals[0]['money_currency'] = 'EUR'; // USD, EUR, more codes: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_currency_codes
$paypals[0]['premium_points'] = 250;
and if it isn't my config.php, idk what the problem is.. Do I need a business account to transfer points or can I keep a personal account? Any help is apprecited!

Have the exact same problem! Help us! :D
 
How to set server path at installation on Linux Ubuntu 10.04.4?
The only thing I could make until now is putting config.lua in /root/ and it works, but in the last step it give me error, can't find my XML folder :(
Help gesior?
I could find similar problems, but nothing worked for me...
Sorry, please help me!

ERROR:
Code:
STEP 5
Set Admin Account
Error occured!
Error ID:
More info: Vocations::__construct - cannot load file /root/data/XML/vocations.xml

File: /var/www/Gesior2012/classes/vocations.php   Line: 15
File: /var/www/Gesior2012/classes/website.php   Line: 163
File: /var/www/Gesior2012/classes/website.php   Line: 169
File: /var/www/Gesior2012/system/load.compat.php   Line: 57
File: /var/www/Gesior2012/install.php   Line: 510
 
Have the exact same problem! Help us! :D
First idea:
Folder 'custom_scripts' and all subfolders must have 'rights' to write and make new files (chmod -R 777 /var/www/custom_scripts).
Second idea:
PHP:
$paypal_payment_type = '_xclick'; // '_xclick' (Buy Now) or '_donations'
I use _xclick, but I got 'bussiness account (for firms)' on PayPal. Maybe you must change it to _donations to make it report after someone pay.
Third idea:
Wrong IP? Maybe personal accounts report payments from other IP.

If anyone got personal account [my is banned] and want make tests with me (I will update acc. maker for him, test, update, test until we make it work) msg me [add] by Skype: phoowned ([email protected])

How to set server path at installation on Linux Ubuntu 10.04.4?
The only thing I could make until now is putting config.lua in /root/ and it works, but in the last step it give me error, can't find my XML folder :(
Help gesior?
I could find similar problems, but nothing worked for me...
Sorry, please help me!
I upload OTS by user 'ots'. I set folder '/home/ots/'. Read what exactly shows acc. maker when you set valid folder. Maybe it's problem with access to file. Then type in linux console:
chmod -R 777 /home/ots/ (for confg.lua in /home/ots/)

Account maker expects that if you got config.lua in '/root/' there will be files 'groups.xml' and 'vocations.xml' in folder '/root/data/XML/'
 
Last edited:
8euhgz.png


How to fix "?" Flags..
 
8euhgz.png


How to fix "?" Flags..
First idea:
On linux - cache folder should have rights to write and create files for PHP, in linux console:
Code:
chmod -R 777 /var/www/cache
Second idea:
IF YOU HOST ON HOME PC.
All accounts created by you on your home PC/from PC in local network can't be geolocated as you connect to webserver from 'this PC' [127.0.0.1] or from local network [ex. 192.168.1.5], so it shows '?' [unknown country].
 
First idea:
On linux - cache folder should have rights to write and create files for PHP, in linux console:
Code:
chmod -R 777 /var/www/cache
Second idea:
IF YOU HOST ON HOME PC.
All accounts created by you on your home PC/from PC in local network can't be geolocated as you connect to webserver from 'this PC' [127.0.0.1] or from local network [ex. 192.168.1.5], so it shows '?' [unknown country].

Yes it showns unknown country.. What to do ? ;p
 
Yes it showns unknown country.. What to do ? ;p
For all players? Give me IP. I will make account and test. For home PC hoster it will always show that his country is unknown. You can go 'accounts' in database and edit 'flag' of admin accounts.
 
For all players? Give me IP. I will make account and test. For home PC hoster it will always show that his country is unknown. You can go 'accounts' in database and edit 'flag' of admin accounts.

You was right.. I fixed it now :)

Btw, how do i make an new "site" like news etc but an new one :p
 
You was right.. I fixed it now :)

Btw, how do i make an new "site" like news etc but an new one :p
Make file 'new.php' in folder 'pages' and you can open http://your-website-address-here.com/?subtopic=new and it will show that page. You don't have to add it anywhere (like in old version). In file name you can use only these characters:
qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM0123456789_- (no space!)
and then .php
To show something on page you can use:
PHP:
<?PHP
echo 'something';
?>
or:
PHP:
<?PHP
$main_content .= 'something';
?>
or:
just HTML code without <?PHP at start:
PHP:
<center><b>NICE TITLE</b></center>
 
how to enable shop system and paypal system :eek:?
Enable Shop System:
http://otland.net/f118/gesior-2012-version-1-0-0-beta-173280/index4.html#post1705292
Enable/disable payment systems (zaypay, paypal, dotpay) you can in file:
pages/buypoints.php (looks like: https://github.com/gesior/Gesior2012/blob/TFS-0.3.6_and_0.4_to_rev_3703/pages/buypoints.php )
Your PayPal account and possible money amounts and points for donation you can setup in:
custom_scripts/paypal/config.php (default it's https://github.com/gesior/Gesior201..._to_rev_3703/custom_scripts/paypal/config.php )
Also read how to fix problem with not receiving points after donation ('First idea' from that post fixed problem that few users had):
http://otland.net/f118/gesior-2012-version-1-0-0-beta-173280/index7.html#post1711835
 
Make file 'new.php' in folder 'pages' and you can open http://your-website-address-here.com/?subtopic=new and it will show that page. You don't have to add it anywhere (like in old version). In file name you can use only these characters:
qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM0123456789_- (no space!)
and then .php
To show something on page you can use:
PHP:
<?PHP
echo 'something';
?>
or:
PHP:
<?PHP
$main_content .= 'something';
?>
or:
just HTML code without <?PHP at start:
PHP:
<center><b>NICE TITLE</b></center>

I did add new.php to the "pages" folder. And i was adding this code inside:
PHP:
<?PHP
$main_content .= 'something';
?>

But it don't show me any new sites.. any clue? ;d
 
I did add new.php to the "pages" folder. And i was adding this code inside:
PHP:
<?PHP
$main_content .= 'something';
?>

But it don't show me any new sites.. any clue? ;d
Zy1h6y.png

It works, but it's not in menu of website. You can add it to menu in layout file:
layouts/tibiacom/layout.php
 
Is there any guild how to do this? Or do you just got one example code for me to add :)

Etc if i want to add it under the "houses" in menu. Thanks
 
Is there any guild how to do this? Or do you just got one example code for me to add :)

Etc if i want to add it under the "houses" in menu. Thanks
Menu buttons in tibiacom layout are like in old acc. maker.
Example:
https://github.com/gesior/Gesior2012/blob/TFS-0.3.6_and_0.4_to_rev_3703/layouts/tibiacom/layout.php
On lines 297-304 is code of link to 'experiencetable', you can copy and paste it below to add new link in that part of menu:
XML:
<a href='?subtopic=experiencetable'>
  <div id='submenu_experiencetable' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    <div class='LeftChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
    <div id='ActiveSubmenuItemIcon_experiencetable' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'>Experience Table</div>
    <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
  </div>
</a>
line 297, what page [.php file] it opens:
<a href='?subtopic=experiencetable'>
At start of line 298 edit that part to be same page as above:
<div id='submenu_experiencetable' class='Submenuitem'
At start of line 300 eidt that part to be same page as above;
<div id='ActiveSubmenuItemIcon_experiencetable' class='ActiveSubmenuItemIcon'
At line 300 edit visible link text:
<div class='SubmenuitemLabel'>Experience Table</div>

Remember to copy and paste it from <a> to </a> (not <div> or </div>) and paste it after </a>, not </div> or it will fuck up whole layout.
 
hello Gesior,
Everything works Fine
But my Question is how i could add Remove Red Skull And Unban In shop system please help me :p

- - - Updated - - -

Got another question Ive someone donates i get the money and everything but he dont get points.
so i looked in the database and i dont have an Premium_points table maybe thats the problem?
Could u give me the table please :p?

- - - Updated - - -

nvm i found the table but got still the same problem please help me :(
 
@Frostie
Every possible problem I've described in post and linked posts:
http://otland.net/f118/gesior-2012-version-1-0-0-beta-173280/index8.html#post1712981

If you did all right it should work. If it doesn't I can login to your PC by TeamViewer and fix your config/dedic config, but for 5 euro ;) [by paypal]
My Skype: phoowned ([email protected])

About skull and ban removers:
- skull remover you must add as item [+ LUA script] in game and sell that item in SMS shop
- ban remover is not possible, I thought about special page to acc. maker where you could check your bans and remove them with 'premium points', but I don't have time to make them in next few weeks
 
Status
Not open for further replies.
Back
Top