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

A question about some scripts

Bogarts Panda

Banned User
Joined
Jan 11, 2013
Messages
132
Reaction score
1
Location
USA? SWEDEN? ENGLAND? PORN LAND? CANDY LAND?
Hey i need 2 scripts 1 paygol script and 2 paypal script i have a ot , and i need put theese scripts like this


PHP:
CREATE TABLE IF NOT EXISTS `shopping` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(20) NOT NULL,
  `info` text NOT NULL,
  `itemid` int(11) NOT NULL,
  `count` int(11) NOT NULL,
  `cost` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1;

so players can recive theese points, at their account they don't get their points when they donate, so theese scripts rep++ if you helped me

i have znote_paygol znote_paypal , but i want just one for paypal and one for paygol so they can recive theys points at account i , i need put theese at phpmyadmin , i hope you understand meee <33 no homo <3

I use modernacc not longer znote acc
 
Back
Top