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

New buypoints.php system (using Absolute Mango's DaoPay API)

I have done everything as you wrote and still this...

Fatal error: Call to undefined function curl_init() in C:\Program Files (x86)\xampp\htdocs\daopay.php on line 62
 
I have done everything as you wrote and still this...

Fatal error: Call to undefined function curl_init() in C:\Program Files (x86)\xampp\htdocs\daopay.php on line 62
Redo step 1, and make sure to restart your Apache server afterwards.
 
Warning: mysqli::mysqli() [mysqli.mysqli]: (28000/1045): Access denied for user 'root'@'localhost' (using password: NO) in C:\xampp\htdocs\daopay.php on line 19

Warning: mysqli::query() [mysqli.query]: Couldn't fetch DaoPay in C:\xampp\htdocs\daopay.php on line 80

any fix :S ?
 
Warning: mysqli::mysqli() [mysqli.mysqli]: (28000/1045): Access denied for user 'root'@'localhost' (using password: NO) in C:\xampp\htdocs\daopay.php on line 19

Warning: mysqli::query() [mysqli.query]: Couldn't fetch DaoPay in C:\xampp\htdocs\daopay.php on line 80
any fix :S ?

+ where can i
see how much points the players have?
 
When I try to check the code I get this error:
Code:
Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\eng\daopay.php on line 62
 
Fatal error: Call to undefined function curl_init() in C:\Users\Wesson\Desktop\Xampp\htdocs\daopay.php on line 62

I have also ran into this error ive added ; taken out ; restarted apache,

it seems to be happening when checking the code is legit at dao?

Any fix appreciated
 
it works perfect :D!
thanks
but i cant test it... S:
when i create the pin code and test, it say me invalid pin code u.u
 
Code:
CREATE TABLE IF NOT EXISTS `offers` (
  `offer_id` int(11) NOT NULL AUTO_INCREMENT,
  `offer_name` text NOT NULL,
  `product_id` text NOT NULL,
  `offer_cost` varchar(15) NOT NULL,
  `offer_points` int(11) NOT NULL,
  PRIMARY KEY (`offer_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 ;

What do you mean with execute this sql ?
 
Code:
CREATE TABLE IF NOT EXISTS `offers` (
  `offer_id` int(11) NOT NULL AUTO_INCREMENT,
  `offer_name` text NOT NULL,
  `product_id` text NOT NULL,
  `offer_cost` varchar(15) NOT NULL,
  `offer_points` int(11) NOT NULL,
  PRIMARY KEY (`offer_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 ;

What do you mean with execute this sql ?

You shouldn't use this script. Sorry.
 
Code:
CREATE TABLE IF NOT EXISTS `offers` (
  `offer_id` int(11) NOT NULL AUTO_INCREMENT,
  `offer_name` text NOT NULL,
  `product_id` text NOT NULL,
  `offer_cost` varchar(15) NOT NULL,
  `offer_points` int(11) NOT NULL,
  PRIMARY KEY (`offer_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 ;

What do you mean with execute this sql ?
Login to your phpmyadmin, click on the sql button execute this there.
You shouldn't use this script. Sorry.

Lol!
 
Back
Top