KickAll Posted April 7, 2009 Report Share Posted April 7, 2009 (edited) Tēma saistīta ar PHP-FUSION 7 Uz skrīna parādīju kā ievietot tur bānneri Mainīgo!! un zemāk teksts.. Kā to izdarīt? Edited April 7, 2009 by KickAll Link to comment Share on other sites More sharing options...
Teddy Posted April 7, 2009 Report Share Posted April 7, 2009 google ads Link to comment Share on other sites More sharing options...
KickAll Posted April 7, 2009 Author Report Share Posted April 7, 2009 bez google nevar?kā tur tā izdarīt? Link to comment Share on other sites More sharing options...
dimka62 Posted April 7, 2009 Report Share Posted April 7, 2009 Uztaisi mazu php skriptu kurs maina bannerus.Pamekle kaut kur te pat Foruma Programesanas sadala. Link to comment Share on other sites More sharing options...
KickAll Posted April 7, 2009 Author Report Share Posted April 7, 2009 Skriptu es atradu un ko tagad? Link to comment Share on other sites More sharing options...
ry. Posted April 7, 2009 Report Share Posted April 7, 2009 Ieliec tur kur tev vinu vajag. Link to comment Share on other sites More sharing options...
KickAll Posted April 7, 2009 Author Report Share Posted April 7, 2009 Blinj neatradu to mainīgo bāneri..kāds ieteiks kādu izmantot>? Link to comment Share on other sites More sharing options...
Kayak- Posted April 7, 2009 Report Share Posted April 7, 2009 mainīgo banneru scripts : <?php $skaitlis = rand(1,100); if ($skaitlis <=50) { echo '<img src="nosaukums.formāts" alt="apraksts" />'; } elseif ($skaitlis <= 75) { echo '<img src="nosaukums.formāts" alt="apraksts" />'; } elseif ($skaitlis <= 100) { echo '<img src="nosaukums.formāts" alt="apraksts" />'; } ?> piemēram echo '<img src="kayak.jpg" alt="Es =]" />'; un tamlīdzīgi... viss iet, tiko visu pārbaudīju. ;] Link to comment Share on other sites More sharing options...
KickAll Posted April 7, 2009 Author Report Share Posted April 7, 2009 (edited) <?php $skaitlis = rand(1,100); if ($skaitlis <=50) { echo '<img src="nosaukums.formāts" alt="apraksts" />'; } elseif ($skaitlis <= 75) { echo '<img src="nosaukums.formāts" alt="apraksts" />'; } elseif ($skaitlis <= 100) { echo '<img src="nosaukums.formāts" alt="apraksts" />'; } ?> piemēram echo '<img src="kayak.jpg" alt="Es =]" />'; un tamlīdzīgi... viss iet, tiko visu pārbaudīju. ;] Gan jocīgi es šo izmantoju man nesanāca... Rakstiju šādi : openside("Banneris"); echo "<?php $skaitlis = rand(1,100); if ($skaitlis <=50) { echo '<img src="a.gif" alt="apraksts1" />'; } elseif ($skaitlis <= 75) { echo '<img src="s.gif" alt="apraksts" />'; } elseif ($skaitlis <= 100) { echo '<img src="d.gif" alt="apraksts2" />'; } ?>"; closeside(); Un rezultātā: Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in C:\AppServ\www\themes\templates\panels.php(75) : eval()'d code on line 7 Edited April 7, 2009 by KickAll Link to comment Share on other sites More sharing options...
Kayak- Posted April 7, 2009 Report Share Posted April 7, 2009 (edited) hz. pamēģini izveidot šādi ... izveido jaunu php failu, nosauc piemēram bn.php ieej iekšā un iemet šo. <?php $skaitlis = rand(1,100); if ($skaitlis <=50) { echo '<img src="a.gif" alt="apraksts1" />'; } elseif ($skaitlis <= 75) { echo '<img src="s.gif" alt="apraksts" />'; } elseif ($skaitlis <= 100) { echo '<img src="d.gif" alt="apraksts2" />'; } ?> tagad vnk lieto include. <? include("bn.php")?> Edited April 7, 2009 by Kayak- Link to comment Share on other sites More sharing options...
KickAll Posted April 7, 2009 Author Report Share Posted April 7, 2009 izveido jaunu php failu, nosauc piemēram bn.php ieej iekšā un iemet šo. <?php $skaitlis = rand(1,100); if ($skaitlis <=50) { echo '<img src="a.gif" alt="apraksts1" />'; } elseif ($skaitlis <= 75) { echo '<img src="s.gif" alt="apraksts" />'; } elseif ($skaitlis <= 100) { echo '<img src="d.gif" alt="apraksts2" />'; } ?> tagad vnk lieto include. <? include("bn.php")?> Tavs kods strādā..Es pameigināju localhost/bn.php viņš ideāli strādāja bet kā lai man viņu ievietot saitā un ielikt kur vajag?Ja caur paneli tur nesanāks..Pastāsti...(Vajag iemācīties polubE)) Link to comment Share on other sites More sharing options...
Kayak- Posted April 7, 2009 Report Share Posted April 7, 2009 zinu. strādā. bet, es nevarēšu vairāk palīdzēt, jo ar php fusion neņemos. Link to comment Share on other sites More sharing options...
KickAll Posted April 7, 2009 Author Report Share Posted April 7, 2009 Emm...nu skaidrs Bet paldies ka kautu vienīgais atsaucies 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