Search results

  1. MayoMayn

    Sirius Emulator - From Scratch - C# 6.0

    Looks good man! Keep it up. I will definitely make this emulator compatible with my CMS once it's released.
  2. MayoMayn

    [REL] AfterCMS | Plus Emulator | PHP7

    Still none of those kids can provide any arguments for why they think PHP is deprecated/shit compared to other languages. C is better, because well, everything is written in C as it is the "mother" language to if not every programming language, but I'd still choose PHP over ASP.net and Node.js...
  3. MayoMayn

    [HTML] Modern Habbo Theme incl. jQuery Avatar Generator

    Yeah some guy from The Netherlands had this on his CMS on his hotel, but decided to ditch rev with this temp to use braincms lol Sent from my SM-G928F using Tapatalk
  4. MayoMayn

    Crashed my car

    Damn lucky you.
  5. MayoMayn

    Valid Email Script?

    (I suppose you're using IIS) http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e4cf06f5-9a36-474b-ba78-3f287a2b88f2.mspx?mfr=true For validation: https://www.sitepoint.com/users-email-address-php/ For confirmation script whatever...
  6. MayoMayn

    Valid Email Script?

    Setup a SMTP server, easy. Just add an enum column in your users table, that indicates whether or not the users email is verified, and then detect if its not been verified then delete the user like after 3-5 days. Simple Googling. Sent from my SM-G928F using Tapatalk
  7. MayoMayn

    League of Legends MAN! You gotta see this #eSports

    Its been removed. Sent from my SM-G928F using Tapatalk
  8. MayoMayn

    [REL] AfterCMS | Plus Emulator | PHP7

    What else would you code your CMS in? Node.js, Python? People just lack of coding capacity when they try to release a CMS written in PHP, nothing else. Emulators should definitely move on from MySQL to NoSQL. Sent from my SM-G928F using Tapatalk
  9. MayoMayn

    How to setup a TCP Proxy for your hotel

    https://bitninja.io this will definitely remove your insecurity whether or not you think your hotel is protected enough. Did a 100gbps attack for just 2 minutes on a server using their software, and didn't even receive one single ms latency more. "DDoS Protection" is not just mitigation like CF...
  10. MayoMayn

    [PayPal IPN] Automatic Shopping System

    Just helping people out, you know? Any opinions on this: https://devbest.com/threads/php-easy-class-interface-loading-with-automatic-initializing.81725/#post-399866
  11. MayoMayn

    Show DevBest [PHP] Easy class & interface loading with automatic initializing

    Was bored, so coded this with selection of desired directories: index.php require_once __DIR__ . '/app/autoload.php'; $container = new Container([ 'dir' => 'utilities', 'folders' => [ 'controllers', 'models' ] ]); echo $container->count; // 3 autoload.php class...
  12. MayoMayn

    Show DevBest [PHP] Easy class & interface loading with automatic initializing

    Basically a better version of spl_autoload_register since it only tries to require the class file whenever you initializes the class. Here it automatically gets every file inside your class folder, requires the files and initializes it. All you have to do, is name the class the same as the file...
  13. MayoMayn

    How to get a proxy for $0.01

    Must've been stoned as fuck, because I meant it was possible to resolve a proxy. How do you think CIA does it? I agree, I was wrong, but its not impossible to resolve proxy servers, and especially not with some researching and the right tools. Sent from my SM-G928F using Tapatalk
  14. MayoMayn

    [LucidCMS] PDO - OOP - Ajax - Secure - Modern - Fast - Advanced

    Might take a couple weeks or so, its on standby due to that I've been working non stop on it for weeks, so will start coding on it again next week or something Sent from my SM-G928F using Tapatalk
  15. MayoMayn

    [HTML] Modern Habbo Theme incl. jQuery Avatar Generator

    My fault, I didnt mean ajax for page loading. I just do the ajax for the specified page, then I create a function that reacts to that specific ajax call, which will be set under the setFunctions on the index.php Sent from my SM-G928F using Tapatalk
  16. MayoMayn

    How to setup a TCP Proxy for your hotel

    Yeah haha must've been tired or stoned as fuck Sent from my SM-G928F using Tapatalk
  17. MayoMayn

    [HTML] Modern Habbo Theme incl. jQuery Avatar Generator

    And like 40% of the front-end, as there is coded full ajax and some other components. Sent from my SM-G928F using Tapatalk
  18. MayoMayn

    How to setup a TCP Proxy for your hotel

    Nah man I know, all I'm saying is that its possible.
  19. MayoMayn

    How to setup a TCP Proxy for your hotel

    You can resolve proxies. Guess how CIA does it?
  20. MayoMayn

    Feedback What do you like?

    I didn't start an argue, you basically just did. All I did was creating a statement, that you saw as an era to begin a new argue. If you've been telling people that for years, how come when you opened up yours, it had slagged diamond currencies as value set? Quit being a hypocrite, you're still...
Top