Search results

  1. Ecko

    [OpenSource] 2019 ModTools for Plus

    That's only true at a very basic level, but doesn't indicate actual injection. Just cause I can do query.php?what=deletegroup&id=1 and it executes doesn't make it an injection. Unless you're able to cause manipulation where your own specific queries get executed (ie - having query.php do an...
  2. Ecko

    [OpenSource] 2019 ModTools for Plus

    That's not injection. You can force GET and POST requests regardless of rewrite rules. It doesn't need to be in the URI if it's in the headers.
  3. Ecko

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

    They asked those who were contributing to the project what route they wanted to take. Not sure what that has to do with the statement 'you can do that while open source'. A search engine that is available for public consumption without any costs involved is not a private service.
  4. Ecko

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

    They gave a reason. They made a vote because they believe those who contribute to the project should have their say. Do you want them to go inquire each person who voted a specific way to give their specific reasoning? Or is being reasonable a bit too difficult here? Google did not make money...
  5. Ecko

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

    All they've done is post updates in this thread, others have hyped it up. You support closed source projects all the time without realizing it. There's nothing wrong with that. Who cares if they want to make money off the code they wrote?
  6. Ecko

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

    Why is because they voted for it and majority ruled in favor of it being closed source. Not sure why so many are upset about not being able to see code on a project they are not contributing to. There are times when open source makes sense and times when it doesn't. Having this project closed...
  7. Ecko

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

    I'm curious what is going to be reverse engineered when its obfuscated and then compiled. Good luck.
  8. Ecko

    How to read XML in PHP

    Shouldn't it be something like echo $xmldata->Config->DatabaseConnection? If that's not working, var_dump() is your friend. Haven't messed with PHP in forever to recall the shenanigans it does with XML (json > xml anyways)
  9. Ecko

    How to read XML in PHP

    Post the full Config.xml I get no errors running the PHP script with the XML I posted above.
  10. Ecko

    How to read XML in PHP

    If that is your full Config.xml file, then it is not valid XML. You will get an error about the Config tag. Unless it actually looks something like this: <?xml version="1.0" encoding="utf-8"?> <Config> <DatabaseConnection DataSource="SQLSERVER" InitialCatalog="DATABASE" UserID="UID"...
  11. Ecko

    There are no "normal" people in this scene

    Creating a thread to complain about others and claim they are inherently flawed tells more about the author than the subjects being discussed.
  12. Ecko

    PHP & SQL - Converting user_id into username?

    $timestamp = filter($photos["timestamp"]); $date = ("d-m-y, H:i, $timestamp); echo $date;
  13. Ecko

    PHP & SQL - Converting user_id into username?

    https://www.php.net/manual/en/function.date.php
  14. Ecko

    Anyone interested in going to Japan in July (2019)?

    Thanks for the reminder, need to alert the authorities
  15. Ecko

    TesoMayn#2702

    TesoMayn#2702
  16. Ecko

    Web Hosting Company - Hiring

    I'll handle all your cPanel/CloudLinux stuff at a rate of $5/per issue.
  17. Ecko

    Habbo & Flash

    https://theblog.adobe.com/adobe-flash-update/ Think of it like PHP versions becoming EoL. You can still install EoL PHP versions. They just no longer receive updates (and contain glaring vulnerabilities).
  18. Ecko

    Habbo & Flash

    I don't think you understand what End of Life means in terms of software.
  19. Ecko

    The new Windows Terminal

    Or use the real thing and not a bad "subsystem" that takes 30+ minutes to compile gcc.
Top