Jump to content

kaliza

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by kaliza

  1. HEY HEY!!! it was one of my first php code i ever did lol ! i mean u don't even wanna see the source, its really bad, but i put admin log in info because it is a demo site, i am demoing it for www.curse.com, its a simple tool to keep track of people who show up to events within games. and the action_log is meant for debugging purposes. btw how do u block the folder view? one more thing, how do to block so if a person refreshes the page it wont insert another query. like a double post. and ty for your help.
  2. i made this for world of warcraft about 7-8 months ago when i first learned to code, if u guys wanna peak around and try to find any glitches go ahead, Known glitches are script and html tags stay i havent got rid of that. http://www.pidbaq.com/raids/raids.php
  3. uh mm how come u encrypted the bad words file, instead of keeping it open for adjustments, one option can be a request for addition of a bad word, which gets submitted for your approval and when it gets approved it gets added on the list so the more u use it the more it filters.
  4. so phpmyadmin had the admin user or something that see's all of them
  5. but what im trying to do , is display all databases on my shared server, and the databases have 3 different users, how do i get that account that accesses all 3, with out just using 1 user for all 3? i wanna make a script so when u load the page it list all the dbs and then u can click on the one u wanna edit or monitor
  6. Im working on a database management script and i was wondering how can i get to see all the databases on my server using PHP as an interface, the "show database" will work only if all databases will have the same Username , password as the on i am connected to the Mysql. if i run show databases and im connected with user1 it will display all the ones that user1 has priviliges to only, so what about the ones with user2?!? im looking for something like how PhpMyAdmin does. ???
×
×
  • 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.