toms42 Posted August 28, 2009 Report Share Posted August 28, 2009 (edited) <script type="text/javascript" language="JavaScript"> function random_content(){ var mycontent=new Array() //specify random content below. mycontent[1]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>' mycontent[2]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>' mycontent[3]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>' mycontent[4]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>' var ry=Math.floor(Math.random()*mycontent.length) if (ry==0) ry=1 document.write(mycontent[ry]) } random_content() //--> </script> Gribēju jautāt vai ir iespējam piemēram ievietot šo kodu faila rotacija.php un kaut kā iegūt saisni uz šo failu tā kad jeb kurā citā web varētu ielikt šos ratāciju bet editēt varētu tikai es šos failu rotacija.php ,ja ir iespējam varētu varbūt palīdzēt kāds? varbūt ir kāds cits flash skripts vai kaut kas tāds ar ko varētu iegū šo lietu ,vēlos izveidot kaut ko līdziģu googles reklāmam :) Edited August 28, 2009 by toms42 Quote Link to comment Share on other sites More sharing options...
mefisto Posted August 28, 2009 Report Share Posted August 28, 2009 Language atribūtam nav jābūt iekš <script> taga ... JS kodam nav jābūt html failā. Funkcija document.write() ir viens liels NO-NO. Un na*uj tu glabā masīvā cvisu tag, nevis bilžu URL ?!? Un php interpretātors nevar interpretēt JS kodu. Quote Link to comment Share on other sites More sharing options...
Morphius Posted August 29, 2009 Report Share Posted August 29, 2009 Pamēģini apmeklēt šo saiti http://gscripts.net/free-php-scripts/Banner_Rotation.html Bezmaksas banneru rotācijas php skripti! Quote Link to comment Share on other sites More sharing options...
toms42 Posted September 3, 2009 Author Report Share Posted September 3, 2009 Nu vai kads iedos ko noderigi (vajag tādu kā random banner scriptu nav iespējam kaut ka swf faila to visu ioebazt? 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.