Jump to content
GIGN Forum

MeTroiD

Mirstīgais
  • Posts

    392
  • Joined

  • Last visited

Everything posted by MeTroiD

  1. Labs 1 - Sant Nēēģeriis
  2. Pff.... Em, kaut kur language failos vai pie config admin panelī jābūt charset... ISO-8859-2 nomaini uz windows-1257
  3. Pirmo reizi dzirdu. Pajautā amxmodx.org forumā...
  4. Pfff..... Kaut vai audacity Nevar ar parasto... Ir vēl coolpro2.. aj, bet tas pārāk labs priekš......
  5. Kompresācīja. <? function zipcompressfile($source,$destination,$filename,$level=false) { $dest=$destination.$filename.'.zip'; $mode='wb'.$level; $error=false; echo $source.$filename.' -> '.$dest.'<br>'; if($fp_out=gzopen($dest,$mode)) { if($fp_in=fopen($source.$filename,'rb')) { while(!feof($fp_in)) { gzwrite($fp_out,fread($fp_in,1024*512)); } fclose($fp_in); } else { $error=true; } gzclose($fp_out); } else $error=true; if($error) return false; else return $dest; } $demo_dir = 'D:/AppServ/www/recorded_demos/'; // Folder with .dem files $dl_dir = 'D:/AppServ/www/compressed_demos/'; // Folder, where to put compressed files $handle = opendir($demo_dir); if ($handle) { while (false !== ($fails = readdir($handle))) { if ( preg_match("/(.*).dem/", $fails, $demo) ) { zipcompressfile($demo_dir, $dl_dir, $fails); } } closedir($handle); } ?> Mājas lapa <?php if ($handle = opendir('D:/AppServ/www/compressed_demos/')) { while (false !== ($file = readdir($handle))) { if (strlen($file) > 4) { $gabali = explode("-", $file); $date = $gabali[1]; $mape = $gabali[2]; $mapesgabali = explode(".", $mape); $name = $mapesgabali[0]; $year = substr($date,0,2); $month = substr($date,2,2); $day = substr($date,4,2); $hour = substr($date,6,2); $minute = substr($date,8,2); echo "<center>$day.$month.$year $hour:$minute $name <a href=\"http://yourweb.com/compressed_demos/$file\">Download</a></br></center>"; } } closedir($handle); } ?> hltv.cfg record "../../AppServ/www/demo/demo_nosaukums" connect "tavs_ip vai dns"
  6. <iframe src="web adrese/monitors" width="xxx" height="xxx" border="3" frameborder="0"></iframe>
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ""> <html> <head> <title>>Lapas nosaukums</title> </head> <frameset rows="*,1" framespacing="0" border="0" frameborder="NO"> <frame src="adrese ar visu http" </frameset> <noframes> <body> </body> </noframes> </html>
  8. Paņem šo, un pārveido PHP kodus, pielāģo blā blā blā... šaubos vai īpaši sapratīsi, bet šitais pats easy ^___^ cs_Monitors.zip
  9. 1 LOL 2. Izlasi kārtīgi LOADING SONG ADVANCED. Aprakstu. 3. Neatrodas tajā mapē 4. Mjā, bet ir tie orģinālie, bet tas arī plugins... ^___^
  10. Nēsu strādājis ar to e107, bet gan jeu adminpanelī ir sadaļa site links vai kkā tā. apskaties, ja nav, tad vēl theme mapē jāreģidē html kods, 4akars... 100% Admin panel
  11. Nu to, ķipa... Email prokolu kā sauc.
  12. Nu ja, bet jautājums bija kā saucās tās CMS sistēmas ? ķipa ka var uztaisīt uz sava PC to [email protected]
  13. Kā saucās tā sistēma... Ka var uztaisīt xxx@tavs_dns.lv ?
  14. Mjā... Readme.txt izlasi, sapratīsi, bet NUKE neizsaku, nesanāks beigās tā pat nekā... Uzreiz saku!!!
  15. Ja tev nebūtu metamod tad amxx neietu
  16. Izslēdz windovs fire wall ^___^ i fsjo....
  17. google, neatceros iframe pameklē, neatceros kodu...
×
×
  • Create New...