• 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!

[MyAAC][Plugin] Gesior Shop System

there is an error in gifts.php giving the item. Once you select the item and then proceed to the selection of whom shall receive it and hit give. It then fails out.

website is currently unable to handle this request.

old used by shopsystem
</form><br /><form action="?subtopic=shopsystem&action=confirm_transaction" method="POST"><input type="hidden" name="buy_id" value="'.$buy_id.'">


new used
</form><br /><form action="?subtopic=gifts&action=confirm_transaction" method="POST"><input type="hidden" name="buy_id" value="'.$buy_id.'">

line 209 gifts.php pointing to something that is not working properly.
 
system/pay/paypal/config add more blocks.

$paypals[0]['mail'] = '[email protected]'; // your paypal login
$paypals[0]['name'] = '550 premium points on server anderion.net for 5.50 USD';
$paypals[0]['money_amount'] = '5.50';
$paypals[0]['money_currency'] = 'USD'; // USD, EUR, more codes: PayPal Developer Documentation - PayPal Developer
$paypals[0]['premium_points'] = 550;

$paypals[1]['mail'] = '[email protected]'; // your paypal login
$paypals[1]['name'] = '1550 premium points on server anderion.net for 15.50 USD';
$paypals[1]['money_amount'] = '15.50';
$paypals[1]['money_currency'] = 'USD'; // USD, EUR, more codes: PayPal Developer Documentation - PayPal Developer
$paypals[1]['premium_points'] = 1550;

$paypals[2]['mail'] = '[email protected]'; // your paypal login
$paypals[2]['name'] = '2550 premium points on server anderion.net for 5.50 USD';
$paypals[2]['money_amount'] = '25.50';
$paypals[2]['money_currency'] = 'USD'; // USD, EUR, more codes: PayPal Developer Documentation - PayPal Developer
$paypals[2]['premium_points'] = 2550;
 
system/pay/paypal/config add more blocks.

$paypals[0]['mail'] = '[email protected]'; // your paypal login
$paypals[0]['name'] = '550 premium points on server anderion.net for 5.50 USD';
$paypals[0]['money_amount'] = '5.50';
$paypals[0]['money_currency'] = 'USD'; // USD, EUR, more codes: PayPal Developer Documentation - PayPal Developer
$paypals[0]['premium_points'] = 550;

$paypals[1]['mail'] = '[email protected]'; // your paypal login
$paypals[1]['name'] = '1550 premium points on server anderion.net for 15.50 USD';
$paypals[1]['money_amount'] = '15.50';
$paypals[1]['money_currency'] = 'USD'; // USD, EUR, more codes: PayPal Developer Documentation - PayPal Developer
$paypals[1]['premium_points'] = 1550;

$paypals[2]['mail'] = '[email protected]'; // your paypal login
$paypals[2]['name'] = '2550 premium points on server anderion.net for 5.50 USD';
$paypals[2]['money_amount'] = '25.50';
$paypals[2]['money_currency'] = 'USD'; // USD, EUR, more codes: PayPal Developer Documentation - PayPal Developer
$paypals[2]['premium_points'] = 2550;


omg wow thanks man! u are a beauty

BYT is it suposed to add points automagically ? and how i make him do it ?
does it stil work automatic
$paypal_payment_type = '_xclick'; // '_xclick' (Buy Now) or '_donations'

if i change to _click to _donations ?

omg its amazing system if it automatic this wil make me rich! IM telling u :D
 
Anyone know why points cant be spent? shop offers cannot be purchased, anyone else having this problem? I listed a little more detail above.

gifts.php seems to be having an issue processing a purchased item after selecting the charater or typing it in.

This page isn’t working
www.zxzx.com is currently unable to handle this request.

HTTP ERROR 500

zxzx.org域名出售,zxzx.org可以转让,this domain is for sale

this is with the uploaded zip via admin on a fresh install of .6.6 myaac

Ugh can't edit that previous post with a random url used. Ignore the domain for sale line please. it is

/?subtopic=gifts&action=confirm_transaction
 
Last edited by a moderator:
This ain't retard proof. :(

Can't figure out how to add ITEM to the shop. I've added one in the DB as you can see.

T8fF65n


HEP4zMa


Imgur: The most awesome images on the Internet
 
Last edited by a moderator:
Fatal error: Class 'Account' not found in C:\xampp\htdocs\system\pages\points.php on line 253

any ideas?
 
Ugh can't edit that previous post with a random url used. Ignore the domain for sale line please. it is

/?subtopic=gifts&action=confirm_transaction

I am having the same error. I cannot find a fix for it. I have done the ol' trial and error and its getting me nowhere
 
I tried the newest version and it is giving the error still. If you don't mind, can you copy the line and paste it for me to compare?
 
Here's some preview of the new shop system v2.0, it's still in beta.

If anyone wants to be a beta tester of this, send me a private message.

Changelog:
Code:
* new payment gateway: GoUrl.io (CryptoBox global Coins - bitcoins, speedcoin, dash and more)
* new payment gateway: fortumo.com (SMS Worldwide)
* new payment gateway: PagSeguro (Brazil payments)
* new payment gateway: homepay.pl (Poland SMS and Bank Transfer)
* simple admin panel for adding offers
* support for new offers: pacc, addons, mounts, unban, redskull
* cleaner buy points page (with images for gateways)
* general folder structure reorganisation (more clean now)
* removed support for zaypay as it doesn't exist anymore
* you can now hide item from showing by settings hidden to 1 in z_shop_offer table
* fixed some php notices and warnings
* fixed mysql error - Duplicate entry 'x' for key 'PRIMARY'
* renamed z_shop_history_item to z_shop_history (it will store history from all)
* general optimizations
* added CHANGELOG

Screenshoots:
gesior_shop_system_1.jpg gesior_shop_system_2.jpg gesior_shop_system_3.jpg gesior_shop_system_4.jpg gesior_shop_system_5.jpg gesior_shop_system_6.jpg gesior_shop_system_7.jpg
 
Shop system is not delivering items on my OT using 1.2
relog and nothing, restarted server, nothing :S

ok I am going to assume this has to be delivered to store inbox which brings up a new issue, I cant open store inbox on my client.
:S so much has changed since I ran OT back in the early days :(
 
Last edited by a moderator:
Back
Top