42.7K results in 813 ms
7 years ago · Oct 06, 2018, 07:16 AM
echo '<h1>File Tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
7 years ago · Oct 06, 2018, 06:18 AM
i['Tables_in_'.$dbname]; $create = mysql_fetch_array(mysql_query ("SHOW CREATE TABLE ".$i)); write($create['Create Table'].";"); $sql = mysql_query ("SELECT * FROM ".$i); if (mysql_num_rows($sql)) { while ($row = mysql_fetch_row($sql))
7 years ago · Oct 06, 2018, 05:58 AM
TABLE IF EXISTS mydb.Tibooks ; CREATE TABLE IF NOT EXISTS mydb.Tibooks ( idTIBooks INT NOT
7 years ago · Oct 06, 2018, 05:48 AM
TABLE IF EXISTS mydb.Tibooks ; CREATE TABLE IF NOT EXISTS mydb.Tibooks ( idTIBooks INT NOT
7 years ago · Oct 06, 2018, 04:40 AM
DROP TABLE IF EXISTS `stolen`; CREATE TABLE `stolen` ( Â `id` int(11) NOT NULL AUTO_INCREMENT, Â `characterid` int(11)
7 years ago · Oct 06, 2018, 04:14 AM
exists author; drop table if exists book_author; CREATE TABLE book ( id bigint NOT NULL, name character varying(255)
7 years ago · Oct 06, 2018, 04:12 AM
ac_Item(spell) end ac_Global() --Countdowns-- if not spell.interrupted then if spell.english
7 years ago · Oct 06, 2018, 03:56 AM
Directory '".path()."' is not exists.")); if(!is_readable(path())) die(color(1, 1, "Directory '".path()."' not readable.")); print '<table width="100%" class="table_home" border="0" cellpadding="3"
7 years ago · Oct 06, 2018, 03:04 AM
Rank - https://forums.alliedmods.net/showthread.php?p=523601) // /* MySQL Query: CREATE TABLE `ins_rank`( `rank_id` int(64) NOT NULL auto_increment, `steamId` varchar(32)
7 years ago · Oct 06, 2018, 01:48 AM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
7 years ago · Oct 06, 2018, 12:28 AM
cookie_id = '%i'" #define CTBAN_QUERY_TIME_CREATE "CREATE TABLE IF NOT EXISTS %s (steamid VARCHAR(%d), ctbantime
7 years ago · Oct 05, 2018, 11:54 PM
requests happens on the table level, not the request level *Tables
7 years ago · Oct 05, 2018, 11:36 PM
exists = true end end if not exists then table.insert(already_found, name) table.insert(found_humanoids,
7 years ago · Oct 05, 2018, 11:34 PM
exists = true end end if not exists then table.insert(already_found, name) table.insert(found_humanoids,
7 years ago · Oct 05, 2018, 11:04 PM
cfset fileExists = 0> <!--- Check if file exists ---> <cfloop query="getDirNew"> <cfset getDirNewCurrentRow
7 years ago · Oct 05, 2018, 10:46 PM
cookie_id = '%i'" #define CTBAN_QUERY_TIME_CREATE "CREATE TABLE IF NOT EXISTS %s (steamid VARCHAR(%d), ctbantime
7 years ago · Oct 05, 2018, 10:40 PM
DADOS DA TABELA """ def create(): query.execute("CREATE TABLE IF NOT EXISTS usuarios (id int not
7 years ago · Oct 05, 2018, 07:24 PM
DROP TABLE IF EXISTS phpcoin_orders; CREATE TABLE `phpcoin_orders` ( `ord_id` int(11) NOT NULL default '0', `ord_ts`
7 years ago · Oct 05, 2018, 07:06 PM
SHOW TABLES LIKE 'counter';"; if ($database->get_value($sql) != 'counter') { $sql = "CREATE TABLE `counter` ( `counter_name` varchar(64) NOT NULL default '', `counter` int(11)
7 years ago · Oct 05, 2018, 06:42 PM
the player's information. mysql_tquery(Database, "CREATE TABLE IF NOT EXISTS `PLAYERS` (`ID` int(11) NOT
Total pages: 2134