Paygol automatic sms payments in Lineage II

12
You will learn how to: SMS payments in Lineage II ● create a service for Lineage II ● receive automatic payments in-game ● test your service ● download files https://sourceforge.net/projects/sms-lineage-2/files/

description

You will learn how to receive automatic sms payments in your Lineage II without doing anything manual. This script will allow you to automate every payment you receive so users can enjoy their coins right away.

Transcript of Paygol automatic sms payments in Lineage II

Page 1: Paygol automatic sms payments in Lineage II

You will learn how to:

SMS payments in Lineage II

●create a service for Lineage II● receive automatic payments in-game● test your service●download files● https://sourceforge.net/projects/sms-lineage-2/files/

Page 2: Paygol automatic sms payments in Lineage II

You will learn how to receive automatic sms payments in your Lineage II without doing anything manual. This script will allow you to automate every payment you receive so users can enjoy their coins right away.

If you still don't have a PayGol account please start by creating one from this link www.paygol.com/register

Introduction

Page 3: Paygol automatic sms payments in Lineage II

● Upload the paygol.php file to your server.● Create a new service of type Integrated and fill all the

fields. Read carefully all comments you will see on every field.

● Select as much countries as you want for this service, all countries will be automatically activated in just a few seconds.

● You can select one of our buttons or you can add one of yours later on.

Follow these steps:

Page 4: Paygol automatic sms payments in Lineage II

On field URL Background add the full path where the paygol.php file is located (e.g.:http://www.myserver.com/paygol.php). This file will be called after every payment has been processed, sending you several parameters to make all the process automatic. Save all changes and set your service as Testing and test your service until you are sure is working as you want.

Page 5: Paygol automatic sms payments in Lineage II

Edit your paygol.php file and replace the "xxxx" by the real data to connect to your database, you will see something like this:

//set host, username and password for DB$dbhost = "xxxx";$dbuser = "xxxx";$dbpass = "xxxx";$dbname = "xxxx";

Page 6: Paygol automatic sms payments in Lineage II

In the same paygol.php file you will see at line 49 something like this:

//Define the item_id$item_id = 'xxxx';

So replace "xxxx" by the item id you want or the want you are already using in your game

Page 7: Paygol automatic sms payments in Lineage II

Adding the pay button

Click on the tool button you see below and paste the piece of HTML code into your web page.

Page 8: Paygol automatic sms payments in Lineage II

On this section you will see 2 different ways to use your service, with Pop-up and Post. For this example we will use Pop-up. Copy all the code into a HTML page.... test.html for example.

Page 9: Paygol automatic sms payments in Lineage II

Trying your service

By clicking your service button you will now see

your service working

Page 10: Paygol automatic sms payments in Lineage II

Testing your service

Go to My services and change the status of your service from Testing

Page 11: Paygol automatic sms payments in Lineage II

Now press the small red arrow, choose demo using post or popup mode.

Payment screen will display now in test mode (Blue tube indicates test mode)Notice the name of the payment screen is the one you entered when you created the service.

We used Test Service as our service name.

Test Service £1.00, instruction states: Send GOL 813725 to phone number 88080

You are supposed to send this and receive a pin code , you don't need to do this in test mode.

Your test pin code will be 123456, you must enter this pin on the field and press OK

Wait for valid confirmation, after this you will be redirected to your designated Success URL.

When you are sure everything is working as you want then go back to your service and set it as Enabled.

Page 12: Paygol automatic sms payments in Lineage II

That's all!

At this point your game would be fully working accepting automatic sms payments with PayGol.