Search results

  1. MayoMayn

    ZoneCMS: PDO / SECURE / MODERN [PlusEMU - FULL SUPPORT]

    Oh yeah okay, I only extend my autoload class, so it works fine for me :P
  2. MayoMayn

    ZoneCMS: PDO / SECURE / MODERN [PlusEMU - FULL SUPPORT]

    You gotta use __destruct() and not just destruct() in your database class, otherwise it sees is as a class function :p. It seems to be working fine for me. Did you try to destruct the self::$pdoStmt then thats why, because it can only be capable of destroying self::$pdo since the self::$pdoStmt...
  3. MayoMayn

    Fatal Error when i goto localhost/

    Yet people still want to use deprecated RevCMS amongst other rookie software and tools as Apache/IIS and CloudFlare Sent from my SM-G928F using Tapatalk
  4. MayoMayn

    Best VPS host for Habbo Retro[EU]

    Wrote you a PM. Sent from my SM-G928F using Tapatalk
  5. MayoMayn

    Fatal Error when i goto localhost/

    Or simply just downgrade and use PHP 5.6 instead. Sent from my SM-G928F using Tapatalk
  6. MayoMayn

    Decent, Affordable VPS Hosting for Habbo Retro?

    I use the second package with their Arms anti DDoS, its probably one of the fastest hosting services in Europe, bear in mind their support are a bit slow, but I'm actually pretty happy with the service. There's nothing called unlimited lol, and you're not even close to use 2TB bandwith within a...
  7. MayoMayn

    Fatal Error when i goto localhost/

    Does it say pconnect or connect in your config.php file? Sent from my SM-G928F using Tapatalk
  8. MayoMayn

    Fatal Error when i goto localhost/

    I wrote config file...... Sent from my SM-G928F using Tapatalk
  9. MayoMayn

    Fatal Error when i goto localhost/

    You should use mysql_connect instead of mysql_pconnect. Its in your config file which one you're using. Sent from my SM-G928F using Tapatalk
  10. MayoMayn

    Fatal Error when i goto localhost/

    Because you need to use mysql_connect() Sent from my SM-G928F using Tapatalk
  11. MayoMayn

    [Official BrainCMS] 1.4.0

    Never understood neither why so many people select all instead of the columns they need, even the MySQL manual forbid it. Waste of resources too. Sent from my SM-G928F using Tapatalk
  12. MayoMayn

    ZoneCMS: PDO / SECURE / MODERN [PlusEMU - FULL SUPPORT]

    Actually you're plain wrong. Showing the errors really got nothing to do with security, if you already know at first, you've entered the correct details. It actually DONT try for the connection only, but also for statements etc, which yes, would be better to put into a log or something, but if...
  13. MayoMayn

    Clickmefaster

    Looks fun, but its pretty bad coded. 1/10 when you actually click on it it interacts. Sent from my SM-G928F using Tapatalk
  14. MayoMayn

    Is DevBest dying?

    Bruh, if people could figure out how to research before asking about every damn fucking thing they dont know, there wouldn't be any issues at all. Its a forum not your life, so get over with it. @Leader Sent from my SM-G928F using Tapatalk
  15. MayoMayn

    Client stuck at 76% / Voting API too many re-directs [HelpRequest]

    Same here, works fine for me. Sent from my SM-G928F using Tapatalk
  16. MayoMayn

    Client stuck at 76% / Voting API too many re-directs [HelpRequest]

    I realized long time ago, that it's FindRetros own mistake due to their bad coding skills, but yet this fixed the issue for me.
  17. MayoMayn

    Client stuck at 76% / Voting API too many re-directs [HelpRequest]

    public function getIP() { $ip = $_SERVER['REMOTE_ADDR']; // In case the server is using CloudFlare, `REMOTE_ADDR` receives the server's IP itself and not the user's. `HTTP_CF_CONNECTING_IP` is deprecated and full of exploits. if(isset($_SERVER['HTTP_FORWARDED'])) {...
  18. MayoMayn

    Client stuck at 76% / Voting API too many re-directs [HelpRequest]

    You don't seem to have looked at the coding before you decided to answer. $_GET['redirect'] is something I use, if the user logs in, and I either want him to be redirected directly to client or me page. I've fixed the IP problem, since it gets validated by the script itself and not the...
  19. MayoMayn

    Client stuck at 76% / Voting API too many re-directs [HelpRequest]

    <?php class FindRetros { private $pageName, $requestTimeout, $apiPath, $settings; public function __construct(array $settings) { $this->pageName = $settings['pagename']; $this->requestTimeout = $settings['timeout']; $this->apiPath =...
  20. MayoMayn

    [PayPal IPN] Automatic Shopping System

    Have you read the error? Its not really my issue, when its something I cannot fix. Are you using sandbox or production mode? Because your production email doesnt work as your sandbox email. You should read their documentation, its not really that hard to setup. Give me a link to your shopping...
Top