Bogarts Panda
Banned User
- Joined
- Jan 11, 2013
- Messages
- 132
- Reaction score
- 1
Hey i need 2 scripts 1 paygol script and 2 paypal script i have a ot , and i need put theese scripts like this
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
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