Greetings,
after answering about 20 threads today (70% of them alike), I decided to post all my solutions in one thread.
And if you get any errors that is not listed below, post here and I'll assist you.
Issue #1
Warning: fopen(This content is only visible to registered users.) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in C:\xampp\htdocs\buypoints.php on line 43Solution #1Errors occured:
* Wrong PIN code, try to enter code again.
a)
1. Go to DaoPay.com
2. Log in (Who would have guessed?)
3. Click on Websites, then configure websites.
4. Choose your Website, and click edit.
5. Choose EASYpin, and click continue.
6. Click continue 2 more times, until you arrive at the Allowed IP addresses page.
7. In nr. 1 insert your domain: This content is only visible to registered users. In nr. 2 insert your IP: x.x.x.x (You can find it at This content is only visible to registered users.)
8. Under "Link back to your website" insert your domain This content is only visible to registered users.
9. Click continue, then Save.
b)
1. Open buypoints.lua which is found in /xampp/htdocs/
2. Remember that the array must start with 0.
Etc:
This content is only visible to registered users.
Instead of:
This content is only visible to registered users.
Issue #2
Solution #2Pincode can be used infinite times
1. Log into your DaoPay
2. Go to Products, then Manage Products
3. Select your product, and click edit
4. 3rd line you will find something called "Validity"
5. Change it from "1 Day" to "1 Counts"
Problem solved
Issue #3
Solution #3Warning: fopen(trans/daopay.log) [function.fopen]: failed to open stream: No such file or directory in C:\xampp\htdocs\buypoints.php on line 35
Warning: fwrite(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 37
Warning: fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\buypoints.php on line 38
1. Go to /xampp/htdocs/
2. Create a new folder called "trans"
What can this be used for?
A log called daopay.log will be written. Inside you can see all Pin Codes that has been used, and which account they were used on. You can use this to check if they actually used their code, or if they are just saying that it didn't work.
Issue #4
Solution #4How do I get DaoPay to transfer money to PayPal?
1. Log into DaoPay
2. Go to My Account and then Customer
3. Change "Payout Typ" to "PayPal"
4. Go to Payouts and then Bank Data
5. Write in your email, and save.
And your done! Money will be transferred every second month (60days).
Issue #5
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ots.z_shop_history_pacc' doesn't exist' in D:\xampp\htdocs\shopsystem.php:374 Stack trace: #0 D:\xampp\htdocs\shopsystem.php(374): PDO->query('SELECT * FROM `...') #1 D:\xampp\htdocs\index.php(184): include('D:\xampp\htdocs...') #2 {main} thrown in D:\xampp\htdocs\shopsystem.php on line 374Solution #5Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'roxx.z_shop_offer' doesn't exist' in C:\xampp\htdocs\shopsystem.php:90 Stack trace: #0 C:\xampp\htdocs\shopsystem.php(90): PDO->query('SELECT * FROM `...') #1 C:\xampp\htdocs\shopsystem.php(174): getOfferArray() #2 C:\xampp\htdocs\index.php(187): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\shopsystem.php on line 90
In your MySQL database execute (in phpmyadmin):
This content is only visible to registered users.
and:
This content is only visible to registered users.
and:
This content is only visible to registered users.
and:
This content is only visible to registered users.
and:
This content is only visible to registered users.
Issue #6
Solution #6Errors occured:
* Account/account of player with this name doesn't exist.
1. Go to /xampp/htdocs/
2. Open buypoints.php and:
Change:
This content is only visible to registered users.With:
This content is only visible to registered users.
3. Then try again, writing your Player Name instead of Account Number.
And your done!
Issue #7
Solution #7Items are not sent in-game. Not realized yet.
IF YOU USE NEW VERSION OF TFS 0.3 (alpha1 or new)
1. Go to: /data/globalevents/scripts/
2. Create a new lua file, and call it shop.lua
3. Insert:
This content is only visible to registered users.
4. Go to /data/globalevents/ and open globalevents.xml
5. Insert:
This content is only visible to registered users.It will give the players items every 30 seconds. Don't set it lower, will lag down the server.
IF YOU USE TFS 0.2.9, 0.2.10, 0.2.11, 0.2.12, 0.2.13, 0.2.14, 0.2.15, 0.2.16, 0.2.17, 0.2.18, 0.2.19 OR TFS 0.3 REV. under 815:
1. Go to /data/creaturescripts/scripts/ and open login.lua
2. Delete everything inside and insert:
This content is only visible to registered users.
Issue #8
Solution #8How do I get pictures in my shop?
1. Go to /xampp/htdocs/item_images/
2. Add the desired picture there called ID.jpg
Example:
Boots of Haste
Check id in the z_shop_offer table in your database for Boots of Haste. In this example they have ID 7. Then take your picture of the Boots Of Haste and insert it in item_images. Then rename the file to 7.jpg
That's it.
If you want to use .gif instead:
Open up shopsystem.php
Replace all lines:
This content is only visible to registered users.With:
This content is only visible to registered users.
Issue #9
Solution #9How do I make so there is a daopay logo in "buypoints" area, when you press it you will go to daopay.com to call or send sms?
You can edit this in buypoints.lua
Replace the old links.
This content is only visible to registered users.
a href = The destination URL
img src = url of the image you want to show
width = width of the picture
height = height of the picture
alt = alternative text, in case they can't load the picture
So when you click that picture, you will get redirected to DaoPay or whatever you set the link to
Issue #10
Solution #10I received this email from DaoPay:
Hi, We have done further investigations, and due to fraud suspicious traffic for your application we are forced to request a passport copy and a copy of any kind of bill, like electricity bill, where we are able to see your address.This address will have to match with the entered address at the daopay controlcenter.Until we receive the requested documents we are forced to freeze your payouts.Thanks for your understanding Kind regards,Daopay Customer SupportJosef mailto: This content is only visible to registered users. daopay.com
Do not answer that mail. It is a scam. This can easily be seen as there are several writing and grammar mistakes in every line.
Hi, We have done further investigations, and due to fraud suspicious traffic for your application we are forced to request a passport copy and a copy of any kind of bill, like electricity bill, where we are able to see your address.This address will have to match with the entered address at the daopay controlcenter.Until we receive the requested documents we are forced to freeze your payouts.Thanks for your understanding Kind regards,Daopay Customer SupportJosef mailto: This content is only visible to registered users. This content is only visible to registered users.
W - Should continue with a small w
to fraud - Should contain and a to combine
.T - Missing space
daopay - Is written DaoPay
controlcenter - Two words
.U - Missing space
your payouts. - Should be your account
.T - Missing space
your understanding - Bad sentence
understanding Kind regards - Missing dot
,D - Missing space
Daopay - Is written DaoPay
This content is only visible to registered users. - Wrong email of DaoPay
Issue #11
a)b)Errors occured:
* Server has problem with connection to daopay.com, can't verify PIN code.Solution #11Warning: fopen(This content is only visible to registered users.) [function.fopen]: failed to open stream: Result too large in C:\xampp\htdocs\buypoints.php on line 43
1. Open up your "php.ini" (xampp/php/php.ini)
2. Search for: memory_limit (Line 246)
3. Replace:This content is only visible to registered users.
With:
This content is only visible to registered users.4. Restart/reload your apache server.


LinkBack URL
About LinkBacks

If my post helped you, feel free to 

Reply With Quote





