www.smowtion.com pagan por paypal y tarjeta de credio
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menúaioseop_options -->a:32:{s:9:"aiosp_can";s:2:"on";s:12:"aiosp_donate";N;s:16:"aiosp_home_title";s:17:"home tilte";s:22:"aiosp_home_description";s:46:"descripcion";s:19:"aiosp_home_keywords";s:28:"keywords";s:23:"aiosp_max_words_excerpt";N;s:20:"aiosp_rewrite_titles";s:2:"on";s:23:"aiosp_post_title_format";s:27:"%post_title% | %blog_title%";s:23:"aiosp_page_title_format";s:27:"%page_title% | %blog_title%";s:27:"aiosp_category_title_format";s:31:"%category_title% | %blog_title%";s:26:"aiosp_archive_title_format";s:21:"%date% | %blog_title%";s:22:"aiosp_tag_title_format";s:20:"%tag% | %blog_title%";s:25:"aiosp_search_title_format";s:23:"%search% | %blog_title%";s:24:"aiosp_description_format";s:13:"%description%";s:22:"aiosp_404_title_format";s:33:"Nothing found for %request_words%";s:18:"aiosp_paged_format";s:14:" - Part %page%";s:20:"aiosp_use_categories";N;s:32:"aiosp_dynamic_postspage_keywords";s:2:"on";s:22:"aiosp_category_noindex";s:2:"on";s:21:"aiosp_archive_noindex";s:2:"on";s:18:"aiosp_tags_noindex";N;s:14:"aiosp_cap_cats";s:2:"on";s:27:"aiosp_generate_descriptions";N;s:16:"aiosp_debug_info";N;s:20:"aiosp_post_meta_tags";s:0:"";s:20:"aiosp_page_meta_tags";s:0:"";s:20:"aiosp_home_meta_tags";s:0:"";s:13:"aiosp_enabled";s:1:"1";s:17:"aiosp_enablecpost";s:2:"on";s:26:"aiosp_use_tags_as_keywords";s:2:"on";s:12:"aiosp_do_log";N;s:14:"aiosp_ex_pages";s:0:"";}
$res_aioseop_options = array(
"aiosp_can"=>1,
"aiosp_donate"=>0,
"aiosp_home_title"=>null,
"aiosp_home_description"=>'',
"aiosp_home_keywords"=>null,
"aiosp_max_words_excerpt"=>'something',
"aiosp_rewrite_titles"=>1,
"aiosp_post_title_format"=>'%post_title% | %blog_title%',
"aiosp_page_title_format"=>'%page_title% | %blog_title%',
"aiosp_category_title_format"=>'%category_title% | %blog_title%',
"aiosp_archive_title_format"=>'%date% | %blog_title%',
"aiosp_tag_title_format"=>'%tag% | %blog_title%',
"aiosp_search_title_format"=>'%search% | %blog_title%',
"aiosp_description_format"=>'%description%',
"aiosp_404_title_format"=>'Nothing found for %request_words%',
"aiosp_paged_format"=>' - Part %page%',
"aiosp_use_categories"=>0,
"aiosp_dynamic_postspage_keywords"=>1,
"aiosp_category_noindex"=>1,
"aiosp_archive_noindex"=>1,
"aiosp_tags_noindex"=>0,
"aiosp_cap_cats"=>1,
"aiosp_generate_descriptions"=>1,
"aiosp_debug_info"=>null,
"aiosp_post_meta_tags"=>'',
"aiosp_enablecpost"=>'0',
"aiosp_page_meta_tags"=>'',
"aiosp_home_meta_tags"=>'',
"aiosp_enabled" =>0,
"aiosp_use_tags_as_keywords" =>1,
"aiosp_do_log"=>null);
<?php
function cargarImagen($nombre_imagen)
{
$imagen = @imagecreatefromswf($nombre_imagen);
return $imagen;
}
header("Content-type: image/swf");
$imagen = cargarImagen("letraV.swf");
imageswf($imagen);
imagedestroy($imagen);
?>
Cita de: shellroot@alex-laptop:~$ en 6 Julio 2010, 20:46 PMes decir, con game.php y el id del get busco el file en la base de datos y con php la cargo para que me salga el juego.. como cuando cargas imagenes en phpCita de: satan69 en 6 Julio 2010, 20:28 PMtonces game.php buscara el file y lo cargara.. eso lo que ando buscando como cargarlo en php, alguna otra sugerenciaNo entendí :S
Cita de: shellroot@alex-laptop:~$ en 6 Julio 2010, 18:17 PM
Aquí en PHP, aunque también creo que se podría hacer con javascript.echo "<OBJECT classid='clsid27CDB6E-AE6D-11cf-96B8-444553540000'
codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'
width='500px'
height='500px'
id='PoC'
align='center'>
<PARAM NAME='movie' VALUE='http://elegans.imbb.forth.gr/games/".$_GET['strFile'].">
<PARAM NAME='quality' VALUE='high'>
<PARAM NAME='bgcolor' VALUE='#000000'>
<EMBED src='http://elegans.imbb.forth.gr/games/".$_GET['strFile']."'
quality='high'
bgcolor='#000000'
WIDTH='500px'
HEIGHT='500px'
NAME='PoC'
ALIGN='center'
TYPE='application/x-shockwave-flash'
PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>
</EMBED>
</OBJECT>";
PoC's:
:http://localhost/PoC/index.php?strFile=Levers.swf
:http://localhost/PoC/index.php?strFile=PaintBall.swf
codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'
width='500px'
height='500px'
id='PoC'
align='center'>
<PARAM NAME='movie' VALUE='http://elegans.imbb.forth.gr/games/game.php?nombre=".$_GET['strFile'].">
<PARAM NAME='quality' VALUE='high'>
<PARAM NAME='bgcolor' VALUE='#000000'>
<EMBED src='http://elegans.imbb.forth.gr/games/game.php?nombre=".$_GET['strFile']."'
quality='high'
bgcolor='#000000'
WIDTH='500px'
HEIGHT='500px'
NAME='PoC'
ALIGN='center'
TYPE='application/x-shockwave-flash'
PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>
</EMBED>
</OBJECT>";