keissfootball Posted October 30, 2005 Author Report Share Posted October 30, 2005 (edited) tu domā tajos divos kurus pieprasa tijpa require? require 'settings.php'; tjipa setingos ir (ŠEIT NAV NEVIENA OUTPUTA) <?php // Password for the administration interface $PASSWORD = 'parole'; // Path to the directory containing the data files $DATAPATH = ''; // Domain (without www) $DOMAIN = 'domens.lv'; ?> require 'pollcode.php'; pollcodaa ir: (ŠEIT ARĪ NAV OUTPUTU) <?php require 'settings.php'; function ReadPollData() { $filename = $DATAPATH . 'poll.txt'; $fp = fopen($filename, "r"); $fc = fread($fp,filesize($filename)-1); fclose($fp); $elements = explode(":", $fc); $h = (count($elements)-1) / 2; $question = stripslashes($elements[0]); $i = 0; while ($h > $i) { $item[$i] = $elements[(2*$i+1)]; $votes[$i] = $elements[(2*$i+2)]; $i++; } return array ($item, $votes, $question); } function ReadLogFile() { $filename = $DATAPATH . 'iplog.txt'; $fp = fopen($filename, "r"); $fc = fread($fp,filesize($filename)); fclose($fp); $elements = explode(":", $fc); return $elements; } ?> Edited October 30, 2005 by keissfootball Link to comment Share on other sites More sharing options...
bubu Posted October 30, 2005 Report Share Posted October 30, 2005 Atstarpes/enteri nav pirms <?php vai pēc ?>. Un kā ar to unicode 3-baitu headeri faila sākumā, pārbaudīji? Link to comment Share on other sites More sharing options...
keissfootball Posted October 30, 2005 Author Report Share Posted October 30, 2005 kas pa unicode? Link to comment Share on other sites More sharing options...
php_Stopp Posted October 30, 2005 Report Share Posted October 30, 2005 (edited) varbū tā: require 'settings.php'; require 'pollcode.php'; function checkAuth() { if (!$_COOKIE["USER_AUTH"]["auth"]=='1') { header("Location: admin.php"); } } ob_start(); if (!isset($_GET["action"])) { $action = $_POST["action"]; } else { $action = $_GET["action"]; } if(!isset($action)) { // ########## Login form ########## ?> <html> <head> .. </head> <body> <h2>Logins</h2> .. ? Edited October 30, 2005 by php_Stopp Link to comment Share on other sites More sharing options...
keissfootball Posted October 30, 2005 Author Report Share Posted October 30, 2005 pagaidi tas ir tā kā jābūt? es man liekās tā jau rakstīju? Link to comment Share on other sites More sharing options...
bubu Posted October 30, 2005 Report Share Posted October 30, 2005 kas pa unicode? 25876[/snapback] Atver savus failus piemēram ar FAR/Total Commander vai kautkādu hexeditoru un paskaties vai faila sākumā nav 3 dīvaini simboli. Link to comment Share on other sites More sharing options...
php_Stopp Posted October 30, 2005 Report Share Posted October 30, 2005 jā, tā nevajadzētu izmesties nekādai kļūdai. un tu rakstīji kaukā citādāk. Link to comment Share on other sites More sharing options...
keissfootball Posted October 30, 2005 Author Report Share Posted October 30, 2005 a man pie katra php koda sākuma tas jāpievieno??? jo tad, ja ielikeu to kodu, man raksta Parse error: parse error, unexpected '}' in /usr/home/lfka-ftp/poll/admin.php on line 56 kods tagad izskatās šādi: http://paste.php.lv/2765 Link to comment Share on other sites More sharing options...
php_Stopp Posted October 30, 2005 Report Share Posted October 30, 2005 khem.. ja tu palaidi tik tiešām to kodu, uz ko iedevi linku, tad tādu kļūdu nevajadzētu izmest. bet mazliet par citu kļūdu - 1.-13. rindā tev ir OUTPUTS, un 56. rindiņā tiek izsaukta funkcija checkAuth, kurā savukārt ir norādīts, ka noteiktā gadījumā ir notiek pārnešana ar HEADERI, pirms kura jau ir bijis OUTPUTS. kā mēs labi zinam, pirms headriem outputi nedrīkst būt. tas tā, tīri informācijai ;) Link to comment Share on other sites More sharing options...
keissfootball Posted October 30, 2005 Author Report Share Posted October 30, 2005 (edited) aa viss kārtībā, TNX!!! Edited October 30, 2005 by keissfootball Link to comment Share on other sites More sharing options...
keissfootball Posted October 30, 2005 Author Report Share Posted October 30, 2005 (edited) aa tomeer ir veel 1 probleema. man visi balsošanu darbinošie faili stāv ftp serverī direktorijā /usr/home/lfka-ftp/poll/, bet php fails (balsošana) /usr/home/lfka-ftp/, php fails izskatās šādi: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1257"> </head> <body> <?php include 'poll.php' ?> </body> </html> bet tad man viņš nerādās, ja ielikts atsevišķi, savukārt rādās, ja ielieku to php failu poll direktorijā. man vajadzētu, lai viss tā paliktu, tikai php skriptā kaut kas laikam jāmaina??? Edited October 30, 2005 by keissfootball Link to comment Share on other sites More sharing options...
php_Stopp Posted October 30, 2005 Report Share Posted October 30, 2005 include('../poll.php'); ja fails poll.php staav direktoriju augstaak Link to comment Share on other sites More sharing options...
keissfootball Posted October 30, 2005 Author Report Share Posted October 30, 2005 (edited) jau mēģināju poll/poll.php, bet neiet ja to pielieku, tad rāda: Warning: main(): Unable to access settings.php in /usr/home/lfka-ftp/poll/poll.php on line 14 Warning: main(settings.php): failed to open stream: No such file or directory in /usr/home/lfka-ftp/poll/poll.php on line 14 Warning: main(): Failed opening 'settings.php' for inclusion (include_path='') in /usr/home/lfka-ftp/poll/poll.php on line 14 Warning: main(): Unable to access pollcode.php in /usr/home/lfka-ftp/poll/poll.php on line 15 Warning: main(pollcode.php): failed to open stream: No such file or directory in /usr/home/lfka-ftp/poll/poll.php on line 15 Warning: main(): Failed opening 'pollcode.php' for inclusion (include_path='') in /usr/home/lfka-ftp/poll/poll.php on line 15 Fatal error: Call to undefined function: readpolldata() in /usr/home/lfka-ftp/poll/poll.php on line 16 a kods ir tāds: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1257"> </head> <body> <?php include ('poll/poll.php'); ?> </body> </html> Edited October 30, 2005 by keissfootball Link to comment Share on other sites More sharing options...
Zoom Posted October 30, 2005 Report Share Posted October 30, 2005 (edited) OMG ! neraksti ta (/lalal/lala.php), bet gan (../lalal.php) Edited October 30, 2005 by Zoom Link to comment Share on other sites More sharing options...
php_Stopp Posted October 30, 2005 Report Share Posted October 30, 2005 (edited) pag pag.. teu fails poll.php atrodas mapē usr/kautkastur/poll/ ja ? un tu gribi to poll.php failu izsaukt failā, kurš atrodas mapē usr/kautkastur/ ? jau mēģināju poll/poll.php, bet neiet ja to pielieku, tad rāda: Warning: main(): Unable to access settings.php in /usr/home/lfka-ftp/poll/poll.php on line 14 Warning: main(settings.php): failed to open stream: No such file or directory in /usr/home/lfka-ftp/poll/poll.php on line 14 Warning: main(): Failed opening 'settings.php' for inclusion (include_path='') in /usr/home/lfka-ftp/poll/poll.php on line 14 Warning: main(): Unable to access pollcode.php in /usr/home/lfka-ftp/poll/poll.php on line 15 Warning: main(pollcode.php): failed to open stream: No such file or directory in /usr/home/lfka-ftp/poll/poll.php on line 15 Warning: main(): Failed opening 'pollcode.php' for inclusion (include_path='') in /usr/home/lfka-ftp/poll/poll.php on line 15 Fatal error: Call to undefined function: readpolldata() in /usr/home/lfka-ftp/poll/poll.php on line 16 a kods ir tāds: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1257"> </head> <body> <?php include ('poll/poll.php'); ?> </body> </html> 25898[/snapback] šīm kļūdām nav nekāda sakara ar faila poll.php lokāciju (khem, atrašanās vietu). tas include ir izdarīts pareizi, kļūdas ir poll.php failā. Edited October 30, 2005 by php_Stopp Link to comment Share on other sites More sharing options...
Recommended Posts