Search results

  1. Ecko

    [HELP] Vip_points transfer system :)

    I was referring to the people whose support tickets I've been handling. For example, Kevin of ameca.org wants to know why he has to have a password for his billing account and a different password for his cPanel...
  2. Ecko

    [HELP] Vip_points transfer system :)

    I will when I get home from work. Friday is the influx of idiots here.
  3. Ecko

    [HELP] Vip_points transfer system :)

    Run a query to grab how many points the user who is sending them has: $query = "SELECT `vip_points` FROM users WHERE username = '$from'; $points = mysql_query($query); Then an if check to see if the amount is more than what the user has: if $points > $amount { echo 'You do not have...
  4. Ecko

    Can someone check this script plz

    Echoing the data should have nothing to do with the MySQL query..
  5. Ecko

    [Hel] Coding

    http://devbest.com/threads/php-login-script-no-mysql-needed.26832/
  6. Ecko

    [REL] SuperCMS [REL]

    I already did in your other thread, which you have since removed the alleged content from your GitHub. I think that says enough. I even showed where you took the admin page from and you just renamed it. Then I asked you to write a simple cURL function that would take less than a minute and you...
  7. Ecko

    [REL] SuperCMS [REL]

    Nope, I would never use any of Weytin's "work".
  8. Ecko

    Show DevBest Free Image Hosting

    403 Forbidden Hmm. Check your file permissions. Hope you didn't get ToS'd.
  9. Ecko

    [REL] SuperCMS [REL]

    That won't fix it because there is no users class included in this 'release'.
  10. Ecko

    Java Exploit

    That's Java Runtime Environment, which is different than JDK (Java Development Kit - used for compiling Java really). You can still check your environment variables to check what version of Java it's using to run Java (JAVA_HOME).
  11. Ecko

    Java Exploit

    C:\Program Files\Java If you have more than one jdk folder, I'd go into your environment variables and check to see which one is being used by the JAVA_PATH
  12. Ecko

    PHP & Ajax Help.

    Store the SQL result in an array and use jQuery: http://www.switchonthecode.com/tutorials/jquery-tutorial-creating-an-autocomplete-input-textbox
  13. Ecko

    Do you work?

    Job Title: Systems Administrator/Monitor at a hosting company Hours Per Week: 40 Hourly Wage: just got bumped to $16.50 whoop
  14. Ecko

    Java Exploit

    He doesn't need to uninstall JDK, the exploit is specific to the Java Runtime Environment (JRE). He can get rid of JavaFX though as it's useless unless you use it for mobile development.
  15. Ecko

    PHP & Ajax Help.

    Post the search form.
  16. Ecko

    Mac OSX Bootcamp - Windows 8 Desktop is tiny!

    You probably had that problem because the partition was over 32GB or if you partitioned it as NTFS. Mac OSX can read and write FAT/32, but can only read NTFS.
  17. Ecko

    Religious Debate

    Depends on how one defines terrorism. One man's terrorist is another man's freedom fighter. One could argue that Bush and Obama were/are terrorists because of their indiscriminate drone attacks. It could be argued that Israeli politicians are terrorists because they approved of targeted...
  18. Ecko

    Show DevBest [PHP] Security Script

    foreach($this->$bad = array("from", "'", "union", "select", "+", "0x", ">", "<", "\\", "/", "\"") as $vuln) {
  19. Ecko

    GTA 5 Views

    In my opinion, I think they will.. But only after they squeeze as much money as they can from the console users.
  20. Ecko

    GTA 5 Views

    I think the only reason they aren't doing it yet is because of how easy it is to pirate the game on PC. They will probably wait for the DLC to be released for the consoles before announcing the PC version.
Top