Script banner care se schimba cu altu (rotatie)[rezolvat]

Discutii despre tot ce nu se incadreaza in celelalte categorii.

Moderators: Moderatori ajutatori, Moderatori

Post Reply
User avatar
CsN^ ;x
Membru eXtream
Membru eXtream
Posts: 3560
Joined: 02 Apr 2012, 16:58
Detinator Steam: Nu
CS Status: Retras din domeniul Counter-Strike
Reputatie: Fost moderator
Location: Bucuresti
Has thanked: 797 times
Been thanked: 607 times

05 Sep 2014, 09:59

Stie cineva un script sa pun mai multe bannere dupa gametracker si sa se schimbe intre ele.
As vrea sa pun banner dasta

Code: Select all

<iframe src="http://cache.www.gametracker.com/components/html0/?host=IP SERVER&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=1&currentPlayersHeight=100&showCurrPlayers=1&topPlayersHeight=100&showTopPlayers=1&showBlogs=0&width=240" frameborder="0" scrolling="no" width="240" height="536"></iframe>
Am cautat pe net si nu am gasit,am gasit doar pentru bannere simple + link dar nu pentru codu de mai sus..
Addons HNS level,gravity,xp DOWNLOAD ( e țeapă)
https://5filme.com/ - un simplu site de filme pentru timpul liber
RoyalServer
User avatar
cioLAN
Membru, skill +1
Membru, skill +1
Posts: 115
Joined: 24 Oct 2013, 20:30
Detinator Steam: Da
CS Status: I learn coding!
SteamID: spencersuger
Location: Piatra Neamt
Has thanked: 12 times
Been thanked: 3 times
Contact:

05 Sep 2014, 10:03

Salut,

Ăsta ar trebui să funcționeze:

Code: Select all

<?php
$banner1 = '<iframe src="http://cache.www.gametracker.com/components/html0/?host=IP SERVER&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=1&currentPlayersHeight=100&showCurrPlayers=1&topPlayersHeight=100&showTopPlayers=1&showBlogs=0&width=240" frameborder="0" scrolling="no" width="240" height="536"></iframe>';
$banner2 = 'alt banner';
$banner3 = 'alt banner';
$banner4 = 'alt banner';
$bannere = array($banner1, $banner2, $banner3, $banner4);
shuffle($bannere);
?>
Iar pentru a afișa scriptul de mai sus în browser folosește :

Code: Select all

  <?php print $bannere[0] ?>
Themes.uCoz.Net - Teme , scripturi si elementre de grafica pentru siteurile create cu ajutorul platformei uCoz

Y!M : ciorhanflorin
Skype : ciorhanflorin

Image
User avatar
CsN^ ;x
Membru eXtream
Membru eXtream
Posts: 3560
Joined: 02 Apr 2012, 16:58
Detinator Steam: Nu
CS Status: Retras din domeniul Counter-Strike
Reputatie: Fost moderator
Location: Bucuresti
Has thanked: 797 times
Been thanked: 607 times

05 Sep 2014, 10:21

Pe asta l-am gasit si eu pe net dar nu inteleg faza aia cu
" <?php print $bannere[0] ?>" unde o pun pun in locul la $banner1?Daca da am facut asta si nu a mers...
Addons HNS level,gravity,xp DOWNLOAD ( e țeapă)
https://5filme.com/ - un simplu site de filme pentru timpul liber
User avatar
cioLAN
Membru, skill +1
Membru, skill +1
Posts: 115
Joined: 24 Oct 2013, 20:30
Detinator Steam: Da
CS Status: I learn coding!
SteamID: spencersuger
Location: Piatra Neamt
Has thanked: 12 times
Been thanked: 3 times
Contact:

05 Sep 2014, 10:31

Code: Select all

<?php print $bannere[0] ?>
- ăsta îl pui unde vrei să fie afișate bannerele.

Iar scriptul acela mai mare deasupra scriptului de mai sus.

P.S. : Pentru ca scriptul să funcționeze, trebuie ca pagina unde vrei să fie afișate bannerele să accepte PHP. Dacă nu acceptă PHP, fă-ți un cont pe un host gratuit care acceptă (000freewebhost spre exemplu) și creeaza un fișier (bannere.php de exemplu) și pune codurile acestea , apoi îl integrezi prin <iframe> folosind HTML.

Sper că am fost destul de explicit și că m-am exprimat bine. Baftă.
Themes.uCoz.Net - Teme , scripturi si elementre de grafica pentru siteurile create cu ajutorul platformei uCoz

Y!M : ciorhanflorin
Skype : ciorhanflorin

Image
User avatar
CsN^ ;x
Membru eXtream
Membru eXtream
Posts: 3560
Joined: 02 Apr 2012, 16:58
Detinator Steam: Nu
CS Status: Retras din domeniul Counter-Strike
Reputatie: Fost moderator
Location: Bucuresti
Has thanked: 797 times
Been thanked: 607 times

