Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
November 09, 2015, 03:03:06 PM |
|
What's about the new list? Can't we sort faucets anymore?
Fixed, thank you.
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
November 10, 2015, 12:33:49 PM Last edit: November 10, 2015, 02:25:10 PM by Paytoshi |
|
We just released Paytoshi's new faucet script v9. This is quite a rich release. Here's the changelog: - FunCaptcha support (due to widespread requests)
- Tabbed admin layout interface (thx babo)
- Better feedback in case of errors
- Improved errors while reading config
- Improved support for installation in subfolders
- Improved .htaccess (thx Symfony)
- Code polishing (type hinting, PSR-2 code style, ...)
You can download it here. The script is now finally covered by BSD-3-Clause, if you are interested in this kind of stuff. We hope you appreciate it, we eagerly wait for your feedback. Thank you, Cheers
|
|
|
|
babo
Legendary
Offline
Activity: 3794
Merit: 4589
The hacker spirit breaks any spell
|
|
November 11, 2015, 11:38:09 AM |
|
great news :-) and very nice job
anyway we need more stats in admin panel (like daily)
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
November 11, 2015, 12:56:11 PM |
|
great news :-) and very nice job
Thanks anyway we need more stats in admin panel (like daily)
What do you need in particular? Btw you can find daily stats in the graph in the details page of a faucet. Thank you
|
|
|
|
SweetAnna
Newbie
Offline
Activity: 27
Merit: 0
|
|
November 13, 2015, 08:54:03 PM |
|
I installed the faucet, looks ok but i get an error when i try to add adsense code :
"Forbidden
You don't have permission to access /btc/admin on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
I'm able to add text or images. I get the error only if i add adsense code!
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
November 16, 2015, 09:09:50 AM |
|
I installed the faucet, looks ok but i get an error when i try to add adsense code :
"Forbidden
You don't have permission to access /btc/admin on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
I'm able to add text or images. I get the error only if i add adsense code!
Hello SweetAnna, can you please post here or in private the url of your faucet? Thank you, Cheers
|
|
|
|
babo
Legendary
Offline
Activity: 3794
Merit: 4589
The hacker spirit breaks any spell
|
|
November 16, 2015, 01:17:50 PM |
|
i think she have bad permissions..
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
November 16, 2015, 03:21:17 PM |
|
i think she have bad permissions..
Actually we had reports of similar problems with a few hosting configurations, where Apache's mod_security blocked POST requests with iframe. In plain words... If you tried to save adsense cose containing an iframe in the admin area, your settings where not saved and you had to contact your hosting to solve it Cheers
|
|
|
|
SweetAnna
Newbie
Offline
Activity: 27
Merit: 0
|
|
November 16, 2015, 08:20:38 PM |
|
i think she have bad permissions..
Actually we had reports of similar problems with a few hosting configurations, where Apache's mod_security blocked POST requests with iframe. In plain words... If you tried to save adsense cose containing an iframe in the admin area, your settings where not saved and you had to contact your hosting to solve it Cheers Testing with different codes and it won't save even if i only try to add: "<script> window.alert(5 + 6); </script>" I can only add plain text or regular html
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
November 17, 2015, 04:13:31 PM |
|
i think she have bad permissions..
Actually we had reports of similar problems with a few hosting configurations, where Apache's mod_security blocked POST requests with iframe. In plain words... If you tried to save adsense cose containing an iframe in the admin area, your settings where not saved and you had to contact your hosting to solve it Cheers Testing with different codes and it won't save even if i only try to add: "<script> window.alert(5 + 6); </script>" I can only add plain text or regular html From what you reported it seems an issue closely related to mod_security. Please contact your hosting provider.
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
November 17, 2015, 04:15:01 PM |
|
Quick update: due to popular request we just added the possibility to change a faucet apikey. Find it in your faucet details area.
|
|
|
|
SweetAnna
Newbie
Offline
Activity: 27
Merit: 0
|
|
November 17, 2015, 08:40:17 PM |
|
PHP Fatal error: Using $this when not in object context in /home/public_html/yourownfaucet/src/Looptribe/Paytoshi/App.php on line 76
I'm not Lucky.. i tried to install on another host and now i get error 500 in my browser and this error in my logs
|
|
|
|
Butord
Member
Offline
Activity: 95
Merit: 10
|
|
November 17, 2015, 09:02:29 PM |
|
PHP Fatal error: Using $this when not in object context in /home/public_html/yourownfaucet/src/Looptribe/Paytoshi/App.php on line 76
I'm not Lucky.. i tried to install on another host and now i get error 500 in my browser and this error in my logs
Maybe the problem is in PHP version? Try to change it to 5.4 or higher
|
|
|
|
SweetAnna
Newbie
Offline
Activity: 27
Merit: 0
|
|
November 17, 2015, 09:04:18 PM |
|
PHP Fatal error: Using $this when not in object context in /home/public_html/yourownfaucet/src/Looptribe/Paytoshi/App.php on line 76
I'm not Lucky.. i tried to install on another host and now i get error 500 in my browser and this error in my logs
Maybe the problem is in PHP version? Try to change it to 5.4 or higher PHP Version 5.4.34
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
November 18, 2015, 10:50:02 AM Last edit: November 18, 2015, 11:19:34 AM by Paytoshi |
|
PHP Fatal error: Using $this when not in object context in /home/public_html/yourownfaucet/src/Looptribe/Paytoshi/App.php on line 76
I'm not Lucky.. i tried to install on another host and now i get error 500 in my browser and this error in my logs
Hello SweetAnna, thanks for your feedback. Your report is related to a previous release where we erroneously dropped support for PHP 5.3 (more specifically the use of $this in anonymous functions). We just released a new version 10 of our faucet script that should fix this issue, among others. However, we are puzzled that you are seeing this error on PHP 5.4. Could you please check if the new version works for you? Thank you, Cheers
|
|
|
|
SweetAnna
Newbie
Offline
Activity: 27
Merit: 0
|
|
November 18, 2015, 03:17:27 PM |
|
PHP Fatal error: Using $this when not in object context in /home/public_html/yourownfaucet/src/Looptribe/Paytoshi/App.php on line 76
I'm not Lucky.. i tried to install on another host and now i get error 500 in my browser and this error in my logs
Hello SweetAnna, thanks for your feedback. Your report is related to a previous release where we erroneously dropped support for PHP 5.3 (more specifically the use of $this in anonymous functions). We just released a new version 10 of our faucet script that should fix this issue, among others. However, we are puzzled that you are seeing this error on PHP 5.4. Could you please check if the new version works for you? Thank you, Cheers I give up.. Tried to install v10 and got another error: Oh snap! You got an error! Error while reading configuration file "config/config.yml": Unable to parse in "config\/config.yml" at line 6 (near "name:dbname_paytoshi"). + Error 500: Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
November 18, 2015, 05:13:37 PM |
|
I give up..
Tried to install v10 and got another error:
Oh snap! You got an error!
Error while reading configuration file "config/config.yml": Unable to parse in "config\/config.yml" at line 6 (near "name:dbname_paytoshi"). + Error 500: Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
We are sorry for the problems you are experiencing. For the first part it seems that you just need a space after the colon like name: dbname_paytoshi
(in Yaml spaces and newlines are really important). For the second, see private message. Cheers
|
|
|
|
SweetAnna
Newbie
Offline
Activity: 27
Merit: 0
|
|
November 18, 2015, 07:58:21 PM |
|
I give up..
Tried to install v10 and got another error:
Oh snap! You got an error!
Error while reading configuration file "config/config.yml": Unable to parse in "config\/config.yml" at line 6 (near "name:dbname_paytoshi"). + Error 500: Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
We are sorry for the problems you are experiencing. For the first part it seems that you just need a space after the colon like name: dbname_paytoshi
(in Yaml spaces and newlines are really important). For the second, see private message. Cheers Well.. i restarted from scratch: delete sql db, delete admin account, delete all files Create sql + admin, copy files, edit config.yml and.. it worked!! There's still a problem to save adsense code but it's only with 1 of my hosts. So i guess it's the Apache mod_security problem op was talking about Thank you for your help!
|
|
|
|
Paytoshi (OP)
Full Member
Offline
Activity: 207
Merit: 100
Paytoshi: Micropayments & Faucets
|
|
November 19, 2015, 01:07:06 PM |
|
Well.. i restarted from scratch: delete sql db, delete admin account, delete all files Create sql + admin, copy files, edit config.yml and.. it worked!!
There's still a problem to save adsense code but it's only with 1 of my hosts. So i guess it's the Apache mod_security problem op was talking about
Thank you for your help!
Happy to be of help! Welcome aboard Cheers
|
|
|
|
SweetAnna
Newbie
Offline
Activity: 27
Merit: 0
|
|
November 19, 2015, 04:40:56 PM |
|
I contacted my host #2 and they fixed the problem. Like OP said, it was a problem with Apache Mod_security rules
Here's some technical info : (log provided by host)
ModSecurity: Access denied with code 403 (phase 2). Pattern match "(?i:<script.{0,}?[\\\\r +/]{0,}?((src)|(xlink:href)|(href))[\\\\r +/]{0,}=)" at ARGS:left_box. [file "/var/cpanel/cwaf/rules/07_XSS_XSS.conf"] [line "256"] [id "212890"] [rev "1"] [msg "COMODO WAF: IE XSS Filters - Attack Detected."] [data "Matched Data: <script async src= found within ARGS:left_box: <!-- Left Content here --> <p>LEFT</p> test <script async src=\\x22//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\\x22></script> <!-- Anna MyBitcoinfaucet Left --> <ins class=\\x22adsbygoogle\\x22 style=\\x22display:inline-block;width:300px;height:600px\\x22 data-ad-client=\\x22ca-pub-928713456754339\\x22 data-ad-slot=\\x224437574\\x22></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>"] [hostname "anna.myownbitcoinfaucet.website"] [uri "/admin"] [unique_id "Vksdmjb@DIAsdfsMAAACX"]
They whitelisted some rules and now it works!
Thanks again to Paytoshi for your help!!!
Anna
|
|
|
|
|