Flux Control Panel for Hercules

[FONT=comic sans ms']Hello there.[/FONT]

[FONT=comic sans ms']I would like to know if Paypal changed anything forcing us to update our PaymentNotifyRequest.php.[/FONT]

[FONT=comic sans ms']Source information:[/FONT] http://rathena.org/board/topic/92216-flux-donation-problem/?p=245429

[FONT=comic sans ms']Please, can you confirm this? Thanks[/FONT]
You could always check manually on the file: https://github.com/HerculesWS/FluxCP/blob/master/lib/Flux/PaymentNotifyRequest.php

According to its history, it hasn't been changed / updated / touched since (about) a year ago when we first forked it:

On a side note, the code could be the same:

// Close connection.

fclose($fp);
 
// Check verification status of the notify request.
if (strtoupper($line) == 'VERIFIED') {
$this->logPayPal('Notification verified. (recv: VERIFIED)');
$this->txnIsValid = true;
return true;
}
else {
$this->logPayPal('Notification failed to verify. (recv: %s)', strtoupper($line));
return false;
}
      }
 
Last edited by a moderator:
Hello there.

I would like to know if Paypal changed anything forcing us to update our PaymentNotifyRequest.php.

Source information: http://rathena.org/board/topic/92216-flux-donation-problem/?p=245429

Please, can you confirm this? Thanks
You could always check manually on the file: https://github.com/HerculesWS/FluxCP/blob/master/lib/Flux/PaymentNotifyRequest.php

According to its history, it hasn't been changed / updated / touched since (about) a year ago when we first forked it:

On a side note, the code could be the same:

// Close connection.

fclose($fp);
 
// Check verification status of the notify request.
if (strtoupper($line) == 'VERIFIED') {
$this->logPayPal('Notification verified. (recv: VERIFIED)');
$this->txnIsValid = true;
return true;
}
else {
$this->logPayPal('Notification failed to verify. (recv: %s)', strtoupper($line));
return false;
}
      }
@Mysterious, Thanks for replying.

I don't know if this caught your attention but they mention more than a single modification in this thread: http://rathena.org/board/topic/92216-flux-donation-problem/#entry246151

I used Sandbox.paypal for my tests and I was able to donate but the account never got credited with credits.

Did anyone experienced the same issue?

 
Last edited by a moderator:
Hello there.

I would like to know if Paypal changed anything forcing us to update our PaymentNotifyRequest.php.

Source information: http://rathena.org/board/topic/92216-flux-donation-problem/?p=245429

Please, can you confirm this? Thanks
You could always check manually on the file: https://github.com/HerculesWS/FluxCP/blob/master/lib/Flux/PaymentNotifyRequest.php

According to its history, it hasn't been changed / updated / touched since (about) a year ago when we first forked it:

>>>>[email protected] a year ago* Merged FluxCP revisions 1126-1131 by [Paradox924X]

lockquote>
On a side note, the code could be the same:

>// Close connection.

fclose($fp);
 
// Check verification status of the notify request.
if (strtoupper($line) == 'VERIFIED') {
$this->logPayPal('Notification verified. (recv: VERIFIED)');
$this->txnIsValid = true;
return true;
}
else {
$this->logPayPal('Notification failed to verify. (recv: %s)', strtoupper($line));
return false;
}
      }
@Mysterious, Thanks for replying.

I don't know if this caught your attention but they mention more than a single modification in this thread: http://rathena.org/board/topic/92216-flux-donation-problem/#entry246151

I used Sandbox.paypal for my tests and I was able to donate but the account never got credited with credits.

Did anyone experienced the same issue?
yes i did. i had the same problem. Requesting mods  to  please fix this. i have a live server and it bcuz difficult since i do not have any other alternate payment method for international players.
 
Thanks myst thanks to Ossi010 he fixed my issue regarding also on these issue with paypal and credits 
default_biggrin.png


 
Does anyone else have an issue viewing characters via the admin side as a group level 99 user? Though I can view account information just find.

I'm using the latest pull from Hercules and Flux.

qAJb9Tc.png


JyQ8Tji.png


 
Last edited by a moderator:
I know this might be odd... out of the blue... but do you have accounts and/or characters already made in your MySQL database? 'Cause your server isn't opened yet, right?

 
I know this might be odd... out of the blue... but do you have accounts and/or characters already made in your MySQL database? 'Cause your server isn't opened yet, right?
he is logged at his account, so it should display
default_biggrin.png


 
Yeah there are characters.

7cC84qq.jpg


Now clicking characters number 150005 leads to this. (I'm not able to click on the character name itself?)

 
Last edited by a moderator:
Try importing the mob_db table. It is used by the character view page to retrieve info about pets.

 
Ah that fixed it. I thought I uploaded the database files. Thanks!

 
Back
Top