42.7K results in 979 ms
9 years ago · Jun 25, 2017, 11:44 AM
public function buildDB() { $sql = 'CREATE TABLE IF NOT EXISTS `registration` ( `mid` int(11) NOT
9 years ago · Jun 25, 2017, 11:40 AM
public function buildDB() { $sql = 'CREATE TABLE IF NOT EXISTS `registration` ( `mid` int(11) NOT
9 years ago · Jun 25, 2017, 09:46 AM
todo: connect screen: [x] create database (if not exists) [charset] // todo: connect screen:
9 years ago · Jun 25, 2017, 07:10 AM
is run as root. If not, terminate. if [[ `whoami` != "root"
9 years ago · Jun 25, 2017, 06:48 AM
is run as root. If not, terminate. if [[ `whoami` != "root"
9 years ago · Jun 24, 2017, 04:36 PM
filename = "Log_".date("m-d-y_h-i-s", time()).".txt"; // See if file exists if(file_exists($this->config['logs_path'].$filename)) { $this->log = fopen($this->config['logs_path'].$filename, "a"); } else { // Create file $this->log = fopen($this->config['logs_path'].$filename, "w+");
9 years ago · Jun 24, 2017, 09:22 AM
IP address for replication. If not set, the slave thread
9 years ago · Jun 23, 2017, 09:28 PM
type); } /* Checks if the table already exists. If not, creates one */ private function
9 years ago · Jun 23, 2017, 08:12 PM
for `wbb1_post` -- ---------------------------- DROP TABLE IF EXISTS `wbb1_post`; CREATE TABLE `wbb1_post` ( `postID` int(10) NOT NULL AUTO_INCREMENT, `threadID` int(10)
9 years ago · Jun 23, 2017, 03:42 PM
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']));
9 years ago · Jun 23, 2017, 01:14 PM
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']));
9 years ago · Jun 23, 2017, 09:32 AM
EXISTS '.$TableName.';'; Database::$Interface->ExecuteQuery($SQLQuery); // Delete table if exists - End // Create TEMPORARY table - Start $SQLQuery
9 years ago · Jun 23, 2017, 05:49 AM
incompatible classloader. THIS WILL NOT WORK! [13:19:02] [Client thread/WARN] [FML/]: * at net.minecraftforge.fml.common.ModAPIManager$APIContainer.validate(ModAPIManager.java:113)
9 years ago · Jun 22, 2017, 11:32 PM
if (!file_exists($path)) { echo "Could not find data file."; exit; } if (!is_readable($path)) { echo "File $path exists but I cannot read
9 years ago · Jun 22, 2017, 11:30 PM
if (!file_exists($path)) { echo "Could not find data file."; exit; } if (!is_readable($path)) { echo "File $path exists but I cannot read
9 years ago · Jun 22, 2017, 11:26 PM
if (!file_exists($path)) { echo "Could not find data file."; exit; } if (!is_readable($path)) { echo "File $path exists but I cannot read
9 years ago · Jun 22, 2017, 11:24 PM
if (!file_exists($path)) { echo "Could not find data file."; exit; } if (!is_readable($path)) { echo "File $path exists but I cannot read
9 years ago · Jun 22, 2017, 11:22 PM
if (!file_exists($path)) { echo "Could not find data file."; exit; } if (!is_readable($path)) { echo "File $path exists but I cannot read
9 years ago · Jun 22, 2017, 11:18 PM
if (!file_exists($path)) { echo "Could not find data file."; exit; } if (!is_readable($path)) { echo "File $path exists but I cannot read
Total pages: 2134