Search results

  1. MayoMayn

    Habbo ditching flash soon confirmed

    That's the UI I was gonna use for my HTML5 client lol
  2. MayoMayn

    [PROBLEM] WITH PDO AND CKEDITOR

    Using the quote function is just more code that does less.
  3. MayoMayn

    Show DevBest [PHP 7.3^] Kooser Directory.

    Yep, you definitely know what you're doing.
  4. MayoMayn

    Show DevBest [PHP 7.3^] Kooser Directory.

    You can't do session locking using REMOTE_ADDR if your server is behind a proxy... Let's just leave it here ??
  5. MayoMayn

    Show DevBest [PHP 7.3^] Kooser Directory.

    Man, you gotta learn how to read. When did I ever mention spoofing? If you have your server sitting behind a NGINX proxy, and you don't/or do forward the request headers, then checking against $_SERVER['REMOTE_ADDR'] will be useless as it will always resolve to the IP of the proxy and not the...
  6. MayoMayn

    Show DevBest [PHP 7.3^] Kooser Directory.

    21st century troller bois. Is this Pettyjohn's long lost twin? https://github.com/Kooser6/Session/blob/1f8fd6285d788c62f7ae5ffd35e6637347093aa1/src/SessionManager.php#L238 Why so much duplicate code? Plus, that's not even the proper way on how you'd get the IP of a request in PHP; what if your...
  7. MayoMayn

    Holo5 - HTML5 Engine [NodeJS, TS, Sass, MySQL]

    OP says he's using TS for better performance... I'm dead ??
  8. MayoMayn

    PHP echo rows in table

    You should use limiting in your SQL query, not after you've already fetched the rows... Google is your best friend https://stackoverflow.com/questions/18594066/php-sqlsrv-pagination
  9. MayoMayn

    PHP echo rows in table

    If you wanna limit stuff, you should do it in your database query..
  10. MayoMayn

    How to read XML in PHP

    You should be using an environment file instead :)
  11. MayoMayn

    What underground rap are you listening to?

    Never gonna die, just too many songs to choose from ? I'm at the point where I can't remember what songs I've already posted lol 1570692238
  12. MayoMayn

    What underground rap are you listening to?

    only we know Lulz
  13. MayoMayn

    What underground rap are you listening to?

    You obviously don't know the definition of "underground rap"
  14. MayoMayn

    What underground rap are you listening to?

    ????????? REEEEEEEE https://music.youtube.com/watch?v=6LL2Qv0Je_I&feature=share
  15. MayoMayn

    Habbo ditching flash soon confirmed

    What you on about "decrypting software"? ??? Google Developers Console -> Prettify source code -> and then try to de-obfuscate.
  16. MayoMayn

    Show off your tattoos!

    https://www.instagram.com/p/B033_gSFhLf/?igshid=1amsaiyifyxqq Had this Wu-Tang tattoo done yesterday ?
  17. MayoMayn

    Cyclone - HTML5 Engine [TypeScript, Phaser, React, SocketIO, MultiDB]

    Suggestion: Use IPFS (on Infura) to serve your static assets such as images for clothing, furni, config files and w/e. You'll save tons of money on traffic in the end.
  18. MayoMayn

    Cyclone - HTML5 Engine [TypeScript, Phaser, React, SocketIO, MultiDB]

    How can one give feedback when there's nothing to give feedback on besides the contradictions already stated? No public demo, no code snippets, literally nothing at all except screenshots. 1565072877 False, it's transpiled then obfuscated :)
  19. MayoMayn

    Cyclone - HTML5 Engine [TypeScript, Phaser, React, SocketIO, MultiDB]

    Cyclone does look promising though :)
  20. MayoMayn

    Cyclone - HTML5 Engine [TypeScript, Phaser, React, SocketIO, MultiDB]

    It's an official partner project, yet you don't review the code? That comes to me as your project code is just as bad since you allow such things. Sometimes I wonder if people have even read the documentation of the tools they use. No surprise since all the tools you use are what I recommended ;)
Top