Bonjour tout le monde, est ce que quelqu'un pourrait me donner un "pitit" renseignement svp ?![]()
Bien voilà, j'ai un forum sous phpbb (je sais que ya des failles, grincez pas des dents)
Hors j'ai integré su l'index une frame...
Vla le code que j'ai integré sur ma page index_body.tpl :
http://forum.world-ever.net/index.php
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 <!-- iframe - media --> <div align="center"> <iframe frameborder="0" src="http://vavar10.online.fr/sound/video.htm" width="400" height="320" style=" margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe> </div> <!-- iframe - media -->
ET voici le code de ma page video.htm :
http://vavar10.free.fr/sound/video.htm
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50 <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> /*<![CDATA[*/ <!-- .Style2 {font-family: "Lucida Console"} .Style4 {font-size: 11px} .Style5 {color: #97aae6; font-family: "Comic Sans MS";} .Style6 {font-family: Verdana, Arial, Helvetica, sans-serif} .Style13 { font-size: 10px; color: #3F97F1; } --> /*]]>*/ </style> <script language="JavaScript1.2" type="text/javascript"> //<![CDATA[ function ejs_nodroit() { return(false); } document.oncontextmenu = ejs_nodroit; //]]> </script> <title></title> </head> <body style="background-color:transparent"> <div align="center"> <p class="Style4"> <span class="Style5"><strong>(Anime) Death Note : Double Clic sur l'image = Plein Ecran </strong></span></p> <object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="352" height="218" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab"> <param name="autoPlay" value="false" /> <param name="allowContextMenu" value="false" /> <param name="src" value="http://mangasddl.fr/bleach/Bleach%20119.avi" /> <embed type="video/divx" src="http://sd-2354.dedibox.fr/~worldofmangas/Animes/DeathNote/[GTO-WoM]DeathNote-01.avi" width="352" height="218" autoPlay="false" allowContextMenu="false" pluginspage="http://go.divx.com/plugin/download/"> </embed> </object> <p class="Style4"> <span class="Style5"><span class="Style2"><span class="Style6">Episode 01 VoStFr - Gto Fansub </span></span></span> </p> <p> <a href="http://www.gto-fansub.com/" target="_blank"><span class="Style5"><span class="Style2"><span class="Style6"><span class="Style13">+ d'infos</span></span></span></span></a></p> </div> </body> </html>
En clair j'ai une autre page sur le compte Free nommé vavar10.free.fr nommée sound.htm :
http://vavar10.free.fr/sound/music.htm
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> /*<![CDATA[*/ <!-- .Style2 {font-family: "Lucida Console"} .Style4 {font-size: 11px} .Style5 {color: #97aae6; font-family: "Comic Sans MS";} .Style6 {font-family: Verdana, Arial, Helvetica, sans-serif} .Style13 { font-size: 10px; color: #3F97F1; } --> /*]]>*/ </style> <script language="JavaScript1.2" type="text/javascript"> //<![CDATA[ function ejs_nodroit() { return(false); } document.oncontextmenu = ejs_nodroit; //]]> </script> <title></title> </head> <body style="background-color:transparent"> <div align="center"> <p class="Style4"> <span class="Style5"><strong>Opening D-GrayMan :</strong></span> </p><object type="application/x-shockwave-flash" data="http://vavar10.online.fr/sound/player_mp3.swf" width="200" height="20"> <param name="movie" value="http://vavar10.online.fr/sound/player_mp3.swf" /> <param name="FlashVars" value="mp3=http://vavar10.online.fr/sound/1.tss&skin=skin001.jpg&autoplay=0" /> </object> <p class="Style4"> <span class="Style5"><span class="Style2"><span class="Style6">Abingdon Boys School - Innocent Sorrow</span></span></span> </p> <p> <a href="http://www.zeus-team.com/?op=Projets&Projet=61" target="_blank"><span class="Style5"><span class="Style2"><span class="Style6"><span class="Style13">+ d'infos</span></span></span></span></a> </p> </div> </body> </html>
et je souhaiterais que la frame change à chaque chargement de page, voir même pouvoir en afficher plus de deux, mais sans que cela soit aleatoire (à l'aide de coockies par exemple?)
Existe t'il un code htm/Js/PHP pour afficher dans un ordre precis les frames en prenant en compte celles qui ont déjà été vue?
(je precise que je ne veux pas passer par une include ^^)
Merci pour toute aide pouvant m'être apportée![]()
Partager