• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Help with paypal please :)

naod123456

Wazzaap
Joined
Mar 28, 2013
Messages
242
Reaction score
4
Everytime i go into paypal in my website example when someone buying Points they getting this error,
File: C:\xampp\htdocs\system/load.compat.php Line: 20
File: C:\xampp\htdocs/index.php Line: 33
:/ im been trying to setup paypal in my website using paypal script my niero
 
Soloved, got anotherproblem, in my server pepole can donate with daopay, homepay, paypal, and conteiendo i whanna remove daopay,homepay,conteiendo so pepole just can donate wiht paypal how do i that? :p
 
Buypoints.php, try just changing the $paypal_active = false; the name's should be something like that at the top of the file.
 
Thx i get Another problem when im trying to add items to shop. I go into my phpmyadmin into the database and click on SQL then paste this
INSERT INTO `z_shop_offer` (`1`, `200`, `8922`, `1`, `0`, `1`, `item`, `Best Wand for sorcerer in the game`, `Wand of voodoo`) VALUES
(1, 5, 2517, 1, 0, 0, 'item', 'Buy a Wand of voodoo', 'Wand of voodoo');

Then Click on Run but i get this error.
Wrong
SQL-question:
INSERT INTO `z_shop_offer` (`1`, `200`, `8922`, `1`, `0`, `1`, `item`, `Best Wand for sorcerer in the game`, `Wand of voodoo`) VALUES
(1, 5, 2517, 1, 0, 0, 'item', 'Buy a Wand of voodoo', 'Wand of voodoo')
MySQL said:
#1054 - Unknown column '1' in 'field list'
 
Thx. Hm i whanna make so a spellbook in my server (spellbook of lost soul) pepole must be lvl 80 to wear it and i whanna make so lvl 10 can wear it how do i do that?
 
Change movements.xml, use ctrl+f and enter the itemid and hit enter then change the level=".." parameter.
 
Hello ! i got one more problem i tested to donate from my shop when i bought a intem my character got unlimited amounts of that intem they just got more and more iv checked the count1 and count2 and they are both 1 :/ please help
 
Get this error to
[Error - GlobalEvent Interface]
[11/06/2014 19:49:37] data/globalevents/scripts/shop.lua:onThink
[11/06/2014 19:49:37] Description:
[11/06/2014 19:49:37] data/globalevents/scripts/shop.lua:56: attempt to call field 'executeQuery' (a nil value)
[11/06/2014 19:49:37] stack traceback:
[11/06/2014 19:49:37] data/globalevents/scripts/shop.lua:56: in function <data/globalevents/scripts/shop.lua:7>
[11/06/2014 19:49:38] [Error - GlobalEvents::think] Couldn't execute event: shop
 
Back
Top