Search results

  1. MayoMayn

    Javascript And PHP Ajax

    Also the Ajax example has been deprecated. <script type="text/javascript"> $('#admin').on('click', function () { var id = $(this).data('id'); $.ajax({ url: 'getProfile.php', method: 'GET', data: { id: id } }).done(function (data) { $('#profile').html(data)...
  2. MayoMayn

    [WARNING] Habbeh Hotel - Abusing user data

    Exploit or not, it's still the owners responsibility to prevent such a thing. If they had some common sense, they would've fixed it. Pretty sure none of them prevents CSRF or a Rate Limiter to prevent time attacks.
  3. MayoMayn

    [WARNING] Habbeh Hotel - Abusing user data

    Uhm, how can you be black mailed with your social media account? You do realize it's public, right?
  4. MayoMayn

    https://github.com/marcus-sa/stormcms

    https://github.com/marcus-sa/stormcms
  5. MayoMayn

    Web Development Resource sheet

    https://lynda.com https://sitepoint.com
  6. MayoMayn

    MastoDon? Is is better than Twitter?

    #AKASHARACE or something
  7. MayoMayn

    [Node - React - Redux] StormCMS

    StormCMS is an advanced replicate of the Habbo web written in React instead of Angular. Closed-sourced on Gitlab due to this will be used for a project of my own. When or if I'm not going to use it anymore, I'll re-open a repository on Github. Feel free to PM me, if you still want to follow...
  8. MayoMayn

    Introduction Hey

    Welcome
  9. MayoMayn

    Akasha Project

    AKASHA A Next-Generation Social Media Network Powered by the Ethereum world computer Embedded into the Inter-Planetary File System Why This Project? We believe that freedom of expression, access to information, and privacy are fundamental human rights that should be respected on the Internet as...
  10. MayoMayn

    Welcome to DevBest btw

    Welcome to DevBest btw
  11. MayoMayn

    Yeah dude

    Yeah dude
  12. MayoMayn

    I have nothing against you at all man. This is just one big joke for me, don't take it...

    I have nothing against you at all man. This is just one big joke for me, don't take it seriously, you seem like a decent developer
  13. MayoMayn

    here https://github.com/venobo/app/tree/dev

    here https://github.com/venobo/app/tree/dev
  14. MayoMayn

    huw kan u call urself a dev

    huw kan u call urself a dev
  15. MayoMayn

    huw do i kode a webtorent streamin app usin reakt & elektron

    huw do i kode a webtorent streamin app usin reakt & elektron
  16. MayoMayn

    plz tech me how 2 kode

    plz tech me how 2 kode
  17. MayoMayn

    Show DevBest [PHP - PDO] VPN/Proxy Restriction

    You still keep avoiding your own statement. You clearly don't know the differences between the various server variables. If you could read PHP code, you would then realize the IP is being validated. Second of all, if it's not even a valid IP in the end, the getipintel will return it as a failed...
  18. MayoMayn

    Whats your favorite programming language, and why?

    Just like any other language, PHP code is as secure as the programmer writes it. Many people think PHP is an insecure language because lots of insecure code has been written using PHP. This is because PHP has a fairly mild initial learning curve, which gives insecure programmers the chance to...
  19. MayoMayn

    Have you wrote a Android or iOS app before?

    Tbh, I wouldn't even bother anything other than Cordova or React Native when it comes to building a native mobile application. Of course depending on what it is you're going to code.
  20. MayoMayn

    Whats your favorite programming language, and why?

    If PHP is so good, then why is it considered the most awful programming language? What you just mentioned can all be done faster in e.g NodeJS, Python and Ruby. If you're saying PHP is secure, then you clearly lack of decent knowledge about programming overall.
Top