MrEnerg Posted September 13, 2012 Report Share Posted September 13, 2012 Man ir problēma. Gribu izveidot savādāku login lapu, kur būtu tikai kur ielogoties, bet neizdodas noslēpt Jaunumus tā lai viesi tos neredzētu. Izmantoju PG-CMS, vienkārši gribas bišk viņu pārveidot. Ir headers.php kurā atrodas šis login kods un kur pārējo daļu noslēpu un footer.php ko arī noslēpu veiksmīgi, bet index.php neizdodas noslēpt lai viesi to neredzētu. Izmantoju šādu kodu, bet index.php lapā viņš īsti negrib strādāt. <? if(!isLoggedIn()) { ?> teksts <? } else { ?> teksts <? } ?> Quote Link to comment Share on other sites More sharing options...
MrEnerg Posted September 13, 2012 Author Report Share Posted September 13, 2012 Vari ieteikt kādu redirekt kodu izmantot? HTML vai PHP? Quote Link to comment Share on other sites More sharing options...
ezis Posted September 13, 2012 Report Share Posted September 13, 2012 if(!isLoggedIn()) { require 'login-page.php'; exit; } Ja index.php kalpo kā izeja uz citām sadaļām/lapām, tad pirms sadaļu/lapu "pārslēdzēja" šādi var izdarīties. Nezinot kā strukturēts tas CMS, nevar īsti atbildēt kā pieklājas. Quote Link to comment Share on other sites More sharing options...
MrEnerg Posted September 13, 2012 Author Report Share Posted September 13, 2012 (edited) Fatal error: Cannot redeclare format_filesize() (previously declared in /home/..../public_html/includes/functions.php:2) in /home/live/public_html/includes/functions.php on line 9 Man šādu erroru rāda, bet nejau login.php lapā, bet iepriekšējā. Edited September 13, 2012 by MrEnerg Quote Link to comment Share on other sites More sharing options...
ezis Posted September 13, 2012 Report Share Posted September 13, 2012 Vairākkārt tiek iekļauts fails, kur ir definēta šāda funkcija. Izmanto require_once, lai gan neieteiktu, vai arī iekļauj functions.php tikai index.php failā, ja visas darbības notiek caur šo failu. Quote Link to comment Share on other sites More sharing options...
MrEnerg Posted September 13, 2012 Author Report Share Posted September 13, 2012 Nekas nemainās. Quote Link to comment Share on other sites More sharing options...
ezis Posted September 13, 2012 Report Share Posted September 13, 2012 Ko TU ar to domā? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.