toksiks Posted March 15, 2008 Report Share Posted March 15, 2008 Uzliku savam serverim hltv+web`a ieliku demo failus, bet nevar novilkt. tatad izveidoju C:\AppServ\www\demo.php scriptu ::: <?php if ($handle = opendir('D:\games\csdm\cstrike\demo')) { 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=\"demo/$file\">Novilkt</a></br></center>"; } } closedir($handle); } ?> Ka redzat webs ir uz C:\ bet serveris uz D:\ un demo rakstas arii uz D:\. Kad eju http://webs/demo.php un spiezhu novilkt kadu no demo parada::: Not Found The requested URL /demo/dust-0803081916-de_dust.dem was not found on this server. Apache/2.2.3 (Win32) PHP/5.1.6 Server at cs-illegal.oo.lv Port 80 Link to comment Share on other sites More sharing options...
naziic Posted March 15, 2008 Report Share Posted March 15, 2008 gribi, vai nē, demo failiem jābūt iekš www, javien nevēlies ar vhost čakarēties. Link to comment Share on other sites More sharing options...
toksiks Posted March 15, 2008 Author Report Share Posted March 15, 2008 D:\games\cs -serveris C:\AppServ\www -webs Pasakat ludzu kaa man tad pareizi raksit record "../../csdm/cstrike/demo/illegal"?? lai butu uz www\demo ??? Link to comment Share on other sites More sharing options...
*jancis38* Posted March 15, 2008 Report Share Posted March 15, 2008 (edited) Izmanto meklētāju, man jau zaibala 100x vienu un to pašu stāstīt visiem. if ($handle = opendir('D:\games\csdm\cstrike\demo')) { šī rindiņa liecina par to, ka webs tev stāv uz D diska. Edited March 15, 2008 by *jancis38* Link to comment Share on other sites More sharing options...
Fragrancer Posted March 15, 2008 Report Share Posted March 15, 2008 Ja netiec galā pa 3 Ls mēnēsi HLTV no manis Ir vecs sakāmais - ja rokas līkas, labāk par pakalpojumu maksāt Link to comment Share on other sites More sharing options...
toksiks Posted March 16, 2008 Author Report Share Posted March 16, 2008 Es taga ievietoju scriptu , kas sakomprese failus,bet sakompresetie faili neko nesver.Kapec taa? Visi direktoriji man noraditi pareizi: $demo_dir = 'D:/games/csdm/cstrike/demo'; // Folder with .dem files $dl_dir = 'C:/AppServ/www/demo/'; // Folder, where to put compressed files Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now