• 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

slaw

Software Developer
Joined
Aug 27, 2007
Messages
3,657
Solutions
125
Reaction score
1,103
Location
Germany
GitHub
slawkens
This is Shop System taken from Gesior, converted to MyAAC.

Configuration you can find in files: system/pages/points.php and system/pay/*

Demo: Gifts - MyAAC Demo (http://demo.my-aac.org/gifts)

Installation:

Go to Admin Panel, select 'Plugins', and then select gesior-shop-system.zip and click upload. Thats all!

Enable:
Paste in config.local.php this:
Code:
$config['gifts_system'] = true;

Done! MySQL schema will be automatically imported when you first time visit points/gifts page.

Download: slawkens/myaac-gesior-shop-system
 

Attachments

  • myaac-gesior-shop-system-v2.3.zip
    430.4 KB · Views: 1,203 · VirusTotal
Last edited by a moderator:
This is Shop System taken from Gesior, converted to MyAAC.

Configuration you can find in files: system/pages/points.php and system/pay/*

Installation:
Go to Admin Panel, select 'Plugins', and then select gesior-shop-system.zip and click upload. Thats all!

Enable:
Paste in config.local.php this:
Code:
$config['gifts_system'] = true;

Done! MySQL schema will be automatically imported when you first time visit points/gifts page.
Sem título.png
 

What browser are you using? And version of browser?

And try to download file one more time.

I tried it and its working for me:
c665d59ef1f146ba99e05c1335f80990.png
 
What browser are you using? And version of browser?

And try to download file one more time.

I tried it and its working for me:
c665d59ef1f146ba99e05c1335f80990.png
Sem título.png

need any special application for unzip?
 
Last edited by a moderator:
need any special application for unzip?

No, its just. I've tested it on all major browsers and its working on all of them. I don't know why it isn't for you.

Anyway, the solution for this would be: simple copy contents of this archive to your aac dir. And then execute queries on db that is located in plugins/gesior-shop-system/install.php
 
How do i add items to the shop? and when i visit $hop i get this error
Notice
: Undefined variable: offer_array in C:\XAMP\htdocs\system\pages\gifts.php on line 80
 
How do i add items to the shop? and when i visit $hop i get this error
Notice: Undefined variable: offer_array in C:\XAMP\htdocs\system\pages\gifts.php on line 80

That error shows up when you don't have any items in shop.

You can add items in phpmyadmin under z_shop_offer table.
 
Notice: Undefined variable: offer_array in D:\Amiroslo\Xampp\htdocs\system\pages\gifts.php on line 80

Notice: Undefined variable: errormessage in D:\Amiroslo\Xampp\htdocs\system\pages\gifts.php on line 402
 
Here's updated version, which fixes some notices. And now also paypal really works, cause old script was outdated and was using old version of checking IP. Now its using official Paypal API.

Paypal in this version works.

Edit: Dont download this, the latest version is available here:

Download: slawkens/myaac-gesior-shop-system
 
Last edited:
Here's updated version, which fixes some notices. And now also paypal really works, cause old script was outdated and was using old version of checking IP. Now its using official Paypal API.

Paypal in this version works.
You should report top post asking moderators to edit it with the current link.
 
upload plugins

The file you are trying to upload is not a .zip file. Please try again.
 
upload plugins

The file you are trying to upload is not a .zip file. Please try again.

Can you try to edit this file: system/pages/admin/plugins.php

Add:
Code:
var_dump($type);

after
Code:
$type = $file["type"];

and tell me the output when you try to upload the file again?
 
Back
Top