Jump to content
  • 0

pomoc [ Help ] Blbé Chyby


Arthom

Dotaz

čuste :) prosím pomohli by ste mi? práve pracujem na hre Hangman (som tu chcel ju zverejniť) ale vypisuje mi error a warning :d no tak prezeral som celý kód a chybu som nikde nenašiel tak už neviem.

Warning:

Warning: file(hangman.txt): failed to open stream: No such file or directory in /home/users/matelko2/hangman.8u.cz/web/index.php on line 14

riadok:

$content = file($file_slova);

 

a ten Error:

Fatal error: Maximum execution time of 20 seconds exceeded in /home/users/matelko2/hangman.8u.cz/web/index.php on line 68

riadok:

while (rtrim($strana[$i])!="<!--HANGMAN-->") {

 

Prosím, vedeli by ste mi pomôcť? Ďakujem za odpoveďe.

 

//-----

 

no nejak som to vyriešil ale zase mi furt ten fatal error ukazuje :d uz som skusal aj inak no ale i tak nejde:

 

Fatal error: Maximum execution time of 20 seconds exceeded in /home/users/matelko2/hangman.8u.cz/web/index.php on line 68

 

a tu je to cele (ten fatal error):

 

$stranka = file($design);
$daco = count($stranka);
$i = 0;
while (rtrim($stranka[$i]) != "<!--dilino -->") {
print $stranka[$i];
$i++;
}

 

prosím, vedeli by ste mi pomôcť?

 

a ešte celkom dole na konci hry (kde pouzivam localnu definiciu abo ako to nazvat $daco):

 

print('<p><a href="'.$_SERVER['PHP_SELF'].'">New Game</a></p>');
$i++;
while ($i < $daco) {
print $stranka[$i];
$i++;
}

 

Prosím, pomôžte mi :d ďakujem za odpoveďe :d už neviem ako to vyriešiť

Edited by MasterMatoSK
Link to comment
Share on other sites

0 odpovědí na tuto otázku

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...