pw-web icon indicating copy to clipboard operation
pw-web copied to clipboard

Some Problem Need Help

Open HeavenTm opened this issue 7 years ago • 35 comments

1/ Ranking not work for me, affter run # php artisan schedule:run nothings change 2/ Need guide for add Donate paypal and Paymentwall... 3/ Vote system has a problem? When click button Vote on site, user recieved money. Not need enter captcha to confirm on site vote Thanks you very much!

HeavenTm avatar Feb 05 '18 18:02 HeavenTm

Can you fix 'forget password' work?

HeavenTm avatar Feb 06 '18 02:02 HeavenTm

As I've stated before, this project is no longer supported by me. However if you want to complete the fix I will look at it and merge if necessary.

tomirons avatar Feb 13 '18 14:02 tomirons

3 - Vote system will not work because there's no way to verify the user response.

pdrolima avatar Feb 17 '18 09:02 pdrolima

Thanks you!

HeavenTm avatar Feb 19 '18 05:02 HeavenTm

Tranfer Coins to Cubi not work

HeavenTm avatar Feb 20 '18 01:02 HeavenTm

What's error? Check logs in /storage/logs

pdrolima avatar Feb 20 '18 13:02 pdrolima

Ranking word for player and not work for faction for me Im added forget password by used sendmail Tranfer coins word when run php /var/www/html/register/artisan schedule:run >> /dev/null 2>&1 Fix vote system work with postback url

Some problem still not fix: 1/ run in php7.0 cant enter admincp (with php5.6 same but php5.5.9 work) [2018-02-24 11:59:31] production.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Fatal error: Call to undefined function Github\HttpClient\Listener\utf8_encode() in /var/www/html/register/vendor/knplabs/github-api/lib/Github/HttpClient/Listener/AuthListener.php:50 Stack trace:

2/ I ned guide to add payment with paypal and paymentwall.

Thanks you!

HeavenTm avatar Feb 24 '18 12:02 HeavenTm

And how to change time zone, this panel using Carbon time zone?

HeavenTm avatar Feb 24 '18 12:02 HeavenTm

It's seem your packages are outdate. Ty run composer update

About the faction and ranking you'll need to added this: php /var/www/html/register/artisan schedule:run >> /dev/null 2>&1 in your crontab file on your host and if you want to run alone - php artisan command:run

I'm not good with PaymentWall but about PayPal you have all the necessary info on admin configurations, check out there and just added your PayPal's keys.

For timezone, edit in config/app.php. You can get the referecens from here: http://php.net/manual/en/timezones.php

pdrolima avatar Feb 24 '18 19:02 pdrolima

Thank you very much! Timezone fixed Paypal i will test later i added php /var/www/html/register/artisan schedule:run >> /dev/null 2>&1 in crontab but only Player Rank work, Faction Rank not work

HeavenTm avatar Feb 24 '18 22:02 HeavenTm

For PayPal you can get your Client ID and Secret here: https://www.paypal.com/signin?returnUri=https%3A%2F%2Fdeveloper.paypal.com%2Fdeveloper%2Fapplications

image

pdrolima avatar Feb 24 '18 22:02 pdrolima

composer update not fix

HeavenTm avatar Feb 24 '18 23:02 HeavenTm

When i add Client ID and Secret and go test get error: Authentication failed due to invalid authentication credentials or a missing Authorization header.

HeavenTm avatar Feb 24 '18 23:02 HeavenTm

You must add the LIVE Client / Token. There's a tab on Credentials page.

pdrolima avatar Feb 24 '18 23:02 pdrolima

How to add Live Client Token?

HeavenTm avatar Feb 24 '18 23:02 HeavenTm

The same way you added the first one. There's a tab on the same page "SANDBOX | LIVE" just click on LIVE and get the credentials from there.

pdrolima avatar Feb 24 '18 23:02 pdrolima

What need i do with it?

HeavenTm avatar Feb 24 '18 23:02 HeavenTm

Look at the screenshot few comments above. You'll added the Client ID and Secret.

pdrolima avatar Feb 24 '18 23:02 pdrolima

Thank you, im testing

HeavenTm avatar Feb 24 '18 23:02 HeavenTm

Yeah, it works! When player complete donate how they receive cubi

HeavenTm avatar Feb 24 '18 23:02 HeavenTm

I guess is automatic after the payment approved.

pdrolima avatar Feb 24 '18 23:02 pdrolima

so where is config receive cubi per 1$

HeavenTm avatar Feb 24 '18 23:02 HeavenTm

When using php5.6 pw-web have prolems logs: [2018-02-26 19:33:11] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined function Github\HttpClient\Listener\utf8_encode()' in /var/www/html/register/vendor/knplabs/github-api/lib/Github/HttpClient/Listener/AuthListener.php:50 Stack trace: #0 {main}

Anyhelp please!

HeavenTm avatar Feb 26 '18 12:02 HeavenTm

Please help me this error when i put crontab: Undefined index: Raw in ...../app/Console/Kernel.php:149

Thank you!

HeavenTm avatar Mar 14 '18 11:03 HeavenTm

Pedro can you help me i has send you a email please i need help

rivalpw avatar Nov 15 '18 22:11 rivalpw

Can any one help me to fix the client offline my server runs fine but myweb say client offline

rivalpw avatar Nov 15 '18 22:11 rivalpw

Take a look here @rivalpw

pdrolima avatar Nov 16 '18 06:11 pdrolima

So i need make the 127.0.0.1 to 0.0.0.0

rivalpw avatar Nov 16 '18 10:11 rivalpw

Yes, in the majority of cases @rivalpw

pdrolima avatar Nov 16 '18 11:11 pdrolima

Thank you alot have you skype when i have problems

rivalpw avatar Nov 16 '18 11:11 rivalpw

I don't use skype anymore @rivalpw. But you can reach me anytime at Discord: Pedro 🦈#8056 (emoji included)

pdrolima avatar Nov 17 '18 05:11 pdrolima

Can you invite me Rival#2662

rivalpw avatar Nov 18 '18 16:11 rivalpw

My discord dont find you

rivalpw avatar Nov 18 '18 16:11 rivalpw

how do I run in version 1.5.3v145 and 1.5.5v156?

Lightning94 avatar Jan 22 '19 15:01 Lightning94

how do I run in version 1.5.3v145 and 1.5.5v156?

Seeing as technically those versions have not been setup in the API. you dont. However I have seen servers use the panel for their 1.5.3+ servers just as effectively while using the v101 config during setup.

SentinelOriginal avatar Jan 28 '19 17:01 SentinelOriginal