Jump to content
Old threads will finally start getting archived ×

n1tr0b

Members
  • Posts

    36
  • Joined

  • Last visited

    Never

Everything posted by n1tr0b

  1. aslo a correct one Jibbers
  2. The search is always specific... the code given to the mysql to query your data is null... since there is not id matching the user typed... try searching for PHP Search With MySQL
  3. oh... its file upload... I have seem to encounter this... the problem is I dont need to use else I just use this if(!upload) { echo "Upload Failed"; } else { echo "Upload Successful"; }
  4. You must first query your saved data..
  5. I sort it out to be in elseif(command("wheretoberunn") { } works very fine for me
  6. WRONG Again... else if is only used after else statement is already used
  7. There is no missing bracket that is // else wont work if there are two else like if (command("defined")) { } else { } else { } You Should Do if (command("defined")) { } else { } elseif (command("defined")) { }
  8. if using elseif you must do elseif(command("defined")) { }
  9. the else statement is wrong you must convert some of it to elseif at line 66 to line 84
  10. http://avateinfo.kh3.us Site Info: Grey Hat Hacking & Security Site Theme: L33ched by avl33ch v2.1 from http://store.steampowered.com Additional Info for the Theme: Dont mind the footer with "Created by: n1tr0b" *People are mistaken that the theme is made by me but not... *The Explanation is, I created the content. I didn't say Theme Created by: n1tr0b *I dont take credit for the theme... Creating my own theme which is tiring for me Exploits Given: *Facebook Login *T-Mobile Login *Evony Online Login and Vulns. *Google XSS *Kenseiboard Inject *Hazelpress Inject Services: *HJT Analyzer - HiJackThis Analyzer *PHP Security Advice *Exploit Giver *White Hat Help
  11. you have a simple error mate From mysql_query("INSERT INTO cms (content) VALUES('$content' ) ") or die(mysql_error()); To: mysql_query("INSERT INTO cms (content) VALUES("$content") ") or die(mysql_error()); From echo "Name: ".$row['content']; From echo "Name: ". $row['content'] .""; correct me if i have some errors to...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.