05 Sep 2014, 11:21

Daca tu ai incercat acest cod si ti-a mers,felicitari,mie nu imi merge.
Addons HNS level,gravity,xp DOWNLOAD ( e țeapă)
https://5filme.com/ - un simplu site de filme pentru timpul liber
User avatar
cioLAN
Membru, skill +1
Membru, skill +1
Posts: 115
Joined: 24 Oct 2013, 20:30
Detinator Steam: Da
CS Status: I learn coding!
SteamID: spencersuger
Location: Piatra Neamt
Has thanked: 12 times
Been thanked: 3 times
Contact:

05 Sep 2014, 11:27

Tu unde vrei ca bannerele să fie afișate?
Themes.uCoz.Net - Teme , scripturi si elementre de grafica pentru siteurile create cu ajutorul platformei uCoz

Y!M : ciorhanflorin
Skype : ciorhanflorin

Image
User avatar
CsN^ ;x
Membru eXtream
Membru eXtream
Posts: 3560
Joined: 02 Apr 2012, 16:58
Detinator Steam: Nu
CS Status: Retras din domeniul Counter-Strike
Reputatie: Fost moderator
Location: Bucuresti
Has thanked: 797 times
Been thanked: 607 times

05 Sep 2014, 11:29

Intr-un siderbar.
Addons HNS level,gravity,xp DOWNLOAD ( e țeapă)
https://5filme.com/ - un simplu site de filme pentru timpul liber
User avatar
sound
Membrul anului 2018
Membrul anului 2018
Posts: 5807
Joined: 23 Jan 2013, 22:52
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com...!
Detinator server CS: Nu
SteamID: sou_nd
Reputatie: Fost membru Club eXtreamCS (4 luni)
Nume anterioare: s o u n d -, snd
Fost Moderator
Fost Super Moderator
Moderatorul anului 2017
Membrul anului 2018
Fond eXtream: 0
Location: Romania
Has thanked: 91 times
Been thanked: 80 times
Contact:

05 Sep 2014, 11:33

jquery
User avatar
cioLAN
Membru, skill +1
Membru, skill +1
Posts: 115
Joined: 24 Oct 2013, 20:30
Detinator Steam: Da
CS Status: I learn coding!
SteamID: spencersuger
Location: Piatra Neamt
Has thanked: 12 times
Been thanked: 3 times
Contact:

05 Sep 2014, 11:35

Fii mai explicit te rog. Sau dă-mi un PM, sau eventual adaugă-mă pe Yahoo să nu facem prea multe posturi fără nici un rost. Ai adresa în semnătură.
Scriptul funcționează : http://i.imgur.com/wmyDd0l.png
Themes.uCoz.Net - Teme , scripturi si elementre de grafica pentru siteurile create cu ajutorul platformei uCoz

Y!M : ciorhanflorin
Skype : ciorhanflorin

Image
User avatar
sound
Membrul anului 2018
Membrul anului 2018
Posts: 5807
Joined: 23 Jan 2013, 22:52
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com...!
Detinator server CS: Nu
SteamID: sou_nd
Reputatie: Fost membru Club eXtreamCS (4 luni)
Nume anterioare: s o u n d -, snd
Fost Moderator
Fost Super Moderator
Moderatorul anului 2017
Membrul anului 2018
Fond eXtream: 0
Location: Romania
Has thanked: 91 times
Been thanked: 80 times
Contact:

05 Sep 2014, 11:45

Code: Select all

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
          <script>
$('html').addClass('js');
$(function() {
var timer = setInterval( showDiv, 5000);
var counter = 0;
function showDiv() {
if (counter ==0) { counter++; return; }
$('div','#container')
      .stop()
      .hide()
      .filter( function() { return this.id.match('div' + counter); })   
      .show('fast');
counter == 3? counter = 0 : counter++; 
}
});
          </script>
<style type="text/css" media="screen">
                   .display { width:auto; height:auto; border: 2px solid #000; }
                   .js .display { display:none; }
          </style>
<div id='container'>
                    <div id='div1' class='display'>1</div>
                    <div id='div2' class='display'>2</div>
                    <div id='div3' class='display'>3</div>

</div>
User avatar
CsN^ ;x
Membru eXtream
Membru eXtream
Posts: 3560
Joined: 02 Apr 2012, 16:58
Detinator Steam: Nu
CS Status: Retras din domeniul Counter-Strike
Reputatie: Fost moderator
Location: Bucuresti
Has thanked: 797 times
Been thanked: 607 times

05 Sep 2014, 12:23

Mersi sound,mersi cioLAN >:D< multumesc la am2 :x
Rezolvat.
Addons HNS level,gravity,xp DOWNLOAD ( e țeapă)
https://5filme.com/ - un simplu site de filme pentru timpul liber
Post Reply

Return to “Discutii generale”

  • Information