home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   soc.culture.japan      More than just weird schoolgirl porn      64,573 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 63,850 of 64,573   
   He to All   
   Interaction with pictures or files and w   
   15 Oct 21 00:28:20   
   
   From: uavyuayve@hotmail.com   
      
   C:\Users\v\Documents\talking>dir   
   Volume in drive C is Windows   
   Volume Serial Number is A8A5-1122   
      
   Directory of C:\Users\v\Documents\talking   
      
   28.09.2021 14:45  .   
   28.09.2021 14:45  ..   
   25.09.2021 01:04 5 749 data.php   
   25.09.2021 01:00 562 findlastmdate.php   
   25.09.2021 01:01 211 func.php   
   25.09.2021 01:02 1 201 ilist.php   
   28.09.2021 01:21 5 044 index.php   
   27.09.2021 05:37 17 069 index2.php   
   25.09.2021 01:04 382 renewing.php   
   7 File(s) 30 218 bytes   
   2 Dir(s) 449 205 985 280 bytes free   
      
   C:\Users\v\Documents\talking>type *.*   
      
   data.php   
      
      
   dtables=$dtables;   
   }   
      
   function deleteotable($otabname) {   
   if (file_exists($otabname.".dat")) {   
   unlink($otabname.".dat");   
   }   
   $this->loadobjecttables();   
   }   
      
   function insertobject($obj) {   
   $this->loadobjecttables();   
   $oclass=$obj->getNameOfClass();   
   $tabls=$this->dtables;   
   $oarridx=-1;   
   for($i=0; $igetNameOfClass()==$oclass) {   
   $oarridx=$i;   
   }   
   }   
   if($oarridx==-1) return false;   
   $tabls[$oarridx][]=$obj;   
   unlink($oclass.".dat");   
   $b=serialize($tabls[$oarridx]);   
   $fh = fopen($oclass.".dat", "a");   
   fwrite($fh, $b);   
   fclose($fh);   
   chmod($oclass.".dat", 0700);   
   }   
      
      
   function saveobjecttables() {   
   $tabls=$this->dtables;   
   for($i=0; $igetNameOfClass();   
   if (file_exists($oc.".dat")) {   
   unlink($oc.".dat");   
   }   
   $b=serialize($tabls[$i]);   
   $fh = fopen($oc.".dat", "a");   
   fwrite($fh, $b);   
   fclose($fh);   
   chmod($oc.".dat", 0700);   
   }   
   return true;   
   }   
      
   function saveobjecttable($objcl) {   
   $tabls=$this->dtables;   
   $obclindex=-1;   
   for($i=0; $igetNameOfClass()==$objcl) {   
   $obclindex=$i;   
   break;   
   }   
   }   
   if (file_exists($objcl.".dat")) {   
   unlink($objcl.".dat");   
   }   
   $b=serialize($tabls[$obclindex]);   
   $fh = fopen($objcl.".dat", "a");   
   fwrite($fh, $b);   
   fclose($fh);   
   chmod($objcl.".dat", 0700);   
   return true;   
   }   
      
   function makearrayunique($array){   
   $duplicate_keys = array();   
   $tmp = array();   
      
   foreach ($array as $key => $val){   
   if (is_object($val))   
   $val = (array)$val;   
      
   if (!in_array($val, $tmp))   
   $tmp[] = $val;   
   else $duplicate_keys[] = $key;   
   }   
      
   foreach ($duplicate_keys as $key)   
   unset($array[$key]);   
   return $array;   
   }   
      
   function deleteduplicates() {   
   $ob=$this->dtables;   
   for($i=0; $imakearrayunique($ob[$i]);   
   $ob[$i]=$o12;   
   }   
   $this->saveobjecttables();   
   }   
      
   function deleteduplicatescl($objcl) {   
   $ob=$this->dtables;   
   $obclindex=-1;   
   for($i=0; $igetNameOfClass()==$objcl) {   
   $obclindex=$i;   
   break;   
   }   
   }   
   $o12=$this->makearrayunique($ob[$obclindex]);   
   $ob[$obclindex]=$o12;   
   $this->dtables=$ob;   
   $this->saveobjecttable($objcl);   
   }   
      
      
      
   function objectClassestoarray($objectA,   
   $objectB) {   
   $new_object = array();   
      
   foreach($objectA as $property => $value) {   
   $new_object[$property]=$value;   
   }   
      
   foreach($objectB as $property => $value) {   
   $new_object[$property]=$value;   
   }   
      
   return $new_object;   
   }   
      
      
   function query($query) {   
   $this->loadobjecttables();   
   $ovars=array();   
   $objects=$this->dtables;   
   for($i=0; $igetNameOfClass())) continue;   
   if(preg_match("/^get \* from ".$objects[$i][0]->getNameOfClass()   
   ";$/",$query)) {   
   $objectsList = [];   
   foreach ($objects[$i] as $obj) {   
   $objectsList[] = (array)$obj;   
   }   
   return $objectsList;   
   $exitf=true;   
   }   
   }   
   }   
      
   for($i=0; $igetNameOfClass())) continue;   
   if(preg_match("/^get ".$ovars[$i][$j]." from ".$objects[$i][0]->   
   etNameOfClass().";$/",$query)) {   
   return array_column($objects[$i], $ovars[$i][$j]);   
   $exitf=true;   
   }   
   }   
   }   
      
   $outp=array();   
   for($i=0; $igetNameOfClass())) continue;   
   if(!class_exists($objects[$k][0]->getNameOfClass())) continue;   
      
   if(preg_match("/^get \* from ".$objects[$i][0]->getNameOfClass()." join   
   ".$objects[$k][0]->getNameOfClass().   
   " on \(".$objects[$i][0]->getNameOfClass()."\.".$ovars[$i][$j]."   
   =".$objects[$k][0]->getNameOfClass().   
   "\.".$ovars[$k][$l]."\);$/",$query)) {   
   for($ii=0; $ii{$ovars[$i][$j]}==$objects[$k][$ii2]->{$ovars[$k][$l]}) {   
   $oobj = $this->objectClassestoarray($objects[$i][$ii], $objects[$k][$ii2]);   
   $outp[]=$oobj;   
   }   
   }   
   }   
   $exitf=true;   
   }   
   }   
   }   
   }   
   }   
      
   for($k=0; $kgetNameOfClass()))   
   continue;   
      
   if(preg_match("/^get \* from ".$objects[$k][0]->getNameOfClass()." where   
   ".$ovars[$k][$l]."\=(.*) and ".$ovars[$k][$l2]."\=(.*);$/",$query, $matches)) {   
   for($ii2=0;   
   $ii2{$ovars[$k][$l]}==$matches[1]&&$objects[$   
   ][$ii2]->{$ovars[$k][$l2]}==$matches[2]) {   
      
   $oobj = (array)$objects[$k][$ii2];   
      
   $outp[]=$oobj;   
   }   
   }   
   $exitf=true;   
   }   
   }   
   }   
   }   
      
      
   for($k=0; $kgetNameOfClass())) continue;   
   if(preg_match("/^get \* from ".$objects[$k][0]->getNameOfClass()." where   
   ".$ovars[$k][$l]."\=(.*);$/",$query, $matches)) {   
   for($ii2=0; $ii2{$ovars[$k][$l]}==$matches[1]) {   
   $oobj = (array)$objects[$k][$ii2];   
   $outp[]=$oobj;   
   }   
   }   
   $exitf=true;   
   }   
   }   
   }   
      
   if(count($outp)>0) {   
   return $outp;   
   }   
      
      
   return $mches;   
   }   
      
   }   
      
   ?>   
   findlastmdate.php   
      
      
   loadobjecttables();   
   $texists=false;   
   $t1=$myd->dtables;   
      
   $mdates=array();   
      
   for($i=0; $i

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca