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

[Modern AAC] Automatic DaoPay script

Easy... you have edited the wrong way in index.tpl.
inside of the <ul></ul> tags... you have to put this inside:
Code:
<li><a href="{$path}/index.php/p/v/donation">Donation</a></li>
WITHOUT .php at the end! :p
They will be automatic added when loaded :p
 
Im still gettig the errormsg tho

A PHP Error was encountered
Severity: Warning
Message: include() [function.include]: Failed opening 'system/pages/donation.php' for inclusion (include_path='.;\xampp\php\PEAR')
Filename: controllers/p.php
Line Number: 13
 
A PHP Error was encountered
Severity: Warning
Message: include(system/pages/donation.php) [function.include]: failed to open stream: No such file or directory
Filename: controllers/p.php
Line Number: 13


For some reason i cant edit my posts ...
 
You CAN'T edit your post in the download section, the reason is that you not shall be able to rehost a virus file in the first thread.

I am not sure about this but:
somewhere in your Xampp folder you shall have a file called:
php.ini.
Open that file and search for:
Code:
extension=php_pdo_mysql.dll
Or just search for:
Code:
pdo_mysql
and remove the ; and the ctrl+s, then restart your website server.

Still not fixed? THEN do this:
I recommend you to follow this guide and stop using Xampp:Uniserver + Modern AAC
 
Ive checked every file.. i found a file called php.ini, but there was no pdo_mysql!
 
where should i add the product codes?
Edit: Found out. Just made a mistake
 
Last edited:
In your website, login as admin and create page and copy script, paste and change variables to your product id, cost, appcode etc.
 
I did the same as xavizus did, But i got a error message:
Parse error: syntax error, unexpected T_IF in C:\xampp\htdocs\system\pages\donation.php on line 123

How do i solves this?

I got the same problem ://
 
How do i get the pictures to show?
 
Last edited:
Back
Top