Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Reikia pagalbos
Parašė tedis69· 2013 Vas. 24 13:02:46
#1
Kaip padaryti pvz:
kad sitas kodas
<iframe src='http://www.csservai.lt/m/mon6.php?ip=77.241.197.222:27015' scrolling='no' frameborder='0' width='200' height='112'></iframe>
Keistusi su kitu, kas kazkiek laiko... (toje pacioje vietoje,svetaineje)?
Parašė Gytisz· 2013 Vas. 24 19:02:56
#2
<?php
$random_text = array('<iframe src='1' scrolling='no' frameborder='0' width='200' height='112'></iframe>',
'<iframe src='2' scrolling='no' frameborder='0' width='200' height='112'></iframe>',
<iframe src='3' scrolling='no' frameborder='0' width='200' height='112'></iframe>');
srand(time());
$sizeof = count($random_text);
$random = (rand()%$sizeof);
print("$random_text[$random]");
?>
Parašė tedis69· 2013 Vas. 24 19:02:51
#3
O kurioje vietoje antra teksta galima irasyt? :?
Parašė 2Free· 2013 Vas. 24 22:02:48
#4
vietoj skaiciuku 1 2 3 iframe src='1' iframe src='2' iframe src='3' rašyk linka kokio reikia
Parašė tedis69· 2013 Vas. 24 22:02:02
#5
Parse error: syntax error, unexpected '>' in /home/csextra/domains/csextra.us.lt/public_html/themes/counterstrike/theme.php on line 3
Parašė Pakartoti slaptažodį· 2013 Vas. 25 00:02:38
#6
Na įvėlei žioplą klaidą. Parodyk kodą.
Parašė tedis69· 2013 Vas. 25 00:02:06
#7
<?php
$random_text = array('<center><iframe src='http://www.cs-servers.lt/monitor.php?server=77.241.197.222:27015&model=MH2&skin=MH2-white&s=small&socket=hl&media=html' width=360 height=150 frameborder=0 marginheight=0 marginwidth=0 scrolling='no' style=''></iframe></center>',
'<center><iframe src='http://www.cs-servers.lt/monitor.php?server=77.241.197.222:27016&model=MH2&skin=MH2-white&s=small&socket=hl&media=html' width=360 height=150 frameborder=0 marginheight=0 marginwidth=0 scrolling='no' style=''></iframe></center>',
<iframe src='3' scrolling='no' frameborder='0' width='200' height='112'></iframe>');
srand(time());
$sizeof = count($random_text);
$random = (rand()%$sizeof);
print("$random_text[$random]");
?>