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

PayGol Fixed to receive points STEP BY STEP [Noob Friendly]

Ruhat

VIP User
Joined
May 4, 2009
Messages
404
Reaction score
16
Location
Swedie
Register with PayGol first!

Okey, so today i wanted to install the PayGol script and the service didn't work properly for gesior aac(I don't know if this works for modern aac too).

So i had some problems with the PayGol script for like 10 mins and i fixed it right away! ;)
I'm putting up this because i got help from the community and i want to give something back.

Enough with the bullsh*t now and right to business! :D

Most of the steps are from the slideshare tutorial but modified with other files for the script to work.

Step one:
Download ONE of these files and put it in your htdocs folder:
View attachment PayGol files.rar <- Tested and working for GESIOR
ModernAAC Files.rar <- Tested and working for ModernAAC

Step two:
Login to your PayGol Account and create service
Click on Create a service for any type of web site and START.
Change the type from integrated to Multi-Price.

Step three:
Step three.jpg
Notice the yellow highlights.
Do the same as in the picture and readjust.
Don't forget to write your own site on Url Background (IPN) with the ending /paygol.php
the IPN URL should start with http:// otherwise it won't work.
And click on save

Step four:

// Go to your paygol.php file and change this!!!

$dbhost = "localhost"; //Your database domain
$dbuser = "username"; //Database username
$dbpassword = "pass"; //Database password
$db = "name"; //Database name

Step five:
step four.jpg
Go on testing mode so you don't have to pay with your own money to see if the service works.

Step six:
Everything should work fine, enable your service again!

___________________________________________________
If you need help just post! =)
Btw i just made a fast tutorial, i don't have time to check everything!

GL & HF!
______________________________________________________________________

Regards
Ruhat
 
Last edited:
I have a question.
In paygol.php
The "GETs" look like this:
$_GET[message_id]
Shouldn't they be like this:
$_GET['message_id']
?
 
I have a question.
In paygol.php
The "GETs" look like this:
$_GET[message_id]
Shouldn't they be like this:
$_GET['message_id']
?

It works fine with: $_GET[message_id].

btw i'm not a coder or anything like that =)
 
what i have to write in $dbhost = "localhost"; //Your database domain? or this is gonne be stay like that?
 
It should stay like that, you maybe know that in your config.lua you have this line:
sqlHost = "localhost"
So it's like same shit =)
 
I have a question:

If we are in testing mode we receive the points?! If "YES" my script dont work.

I already checked my all private information.

Some can help me?
 
Alright heres the thing,
I've done everything u said, i even followed the slideshare tutorial.
But after the payment is done the one who bought the points doesn't reveice it.

EX: Someone fills in their account name, and choose their option. sends sms to paygol. Payment is done(there is no redrictions..), To go back to the site, and no points have been added.

Any idea's?
 
you dont need to go back to the site, configure your ipn file on your admin panel of paygol and on your website
 
hmm there's something strange.

i use the testing mode, go through all the proceedures, and i don't recieve the points.

i check the API/IPN log on my profile, it refers to the correct ipn file. when i copy the link and use it directly in my bowser, the script works o_O, so i don't get it!
 
hmm there's something strange.

i use the testing mode, go through all the proceedures, and i don't recieve the points.

i check the API/IPN log on my profile, it refers to the correct ipn file. when i copy the link and use it directly in my bowser, the script works o_O, so i don't get it!

Accept my skype invitation and i'll see what i'll do from there =)
cheers!
 
Back
Top