Topic: [Solved]Problem with PHP Status PvPGN
I can not make PHP Status PvPGN work.
I've already tried connecting from outside through my website, for example:
PHP file located on the website:
'ip' => 'server_address'
'port' => 6112
And internally, inside the PvPGN server, for example:
PHP file located on the PvPGN server:
'ip' => '127.0.0.1'
'port' => 6112
But in both configurations, I did not succeed. Which makes me very curious.
Is it any configuration of PvPGN? Because even with the file inside the server it worked..