Menú

Mostrar Mensajes

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ú

Temas - Weeken

#1
¿Software de Inteligencia Artificial Open source?

Buscando por internet encontre este software:

Virtual Assistant Denise 1.0

http://www.youtube.com/watch?v=7W52TL9Akv4

www.guile3d.com

Asistente (Siri alternativa)

http://www.youtube.com/watch?v=nulMVeyqupQ


https://play.google.com/store/apps/details?id=com.speaktoit.assistant&hl=es



pensaba que todavia no se habian hecho, o por lo menos para todo el publico, esta muy bueno pero conocen alguno   open source existe   ???

aveces pienso que derrepente se le podria enseñar todo el conocimiento existente del humano  :D  :huh: :huh:
#2
¿Duda Torrent Tracker Script Open source?

alguien conoce alguno estilo para crear como thepiratebay.  :huh:

o algunos como esto

http://torrent-finder.info/

http://alternativeto.net/

http://www.similarsitesearch.com/

este programas esta bueno tambien que junta paginas torrents y evita la publicidad  :xD

http://sourceforge.net/projects/torrent-search/

#3
no se por que ami no me funciona ,  no entiendo el por que ,  :huh:  :P  no agarra la licencia original en mi viejo y clasico windows xP 32  bits   ;D pero si veo que le hace al 7 y 8  wtf :o  

[youtube=640,360]http://www.youtube.com/watch?v=JDteRaOpJec[/youtube]

aver si me dice una explicacion teorica del por que no agarra nada mas pido.

algo que se asemeja en el futuro fuertemente en Linux es Open Broadcaster Software  estoy que lo espero.
#4
Hola amigos de spirate, como vi un tema del Script "small spirate" theme pijenti en esta sección pero esta a la venta, pero el script que tengo no esta a la venta, si no ando buscando programadores para que me ayuden a fixear 3 errores que tiene.

Error1: Cambiar el avatar del perfil


Error2: Al crear tema en comunidades "al crear un tema, siempre se crear con la id=0 y eso da error.

Entrando al tema con id=0


Cuando vuelves a crear otro tema


Pero debo de entrar a la bd y cambiar la ids a cualquier numero para que el tema funcione


Error3: es el buscador


de ahi todo esta fixeado y funciana bien todo.

algunas caps:















demo : http://www.pintasti.com/

necesitamos a programadores con mucha capacidad para poder fixear esos errores que solo falta para que el script ande al 100%

fuente: http://www.spirate.net/foro/off-topic/script-pijenti-al-99-fixeado/
#5
¿Libros de lenguajes de programacion   en pdf donde ?

para imprimirlo en papel y leerlo con paciencia  :D ya que la pantalla afecta un poco ala vista    :-\ en general conocen sitios que esten en español y ingles   :huh:


este me gusto


http://www.etnassoft.com/biblioteca/
#6
¿Que lenguajes de desarrollo web  y frameworks estan de moda en el 2013?

con mas tendencia en la tecnologia y potencial en el futuro

Pro y contras  :huh:

yo no se mucho del tema y aun no me decido cual estudiar  :)
#7
bueno tengo una duda existe algun sitio en internet donde se pueda conseguir el mismo contenido y orientacion del conocimiento en forma Autodidacta similar   que enseñan los profesores en centros académicos de las universidades del mundo en Ciencias de la Computación .

http://www.shanghairanking.com/SubjectCS2012.html

lo que enseñan esta en internet o es algo dificl de conseguir :huh:

me refiero al proceso que uno lleva en una universidad  , pero lo que busco es que sea virtual y gratis todo el proceso por que pagar  :silbar: .



#9
¿Que es?

Click and Load ? en español significa Haga clic y Carga







Mediante "Click and Load", JDownloader "decodificará" el archivo para colocarlos en la lista de descarga automáticamente, sin necesidad de copiar los links uno por uno


¿ Como funciona Click'n'Load 2 Jdowloader?

 Click'N'Load - JDownloader.org que ha de servir de seguro , queria mostrales como es , de que se trata , como funciona , como es el procedimiento  ? ya que en internet no hay mucha informacion documentacion yo te explico el funcionamiento interno que puedes implementar en tu pagina web como wordpress /Vbulletin/ Smf/ mybb . :P

primero se instalan Mipony ò JDownloader cual les guste mejor.


Mipony - Gestor de descargas


JDownloader.org - Official Homepage

de ahi los va reconocer automatico los enlaces con este truco

primero vamos a ver la parte de como funciona los cifrados

AES
CitarAdvanced Encryption Standard - Wikipedia, la enciclopedia libre


jk: AES clave como javascript funktion. la función f siempre tiene que devolver la llave correcta.
cifrada: El Crypted URL del texto. Vea la sección PHP para detalles de cifrado.



Este es lo importante que hace todo el trabajo de convertidor cifrarlo encriptador links en AES , quiero aclarar que los enlaces del ejemplo estan caidos rotos son imaginarios

esto es por asi decirlo el convertidor

Ejemplo

esto es la funcion de comose realisa Internamente en php  :)

Codigo php muy importante para que funcione.

<?php

function base16Encode($arg){
   $ret="";
   for($i=0;$i<strlen($arg);$i++){
       $tmp=ord(substr($arg,$i,1));    
       $ret.=dechex($tmp);    
}
   return $ret;
}

$key="1234567890987654";
$transmitKey=base16Encode($key);
$link="http://www.mediafire.com/?xxxx1/jDownloader.dmgrnhttp://www.mediafire.com/?xxxx2/jDownloader2.dmg";
$cp = mcrypt_module_open(MCRYPT_RIJNDAEL_128, '', 'cbc', '');
@mcrypt_generic_init($cp, $key,$key);
$enc = mcrypt_generic($cp, $link);    
mcrypt_generic_deinit($cp);    
mcrypt_module_close($cp);
$crypted=base64_encode($enc);
     
echo $crypted;


?>

el truco es copiar  y pegar en  en esta pagina php online muy buena por cierto.

aqui

Test run php code online, right here - WriteCodeOnline.com/PHP

luego clic en el boton Run Code

y magicamente   ! esta cifrado en AES esto ya no lo detecta ningun navegador o gestor de descarga no lo reconoce ni el FBI  ^^   :D ..

rx5GFbIvZGJVEYNHIg9bOfRWl8FAb09sLqQggXd1Pda6FhgcBGEKu+w7eM0oz8Thl60UFxtqgoMmFA8zqINxyCAPAHGvMCsaZaXs8G8aPOP6HRktniE8Ur3y3NMZp0L1nJJz9bokFRq3gHp6VTQv4Q==



luego aqui el html

<html>
<FORM ACTION="http://127.0.0.1:9666/flash/addcrypted2" target="hidden" METHOD="POST">
  <INPUT TYPE="hidden" NAME="passwords" VALUE="myPassword">  
  <INPUT TYPE="hidden" NAME="source" VALUE="http://jdownloader.org/spielwiese">  
  <INPUT TYPE="hidden" NAME="jk" VALUE="function f(){ return '31323334353637383930393837363534';}">
  <INPUT TYPE="hidden" NAME="crypted" VALUE="rx5GFbIvZGJVEYNHIg9bOfRWl8FAb09sLqQggXd1Pda6FhgcBGEKu+w7eM0oz8Thl60UFxtqgoMmFA8zqINxyCAPAHGvMCsaZaXs8G8aPOP6HRktniE8Ur3y3NMZp0L1nJJz9bokFRq3gHp6VTQv4Q==">
  <INPUT TYPE="SUBMIT" NAME="submit" VALUE="Add Link to JDownloader">
</FORM>


note se que puse lo cifrado en AES supuestamente estan los 2 enlaces , lo prove aqui

Probar código HTML. Herramientas webmaster :: LaWebera.es

y me lanza en MiPony listo para descargar los 2 enlaces de descarga pero ojo en el codigo fuente no se ve los enlaces de descarga, solo se puede visualisar letras osea esta "camuflado "    



rx5GFbIvZGJVEYNHIg9bOfRWl8FAb09sLqQggXd1Pda6FhgcBGEKu+w7eM0oz8Thl60UFxtqgoMmFA8zqINxyCAPAHGvMCsaZaXs8G8aPOP6HRktniE8Ur3y3NMZp0L1nJJz9bokFRq3gHp6VTQv4Q==






 

y de yapa la funcion convertidor en base 64

ejemplo :

Man = TWFu

<html>  
<head>  
   <script type="text/javascript">  
       function b64(){  
           var key = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 /='.split('');
           var e = document.getElementById('str');  
           var a = document.getElementById('res');  
           var str = e.value; var r = new Array(); var s = new Array();  
           for(i=0,x='';i<str.length;i  ){  
               if(str.charCodeAt(i).toString(2).length!=8) x = '0';  
               r.push(x str.charCodeAt(i).toString(2));  
           }  
           r = r.join('');  
           for(c=0,k=0;c<(Math.ceil(r.length/6));c  ){  
               k = parseInt(r.substr(c*6,6),2);  
               //alert(k);  
               if(isNaN(k)){  
                   s.push(key[64]);  
               } else {  
                   s.push(key[k]);  
               }  
           }  
           a.innerHTML = s.join('');  
       }  
   </script>  
</head>  
<body>  
<p>Man = TWFu</p>  
<p>  
   <input type="text" id="str" value="Man" />  
   <input type="button" onclick="b64()" value="convertir a b64" />  
</p>  
<p id="res"></p>  
</body>  
</html>



base64
CitarBase64 - Wikipedia, la enciclopedia libre

fuente:

JDownloader.org - Official Homepage

[Solved] I need help for encrypting with click n load 2 - JD Community

Espero Ayude.

Saludos.
#10
¿Creen  que se pueda clonar Tinychat ,Justin.tv , facebook ,taringa en uno solo script?

#11
PHP / clon de cuevana
16 Mayo 2013, 08:58 AM
bueno navegando por la red encontre esta duda y bueno l


por lo que puede leer esta infectado codigo malicioso que falta limpiar y tiene problemas de registro :-\

la demo es igual: http://www.lightmovies.com.ar/



bueno me parecio interesante no lo puedo negar el script de cuevana    :xD

derrepente pueden fixearlo  ;-)

fuente : http://www.marcofbb.com.ar/foro/scripts-prefabricados/(ayuda)script-cuevana!/
#12
¿Click'n'Load 2 JDownloader cifrar es  AES php ejemplos ?  :huh: :huh:


Quiero saber cómo puedo integrar Click'n'load 2 en mi wordpress usando un bbcode o algo así [CNL] TEX[/ CNL], de esa manera puedo proteger enlaces.

todo lo básico se explica aquí no comprendo.

fuente:

http://jdownloader.org/knowledge/wiki/glossary/cnl2

http://board.jdownloader.org/showthread.php?t=40020
#13
¿base 64  php se puede cifra enlaces de descarga?

si ya se que estais artos del popup spoiler





existe   alguna otra forma de proteger aparte  popup spoiler  :huh:

solo encontre esta informacion

Código (php) [Seleccionar]
<?php
$str 
'Me van a Emcriptar D:';
echo 
base64_encode($str);
?>


http://php.net/manual/es/function.base64-encode.php

http://writecodeonline.com/php/

Click'n'Load 2

<FORM ACTION="http://127.0.0.1:9666/flash/add" target="hidden" METHOD="POST"> <INPUT TYPE="hidden" NAME="passwords" VALUE="myPassword"> <INPUT TYPE="hidden" NAME="source" VALUE="http://jdownloader.org/spielwiese"> <INPUT TYPE="hidden" NAME="urls" VALUE="{AQUI PONER EL LINK DE DESCARGA}"> <INPUT TYPE="SUBMIT" NAME="submit" VALUE="Clic aqui para Agregar Links a Jdownloader"> </FORM>

www.jdownloader.org/knowledge/


tambien tengo un  problema

No puedo sacar de Mantenimiento el script  en el localhost con XAMPP  :S  pero quisas  :$   alguien quiera verla  y rescatar sus mods :)



Settings.php

Código (php) [Seleccionar]
<?php

$verify_menciones
=0;//Aqui lo cambie a 0 estaba en 1 y no puedo sacarlo de mateniemiento plop XD
$maintenance 0// Aqui tambien me dijeron que cambiara a =  ''; pero no resulto
$mtitle 'Actualización del Sitio';
$mmessage 'Identi estará nuevamente operativo dentro de unas horas.';
$mbname 'Identi';
$language 'spanish';
$limit_posts '20';
$boardurl 'http://localhost';
$url 'http://localhost/';
$chatid '43220954'// ID de tu chat de xat.com
$widget 'Novedades en Identi'// Lo que saldrá en el título del widget
$slogan 'Tus descargas en mediafire'// lo que saldrá en el título de tu web, no pongas el nombre
$no_avatar '/images/def/avatar.png';
$webmaster_email 'seruji0@hotmail.com';
$cookiename 'SMFCookie11';
$db_server 'localhost';
$db_name '';
$db_user 'root';
$db_passwd '';
$db_prefix 'smf_';
$db_persist 0;
$db_error_send 1;
$boarddir 'C:\\xampp\htdocs';
$sourcedir 'C:\\xampp\htdocs/Sources';
$db_last_error 1335835390;
if (!
file_exists($sourcedir) && file_exists($boarddir '/Sources'))
   
$sourcedir $boarddir '/Sources';
$db_character_set 'UTF-8';
$test=true;
?>


index.php

Código (php) [Seleccionar]
<?php
if(!isset($_COOKIE['desa12'])){

    if(isset(
$_POST['pass']) && $_POST['pass']=='bender'){
                
setcookie('desa12',1,time()+86400);
                
header('Location: /');}
echo
'<form method="post">Pass: <input type="text" name="pass">
<input type="submit" value="Entrar"></form>'
;
exit;


$forum_version 'Identi v.2';
define('SMF'1);
@
set_magic_quotes_runtime(0);
error_reporting(E_ALL);
$time_start microtime();
// Make sure some things simply do not exist.
foreach (array('db_character_set') as $variable)
    if (isset(
$GLOBALS[$variable]))
        unset(
$GLOBALS[$variable]);

// Load the settings...
require_once(dirname(__FILE__) . '/Settings.php');
require_once(
$sourcedir '/QueryString.php');
require_once(
$sourcedir '/Subs.php');
require_once(
$sourcedir '/Errors.php');
require_once(
$sourcedir '/Load.php');
require_once(
$sourcedir '/Security.php');
if (@
version_compare(PHP_VERSION'4.2.3') != 1)
    require_once(
$sourcedir '/Subs-Compat.php');
if (!empty(
$maintenance) && $maintenance == 2)
    
db_fatal_error();
if (empty(
$db_persist))
    
$db_connection = @mysql_connect($db_server$db_user$db_passwd);
else
    
$db_connection = @mysql_pconnect($db_server$db_user$db_passwd);

if (!
$db_connection || !@mysql_select_db($db_name$db_connection))
    
db_fatal_error();
reloadSettings();


// Unserialize the array of pretty board URLs
$context = array('pretty' => array(
    
'action_array' => unserialize($modSettings['pretty_action_array']),
    
'board_urls' => unserialize($modSettings['pretty_board_urls']),
    
'db_count' => 0,
));
// Clean the request variables, add slashes, etc.
cleanRequest();

// Seed the random generator?
if (empty($modSettings['rand_seed']) || mt_rand(1250) == 69)
    
smf_seed_generator();

// Determine if this is using WAP, WAP2, or imode.  Technically, we should check that wap comes before application/xhtml or text/html, but this doesn't work in practice as much as it should.
if (isset($_SERVER['HTTP_ACCEPT']) && strpos($_SERVER['HTTP_ACCEPT'], 'application/vnd.wap.xhtml+xml') !== false)
    
$_REQUEST['wap2'] = 1;
elseif (isset(
$_SERVER['HTTP_ACCEPT']) && strpos($_SERVER['HTTP_ACCEPT'], 'text/vnd.wap.wml') !== false)
{
    if (
strpos($_SERVER['HTTP_USER_AGENT'], 'DoCoMo/') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'portalmmm/') !== false)
        
$_REQUEST['imode'] = 1;
    else
        
$_REQUEST['wap'] = 1;
}
if (!
defined('WIRELESS'))
    
define('WIRELESS', isset($_REQUEST['wap']) || isset($_REQUEST['wap2']) || isset($_REQUEST['imode']));
if (
WIRELESS)
{
    
define('WIRELESS_PROTOCOL', isset($_REQUEST['wap']) ? 'wap' : (isset($_REQUEST['wap2']) ? 'wap2' : (isset($_REQUEST['imode']) ? 'imode' '')));
    
$modSettings['enableCompressedOutput'] = '0';
    
$modSettings['defaultMaxMessages'] = 5;
    
$modSettings['defaultMaxTopics'] = 9;

    if (
WIRELESS_PROTOCOL == 'wap')
        
header('Content-Type: text/vnd.wap.wml');
}
if (!empty(
$modSettings['enableCompressedOutput']) && !headers_sent() && ob_get_length() == 0)
{
    if (@
ini_get('zlib.output_compression') == '1' || @ini_get('output_handler') == 'ob_gzhandler' || @version_compare(PHP_VERSION'4.2.0') == -1)
        
$modSettings['enableCompressedOutput'] = '0';
    else
        
ob_start('ob_gzhandler'); 
}
if (empty(
$modSettings['enableCompressedOutput']))
    
ob_start();

set_error_handler('error_handler');
loadSession();
call_user_func(smf_main());
obExit(nullnulltrue);
function 
smf_main()
{

    global 
$modSettings$settings$user_info$board$topic$maintenance$sourcedir;
    if (isset(
$_GET['action']) && $_GET['action'] == 'keepalive')
        die;
    
loadUserSettings();
    
loadBoard();
    
loadTheme();
    
is_not_banned();
    
loadPermissions();
    
// Referrals Mod - Check For Referrals
    
if (isset($_GET['referredby']) || isset($_COOKIE['smf_referrals']))
        
loadReferral();
    if (empty(
$_REQUEST['action']) || !in_array($_REQUEST['action'], array('dlattach''jsoption''.xml')))
    {
        
writeLog();
        if (!empty(
$modSettings['hitStats']))
            
trackStats(array('hits' => '+'));
    }
    
// twitter mod -->
        
if (include_once($sourcedir '/twitter.php'))
            
twitter_cron();
        
// <-- twitter mod
    
if (!empty($maintenance) && !allowedTo('admin_forum'))
    {
        if (isset(
$_REQUEST['action']) && ($_REQUEST['action'] == 'login2' || $_REQUEST['action'] == 'logout'))
        {
            require_once(
$sourcedir '/LogInOut.php');
            return 
$_REQUEST['action'] == 'login2' 'Login2' 'Logout';
        }
        else
        {
            require_once(
$sourcedir '/Subs-Auth.php');
            return 
'InMaintenance';
        }
    }
    elseif (empty(
$modSettings['allow_guestAccess']) && $user_info['is_guest'] && (!isset($_REQUEST['action']) || !in_array($_REQUEST['action'], array('coppa''login''login2''register''register2''reminder''activate''smstats''help''verificationcode'))))
    {
        require_once(
$sourcedir '/Subs-Auth.php');
        return 
'KickGuest';
    }
    elseif (empty(
$_REQUEST['action']))
    {
        if (empty(
$board) && empty($topic))
        {
            require_once(
$sourcedir '/Recent.php');
            return 
'RecentPosts';
        }
        elseif (empty(
$topic))
        {
            require_once(
$sourcedir '/MessageIndex.php');
            return 
'MessageIndex';
        }
        else
        {
            require_once(
$sourcedir '/Display.php');
            return 
'Display';
        }
    }
    
$actionArray = array(
        
        
'url' => array('url.php''url_main'),
    
        
'activate' => array('Register.php''Activate'),
        
'admin' => array('Admin.php''Admin'),
    
        
'ban' => array('ManageBans.php''Ban'),
        
'boardrecount' => array('Admin.php''AdminBoardRecount'),
        
'favoritos' => array('Favoritos.php''Favoritos'),
        
'cleanperms' => array('Admin.php''CleanupPermissions'),
        
'convertentities' => array('Admin.php''ConvertEntities'),
        
'convertutf8' => array('Admin.php''ConvertUtf8'),
        
'coppa' => array('Register.php''CoppaForm'),
        
'contactenos' => array('Contactenos.php''ShowHelp'),
        
'deletemsg' => array('RemoveTopic.php''DeleteMessage'),
        
'detailedversion' => array('Admin.php''VersionDetail'),
        
'display' => array('Display.php''Display'),
        
'dumpdb' => array('DumpDatabase.php''DumpDatabase2'),
        
        
'featuresettings' => array('ModSettings.php''ModifyFeatureSettings'),
        
'featuresettings2' => array('ModSettings.php''ModifyFeatureSettings2'),
        
'findmember' => array('Subs-Auth.php''JSMembers'),

        
'terminos-y-condiciones' => array('terminos-y-condiciones.php''ShowHelp'),

        
'protocolo' => array('Protocolo.php''ShowHelp'),
        
'comunidades' => array('comunidades2.php''comunidades_main'),
        
'im' => array('PersonalMessage.php''MessageMain'),

        
'lock' => array('LockTopic.php''LockTopic'),
        
'login' => array('LogInOut.php''Login'),
        
'login2' => array('LogInOut.php''Login2'),
        
'logout' => array('LogInOut.php''Logout'),
        
'maintain' => array('Admin.php''Maintenance'),
        
'manageattachments' => array('ManageAttachments.php''ManageAttachments'),
        
'manageboards' => array('ManageBoards.php''ManageBoards'),
        
'managecalendar' => array('ManageCalendar.php''ManageCalendar'),
        
'managesearch' => array('ManageSearch.php''ManageSearch'),
        
'markasread' => array('Subs-Boards.php''MarkRead'),
        
'membergroups' => array('ManageMembergroups.php''ModifyMembergroups'),
        
'mergetopics' => array('SplitTopics.php''MergeTopics'),
        
'mlist' => array('Memberlist.php''Memberlist'),
        
'modifycat' => array('ManageBoards.php''ModifyCat'),
        
'modifykarma' => array('Karma.php''ModifyKarma'),
        
'hist-mod' => array('Modlog.php''ViewModlog'),
        
'movetopic' => array('MoveTopic.php''MoveTopic'),
        
'movetopic2' => array('MoveTopic.php''MoveTopic2'),
        
'movetopic3' => array('MoveTopic.php''MoveTopic3'),

        
'optimizetables' => array('Admin.php''OptimizeTables'),
        
'packageget' => array('PackageGet.php''PackageGet'),
        
'packages' => array('Packages.php''Packages'),
        
'permissions' => array('ManagePermissions.php''ModifyPermissions'),
        
'pgdownload' => array('PackageGet.php''PackageGet'),
        
'pm' => array('PersonalMessage.php''MessageMain'),
        
'post' => array('Post.php''Post'),
        
'agregar' => array('Agregar.php''Agregar'),
        
'agregar2' => array('Agregar.php''Agregar2'),
        
'post2' => array('Post.php''Post2'),
        
'postsettings' => array('ManagePosts.php''ManagePostSettings'),
    
        
/* 'profile' => array('Profile.php', 'ModifyProfile'),
        'profile2' => array('Profile.php', 'ModifyProfile2'), */
        
'quotefast' => array('Post.php''QuoteFast'),
        
'quickmod' => array('Subs-Boards.php''QuickModeration'),
        
'quickmod2' => array('Subs-Boards.php''QuickModeration2'),
        
'index' => array('Recent.php''RecentPosts'),
        
'regcenter' => array('ManageRegistration.php''RegCenter'),
        
'registrarse' => array('Register.php''Register'),
        
'register2' => array('Register.php''Register2'),
        
'reminder' => array('Reminder.php''RemindMe'),
        
'removetopic2' => array('RemoveTopic.php''RemoveTopic2'),
        
'removeoldtopics2' => array('RemoveTopic.php''RemoveOldTopics2'),
        
'repairboards' => array('RepairBoards.php''RepairBoards'),
        
'requestmembers' => array('Subs-Auth.php''RequestMembers'),
        
'search' => array('Search.php''PlushSearch1'),
        
'search2' => array('Search.php''PlushSearch2'),
        
'serversettings' => array('ManageServer.php''ModifySettings'),
        
'serversettings2' => array('ManageServer.php''ModifySettings2'),
        
'saveme' => array('Protocolo.php''ShowHelps'),
        
        
'smileys' => array('ManageSmileys.php''ManageSmileys'),
        
'splittopics' => array('SplitTopics.php''SplitTopics'),
        
'TOPs' => array('Stats.php''DisplayStats'),
        
'sticky' => array('LockTopic.php''Sticky'),        
        
'rz' => array('Acciones.php''Acciones'),
        
'theme' => array('Themes.php''ThemesMain'),
        
'trackip' => array('Profile.php''trackIP'),
        
'viewErrorLog' => array('ManageErrors.php''ViewErrorLog'),
        
'viewmembers' => array('ManageMembers.php''ViewMembers'),
        
'viewprofile' => array('Profile.php''ModifyProfile'),

        
'twittersettings'    =>    array('TwitterSettings.php''ModifyTwitterSettings'),
        
'Vigilapuntos' => array('Vigilapuntos.php''Vigilapuntos'),
        
'catalogo-programas' => array('cat-software.php''inicio'),
        
'editados' => array('editados.php''editados'),
        
'catalogform_pelic' => array('catalogform_pelic.php''catalogform_pelic'),
        
'catalogo_pelic' => array('catalogo_pelic.php''catalogo_pelic'),
        
'catalogform_music' => array('catalogform_music.php''catalogform_music'),
        
'catalogo_musica' => array('catalogo_musica.php''catalogo_musica'),
        
'catalogform_juegos' => array('catalogform_juegos.php''catalogform_juegos'),
        
'catalogo_juegos' => array('catalogo_juegos.php''catalogo_juegos'),
        
'form_series' => array('form_series.php''form_series'),
        
'catalogo_series' => array('catalogo_series.php''catalogo_series'),
        
'publiform' => array('publiform.php''publiform_main'),
        
'anunciantes' => array('anunciantes.php''anunciantes_main'),
        
'borradores' => array('drafts.php''drafts'),
        
'buscador' => array('buscador.php''buscador'),
        
'streaming' => array('streaming.php''streaming'),
            
/* 'tags' => array('Tags.php', 'TagsMain'), */
        //'extras' => array('Extras.php', 'Extras'),
            /* 'buddies' => array('Buddies.php', 'BuddiesMain'), */
            //'staff' => array('SeccionStaff.php', 'StaffMain'),    
                /* 'jsoption' => array('Themes.php', 'SetJavaScript'),
        'jspedidos' => array('pedidos.php','Setpedidos'),
        'jsmodify' => array('Post.php', 'JavaScriptModify'), */
                //'widget' => array('widget.php', 'ShowHelp'),
        /* 'denunciar' => array('Denunciar.php', 'ShowHelp'), */
    /*     'enlazanos' => array('Enlazanos.php', 'ShowHelp'), */
        /* 'gsearch' => array('gsearch.php', 'ShowHelp'), */
                /* 'jsoption' => array('Themes.php', 'SetJavaScript'),
        'jsmodify' => array('Post.php', 'JavaScriptModify'), */
                /* 'news' => array('ManageNews.php', 'ManageNews'), */
        //'monitor' => array('Monitor.php', 'Monitor'),
            /* 'printpage' => array('Printpage.php', 'PrintTopic'), */
        /* 'sitemap' => array('Sitemap.php', 'ShowSiteMap'), */
        //'verificationcode' => array('Register.php', 'VerificationCode'),
        //'who' => array('Who.php', 'Who'),
        //'.xml' => array('News.php', 'ShowXmlFeed'),
        //'enviar-puntos' => array('shop/Shop.php', 'Shop'),
        //'shop_general' => array('shop/ShopAdmin.php', 'ShopGeneral'),
        //'shop_inventory' => array('shop/ShopAdmin.php', 'ShopInventory'),
        //'shop_items_add' => array('shop/ShopAdmin.php', 'ShopItemsAdd'),
        //'shop_items_edit' => array('shop/ShopAdmin.php', 'ShopItemsEdit'),
        //'shop_restock' => array('shop/ShopAdmin.php', 'ShopRestock'),
        //'shop_usergroup' => array('shop/ShopAdmin.php', 'ShopUserGroup'),    
        //'shop_cat' => array('shop/ShopAdmin.php', 'ShopCategories'),
        //'denuncias' => array('Denuncias.php', 'DenunciasMain'),
        //'spam' => array('spam.php', 'spam'),
        //'games' => array('games.php', 'GamesMain'),
        //'rank' => array('Ranking.php', 'RankMain'),
        //'pedidos' => array('pedidos.php','pedidos_main'),
        //'imagenes' => array('Gallery.php', 'GalleryMain'),
        //'dlattach' => array('Display.php', 'Download'),
        //'recomendar' => array('Recomendar.php', 'ShowHelp'),
        //'enviar-a-amigo' => array('SendTopic.php', 'SendTopic'),
        //'cine' => array('Cine.php', 'cine'),
        //'trofeos' => array('Trofeos.php', 'TMain'),
        //'actrank' => array('Actrank.php', 'RankMain'),
        //'help' => array('Help.php', 'ShowHelp'),    
        //'helpadmin' => array('Help.php', 'ShowAdminHelp'),
        //'notify' => array('Notify.php', 'Notify'),
        //'notifyboard' => array('Notify.php', 'BoardNotify'),
    
);

    
$i 1;
    while (isset(
$modSettings['CA' $i '_name']))
    {
        
$actionArray[$modSettings['CA' $i '_name']] = array('CustomAction.php''CustomAction');
        
$i++;
    }
    
    
// Get the function and file to include - if it's not there, do the board index.
    
if (!isset($_REQUEST['action']) || !isset($actionArray[$_REQUEST['action']]))
    {
        if (!empty(
$settings['catch_action']))
        {
            require_once(
$sourcedir '/Themes.php');
            return 
'WrapAction';
        }
        require_once(
$sourcedir '/Recent.php');
        return 
'RecentPosts';
    }

    require_once(
$sourcedir '/' $actionArray[$_REQUEST['action']][0]);
    return 
$actionArray[$_REQUEST['action']][1];

    
}

?>


deberia funcionar asi

demo:
Código (php) [Seleccionar]
http://identi.foro-web.net/

User: demo
pass: demomarco

[youtube=640,360]http://www.youtube.com/watch?v=wNhV9lhSkqQ[/youtube]

http://www.dailymotion.com/video/xxvcmy_script_webcam





panel de moderacion  :P



descarga :

http://www.mediafire.com/?v309gxlz79cdlxw

contraseña : bender

el spoiler de identi  pero como adpatarlo con base 64  :huh:



<script>function ventanaSecundaria(){t=11;timer=window.setInterval("contador()",1000);hija=window.open("http://www.tupagina.com/popup.php","ventana1","width=640,height=425,scrollbars=0"}function contador(){if(hija!=null){if(hija.closed){alert("Clicke un anuncio y espere con la pagina abierta";clearInterval(timer);t=10;document.getElementById("contador".value="Mostrar Enlaces De Descarga";return}if(hija.frames.length!=3){t=t-1;if(t<=0){clearInterval(timer);document.getElementById("hide".style.display="";t="spoiler"}document.getElementById("contador".value=t;return false}}}</script><div style=margin:20px;margin-top:5px><div class="smallfont" style=margin-bottom:2px><b></b></i> <p class="Boton BtnGreen"><input type="button" id="contador" value="Mostrar Enlaces De Descarga" style=width:300px;height=35px;font-weight:bold;font-size:16px;margin:0px;padding:0px; onClick=ventanaSecundaria()><div class="alt2" style=margin:0px;padding:6px;border:1pxinset;> <div id="hide" style=display:none;> </p> <div class="info_bbc"> ACA PONES EL LINK </div></div></div></div>


<div align='center'><script>function ventanaSecundaria(){t=11;timer=window.setInterval('contador()',1000);hija=window.open('http://www.simplemachines.org/popup.php','ventana','width=640,height=425,scrollbars=0')}function contador(){if(hija!=null){if(hija.closed){alert('Clicke un anuncio y espere 10 segundos');clearInterval(timer);t=10;document.getElementById('contador').value='Mostrar Video';return}if(hija.frames.length!=3){t=t-1;if(t<=0){clearInterval(timer);document.getElementById('hide').style.display='';t='Video'}document.getElementById('contador').value=t;return false}}}</script> <div style='margin:20px; margin-top:5px'> <div class='smallfont' style='margin-bottom:2px'></i> <p class='Boton BtnGreen'> <input type='button' id='contador' value='Mostrar Video!' style='width:297;height=35;font-weight:bold;font-size:16px;margin:0px;padding:0px' onClick=ventanaSecundaria()></div> <div class='alt2' style='margin: 0px; padding: 6px; border: 1px inset;'> <div id='hide' style='display: none;'> <div class='info_bbc'> "ACA PONES EL INFRAME DE VIDEO" </div></div> </div></div></div>

<src="/images/links1.png" border="0" /><br> <br> <script>function ventanaSecundaria(){t=11;timer=window.setInterval("contador()",1000);hija=window.open("/popup.php","ventana1","width=640,height=425,scrollbars=0"}function contador(){if(hija!=null){if(hija.closed){alert("Clicke un anuncio y espere con la pagina abierta";clearInterval(timer);t=10;document.getElementById("contador".value="Mostrar Enlaces De Descarga";return}if(hija.frames.length!=3){t=t-1;if(t<=0){clearInterval(timer);document.getElementById("hide".style.display="";t="spoiler"}document.getElementById("contador".value=t;return false}}}</script> <div style=margin:20px;margin-top:5px> <div class="smallfont" style=margin-bottom:2px> <p class="Boton BtnGreen"> <input type="button" id="contador" value="Mostrar Enlaces De Descarga" style=width:300px;height=35px;font-weight:bold;font-size:16px;margin:0px;padding:0px; onClick="ventanaSecundaria()"></div> <div class="alt2" style=margin:0px;padding:6px;border:1pxinset;> <div id="hide" style=display:none;> </p> <div class="info_bbc"> ACA PONES EL LINK </div></div></div></div>
#14
Solo tenganlo en la mira es un software Uploader usado a nivel mundial NO PIDO NINGUN CRACK  yo solo informo para que lo estudien su proteccion .

themaposter  v1.3o

http://uploading.com/files/e73a7mba/themaPoster%2Bv.1.30%2B.rar/

Info

themaposter v2.0

http://poster.freddy.lt/

Te pediran la licencia anterior, la envias y vuelves a poner tu email, segun de 1 dia 5 dias tarda en llegarte la nueva licencia.




Esto me gusto, ya te saca los id jejeje de los foros


1.- señores no se fien del Templates Finder que trae,recuerden que a veces hay subforos y esos no los detecta,porque hize un testeo de varios y marcaba el principal nada mas.

2.- Tambien recuerda que los foros, cuando eres visitante solo te muestra algunas secciones y no todas,como cuando estas registrado,por lo que el finder hace un chequeo como visitante nada mas, por lo tanto habra foros que no te detecte mas secciones.

3.- Hay foros que le sirve esa opcion.

4.- Es un poco mas rapido que la version anterior la verdad.

5.- lo de las banderitas se m ehace una mamada, no estare poniendole a cada foro su banderita, no los quiero para concurso jaja.

Amigo las captchas si las detecta, cuando creas el post y sabes que te pide captcha, vete a Modo de Estado donde salen cuando estas posteando y hasta como muestra la imagen, ahi debes meter la captcha, ya no te sale enfrente o te sale como pup-pop ya no, les dejo la imagen.



Bueno,para los que no saben como convertir los templates lea dire.

1.- Descargate el convertidor, viene el link junto con la llave,al rato lo pongo aqui.
2.- Lo descomprimes y ejecutas.
3.- ya ejecutado,saldra una ventana,no la cierres,dirijete a la carpeta de user,de tu anterior thema.
4.- Selecionaras todos los archivos,menos el que dice id,copias y pegas en la carpeta de user del convertidor,ahi abra unos,reemplazalos.
6.- Ahora si,dale ok a todo hasta que te abra la carpeta del convertidor,los archivos que te muestra cuando se abre esa carpeta,copia todos.
7.-Los archivos  copiados,los pegaras en la carpeta de user,de tu nuevo thema.
todo esto debe estar cerrado.

Nueva Actualizacion 2.3


#15
pero lo estuve probando y no puedo lo puedo sacar de matenimiento es spirate modificado.



en el localhost con XAMPP

http://sourceforge.net/projects/xampp/

Settings.php

Código (php) [Seleccionar]

<?php

$verify_menciones
=0;//Aqui lo cambie a 0 estaba en 1 y no puedo sacarlo de mateniemiento
$maintenance 0;
$mtitle 'Actualización del Sitio';
$mmessage 'Identi estará nuevamente operativo dentro de unas horas.';
$mbname 'Identi';
$language 'spanish';
$limit_posts '20';
$boardurl 'http://localhost';
$url 'http://localhost/';
$chatid '43220954'// ID de tu chat de xat.com
$widget 'Novedades en Identi'// Lo que saldrá en el título del widget
$slogan 'Tus descargas en mediafire'// lo que saldrá en el título de tu web, no pongas el nombre
$no_avatar '/images/def/avatar.png';
$webmaster_email 'seruji0@hotmail.com';
$cookiename 'SMFCookie11';
$db_server 'localhost';
$db_name '';
$db_user 'root';
$db_passwd '';
$db_prefix 'smf_';
$db_persist 0;
$db_error_send 1;
$boarddir 'C:\\xampp\htdocs';
$sourcedir 'C:\\xampp\htdocs/Sources';
$db_last_error 1335835390;
if (!
file_exists($sourcedir) && file_exists($boarddir '/Sources'))
   
$sourcedir $boarddir '/Sources';
$db_character_set 'UTF-8';
$test=true;
?>



index.php

Código (php) [Seleccionar]


<?php
if(!isset($_COOKIE['desa12'])){

if(isset($_POST['pass']) && $_POST['pass']=='bender'){
setcookie('desa12',1,time()+86400);
header('Location: /');}
echo
'<form method="post">Pass: <input type="text" name="pass">
<input type="submit" value="Entrar"></form>'
;
exit;


$forum_version 'Identi v.2';
define('SMF'1);
@
set_magic_quotes_runtime(0);
error_reporting(E_ALL);
$time_start microtime();
// Make sure some things simply do not exist.
foreach (array('db_character_set') as $variable)
if (isset($GLOBALS[$variable]))
unset($GLOBALS[$variable]);

// Load the settings...
require_once(dirname(__FILE__) . '/Settings.php');
require_once(
$sourcedir '/QueryString.php');
require_once(
$sourcedir '/Subs.php');
require_once(
$sourcedir '/Errors.php');
require_once(
$sourcedir '/Load.php');
require_once(
$sourcedir '/Security.php');
if (@
version_compare(PHP_VERSION'4.2.3') != 1)
require_once($sourcedir '/Subs-Compat.php');
if (!empty(
$maintenance) && $maintenance == 2)
db_fatal_error();
if (empty(
$db_persist))
$db_connection = @mysql_connect($db_server$db_user$db_passwd);
else
$db_connection = @mysql_pconnect($db_server$db_user$db_passwd);

if (!
$db_connection || !@mysql_select_db($db_name$db_connection))
db_fatal_error();
reloadSettings();


// Unserialize the array of pretty board URLs
$context = array('pretty' => array(
'action_array' => unserialize($modSettings['pretty_action_array']),
'board_urls' => unserialize($modSettings['pretty_board_urls']),
'db_count' => 0,
));
// Clean the request variables, add slashes, etc.
cleanRequest();

// Seed the random generator?
if (empty($modSettings['rand_seed']) || mt_rand(1250) == 69)
smf_seed_generator();

// Determine if this is using WAP, WAP2, or imode.  Technically, we should check that wap comes before application/xhtml or text/html, but this doesn't work in practice as much as it should.
if (isset($_SERVER['HTTP_ACCEPT']) && strpos($_SERVER['HTTP_ACCEPT'], 'application/vnd.wap.xhtml+xml') !== false)
$_REQUEST['wap2'] = 1;
elseif (isset(
$_SERVER['HTTP_ACCEPT']) && strpos($_SERVER['HTTP_ACCEPT'], 'text/vnd.wap.wml') !== false)
{
if (strpos($_SERVER['HTTP_USER_AGENT'], 'DoCoMo/') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'portalmmm/') !== false)
$_REQUEST['imode'] = 1;
else
$_REQUEST['wap'] = 1;
}
if (!
defined('WIRELESS'))
define('WIRELESS', isset($_REQUEST['wap']) || isset($_REQUEST['wap2']) || isset($_REQUEST['imode']));
if (
WIRELESS)
{
define('WIRELESS_PROTOCOL', isset($_REQUEST['wap']) ? 'wap' : (isset($_REQUEST['wap2']) ? 'wap2' : (isset($_REQUEST['imode']) ? 'imode' '')));
$modSettings['enableCompressedOutput'] = '0';
$modSettings['defaultMaxMessages'] = 5;
$modSettings['defaultMaxTopics'] = 9;

if (WIRELESS_PROTOCOL == 'wap')
header('Content-Type: text/vnd.wap.wml');
}
if (!empty(
$modSettings['enableCompressedOutput']) && !headers_sent() && ob_get_length() == 0)
{
if (@ini_get('zlib.output_compression') == '1' || @ini_get('output_handler') == 'ob_gzhandler' || @version_compare(PHP_VERSION'4.2.0') == -1)
$modSettings['enableCompressedOutput'] = '0';
else
ob_start('ob_gzhandler'); 
}
if (empty(
$modSettings['enableCompressedOutput']))
ob_start();

set_error_handler('error_handler');
loadSession();
call_user_func(smf_main());
obExit(nullnulltrue);
function 
smf_main()
{

global $modSettings$settings$user_info$board$topic$maintenance$sourcedir;
if (isset($_GET['action']) && $_GET['action'] == 'keepalive')
die;
loadUserSettings();
loadBoard();
loadTheme();
is_not_banned();
loadPermissions();
// Referrals Mod - Check For Referrals
if (isset($_GET['referredby']) || isset($_COOKIE['smf_referrals']))
loadReferral();
if (empty($_REQUEST['action']) || !in_array($_REQUEST['action'], array('dlattach''jsoption''.xml')))
{
writeLog();
if (!empty($modSettings['hitStats']))
trackStats(array('hits' => '+'));
}
// twitter mod -->
if (include_once($sourcedir '/twitter.php'))
twitter_cron();
// <-- twitter mod
if (!empty($maintenance) && !allowedTo('admin_forum'))
{
if (isset($_REQUEST['action']) && ($_REQUEST['action'] == 'login2' || $_REQUEST['action'] == 'logout'))
{
require_once($sourcedir '/LogInOut.php');
return $_REQUEST['action'] == 'login2' 'Login2' 'Logout';
}
else
{
require_once($sourcedir '/Subs-Auth.php');
return 'InMaintenance';
}
}
elseif (empty($modSettings['allow_guestAccess']) && $user_info['is_guest'] && (!isset($_REQUEST['action']) || !in_array($_REQUEST['action'], array('coppa''login''login2''register''register2''reminder''activate''smstats''help''verificationcode'))))
{
require_once($sourcedir '/Subs-Auth.php');
return 'KickGuest';
}
elseif (empty($_REQUEST['action']))
{
if (empty($board) && empty($topic))
{
require_once($sourcedir '/Recent.php');
return 'RecentPosts';
}
elseif (empty($topic))
{
require_once($sourcedir '/MessageIndex.php');
return 'MessageIndex';
}
else
{
require_once($sourcedir '/Display.php');
return 'Display';
}
}
$actionArray = array(

'url' => array('url.php''url_main'),

'activate' => array('Register.php''Activate'),
'admin' => array('Admin.php''Admin'),

'ban' => array('ManageBans.php''Ban'),
'boardrecount' => array('Admin.php''AdminBoardRecount'),
        
'favoritos' => array('Favoritos.php''Favoritos'),
'cleanperms' => array('Admin.php''CleanupPermissions'),
'convertentities' => array('Admin.php''ConvertEntities'),
'convertutf8' => array('Admin.php''ConvertUtf8'),
'coppa' => array('Register.php''CoppaForm'),
'contactenos' => array('Contactenos.php''ShowHelp'),
'deletemsg' => array('RemoveTopic.php''DeleteMessage'),
'detailedversion' => array('Admin.php''VersionDetail'),
'display' => array('Display.php''Display'),
'dumpdb' => array('DumpDatabase.php''DumpDatabase2'),

'featuresettings' => array('ModSettings.php''ModifyFeatureSettings'),
'featuresettings2' => array('ModSettings.php''ModifyFeatureSettings2'),
'findmember' => array('Subs-Auth.php''JSMembers'),

'terminos-y-condiciones' => array('terminos-y-condiciones.php''ShowHelp'),

'protocolo' => array('Protocolo.php''ShowHelp'),
'comunidades' => array('comunidades2.php''comunidades_main'),
'im' => array('PersonalMessage.php''MessageMain'),

'lock' => array('LockTopic.php''LockTopic'),
'login' => array('LogInOut.php''Login'),
'login2' => array('LogInOut.php''Login2'),
'logout' => array('LogInOut.php''Logout'),
'maintain' => array('Admin.php''Maintenance'),
'manageattachments' => array('ManageAttachments.php''ManageAttachments'),
'manageboards' => array('ManageBoards.php''ManageBoards'),
'managecalendar' => array('ManageCalendar.php''ManageCalendar'),
'managesearch' => array('ManageSearch.php''ManageSearch'),
'markasread' => array('Subs-Boards.php''MarkRead'),
'membergroups' => array('ManageMembergroups.php''ModifyMembergroups'),
'mergetopics' => array('SplitTopics.php''MergeTopics'),
'mlist' => array('Memberlist.php''Memberlist'),
'modifycat' => array('ManageBoards.php''ModifyCat'),
'modifykarma' => array('Karma.php''ModifyKarma'),
'hist-mod' => array('Modlog.php''ViewModlog'),
'movetopic' => array('MoveTopic.php''MoveTopic'),
'movetopic2' => array('MoveTopic.php''MoveTopic2'),
'movetopic3' => array('MoveTopic.php''MoveTopic3'),

'optimizetables' => array('Admin.php''OptimizeTables'),
'packageget' => array('PackageGet.php''PackageGet'),
'packages' => array('Packages.php''Packages'),
'permissions' => array('ManagePermissions.php''ModifyPermissions'),
'pgdownload' => array('PackageGet.php''PackageGet'),
'pm' => array('PersonalMessage.php''MessageMain'),
'post' => array('Post.php''Post'),
'agregar' => array('Agregar.php''Agregar'),
'agregar2' => array('Agregar.php''Agregar2'),
'post2' => array('Post.php''Post2'),
'postsettings' => array('ManagePosts.php''ManagePostSettings'),

/* 'profile' => array('Profile.php', 'ModifyProfile'),
'profile2' => array('Profile.php', 'ModifyProfile2'), */
'quotefast' => array('Post.php''QuoteFast'),
'quickmod' => array('Subs-Boards.php''QuickModeration'),
'quickmod2' => array('Subs-Boards.php''QuickModeration2'),
'index' => array('Recent.php''RecentPosts'),
'regcenter' => array('ManageRegistration.php''RegCenter'),
'registrarse' => array('Register.php''Register'),
'register2' => array('Register.php''Register2'),
'reminder' => array('Reminder.php''RemindMe'),
'removetopic2' => array('RemoveTopic.php''RemoveTopic2'),
'removeoldtopics2' => array('RemoveTopic.php''RemoveOldTopics2'),
'repairboards' => array('RepairBoards.php''RepairBoards'),
'requestmembers' => array('Subs-Auth.php''RequestMembers'),
'search' => array('Search.php''PlushSearch1'),
'search2' => array('Search.php''PlushSearch2'),
'serversettings' => array('ManageServer.php''ModifySettings'),
'serversettings2' => array('ManageServer.php''ModifySettings2'),
        
'saveme' => array('Protocolo.php''ShowHelps'),

'smileys' => array('ManageSmileys.php''ManageSmileys'),
'splittopics' => array('SplitTopics.php''SplitTopics'),
'TOPs' => array('Stats.php''DisplayStats'),
'sticky' => array('LockTopic.php''Sticky'),
'rz' => array('Acciones.php''Acciones'),
'theme' => array('Themes.php''ThemesMain'),
'trackip' => array('Profile.php''trackIP'),
'viewErrorLog' => array('ManageErrors.php''ViewErrorLog'),
'viewmembers' => array('ManageMembers.php''ViewMembers'),
'viewprofile' => array('Profile.php''ModifyProfile'),

'twittersettings' => array('TwitterSettings.php''ModifyTwitterSettings'),
'Vigilapuntos' => array('Vigilapuntos.php''Vigilapuntos'),
'catalogo-programas' => array('cat-software.php''inicio'),
'editados' => array('editados.php''editados'),
'catalogform_pelic' => array('catalogform_pelic.php''catalogform_pelic'),
'catalogo_pelic' => array('catalogo_pelic.php''catalogo_pelic'),
'catalogform_music' => array('catalogform_music.php''catalogform_music'),
'catalogo_musica' => array('catalogo_musica.php''catalogo_musica'),
'catalogform_juegos' => array('catalogform_juegos.php''catalogform_juegos'),
'catalogo_juegos' => array('catalogo_juegos.php''catalogo_juegos'),
'form_series' => array('form_series.php''form_series'),
'catalogo_series' => array('catalogo_series.php''catalogo_series'),
'publiform' => array('publiform.php''publiform_main'),
'anunciantes' => array('anunciantes.php''anunciantes_main'),
'borradores' => array('drafts.php''drafts'),
'buscador' => array('buscador.php''buscador'),
'streaming' => array('streaming.php''streaming'),
/* 'tags' => array('Tags.php', 'TagsMain'), */
//'extras' => array('Extras.php', 'Extras'),
/* 'buddies' => array('Buddies.php', 'BuddiesMain'), */
//'staff' => array('SeccionStaff.php', 'StaffMain'),
/* 'jsoption' => array('Themes.php', 'SetJavaScript'),
        'jspedidos' => array('pedidos.php','Setpedidos'),
'jsmodify' => array('Post.php', 'JavaScriptModify'), */
//'widget' => array('widget.php', 'ShowHelp'),
/* 'denunciar' => array('Denunciar.php', 'ShowHelp'), */
/*  'enlazanos' => array('Enlazanos.php', 'ShowHelp'), */
/* 'gsearch' => array('gsearch.php', 'ShowHelp'), */
/* 'jsoption' => array('Themes.php', 'SetJavaScript'),
'jsmodify' => array('Post.php', 'JavaScriptModify'), */
/* 'news' => array('ManageNews.php', 'ManageNews'), */
//'monitor' => array('Monitor.php', 'Monitor'),
/* 'printpage' => array('Printpage.php', 'PrintTopic'), */
/* 'sitemap' => array('Sitemap.php', 'ShowSiteMap'), */
//'verificationcode' => array('Register.php', 'VerificationCode'),
//'who' => array('Who.php', 'Who'),
//'.xml' => array('News.php', 'ShowXmlFeed'),
//'enviar-puntos' => array('shop/Shop.php', 'Shop'),
//'shop_general' => array('shop/ShopAdmin.php', 'ShopGeneral'),
//'shop_inventory' => array('shop/ShopAdmin.php', 'ShopInventory'),
//'shop_items_add' => array('shop/ShopAdmin.php', 'ShopItemsAdd'),
//'shop_items_edit' => array('shop/ShopAdmin.php', 'ShopItemsEdit'),
//'shop_restock' => array('shop/ShopAdmin.php', 'ShopRestock'),
//'shop_usergroup' => array('shop/ShopAdmin.php', 'ShopUserGroup'),
//'shop_cat' => array('shop/ShopAdmin.php', 'ShopCategories'),
//'denuncias' => array('Denuncias.php', 'DenunciasMain'),
//'spam' => array('spam.php', 'spam'),
//'games' => array('games.php', 'GamesMain'),
//'rank' => array('Ranking.php', 'RankMain'),
//'pedidos' => array('pedidos.php','pedidos_main'),
//'imagenes' => array('Gallery.php', 'GalleryMain'),
//'dlattach' => array('Display.php', 'Download'),
//'recomendar' => array('Recomendar.php', 'ShowHelp'),
//'enviar-a-amigo' => array('SendTopic.php', 'SendTopic'),
//'cine' => array('Cine.php', 'cine'),
    //'trofeos' => array('Trofeos.php', 'TMain'),
//'actrank' => array('Actrank.php', 'RankMain'),
//'help' => array('Help.php', 'ShowHelp'),
//'helpadmin' => array('Help.php', 'ShowAdminHelp'),
//'notify' => array('Notify.php', 'Notify'),
//'notifyboard' => array('Notify.php', 'BoardNotify'),
);

$i 1;
while (isset($modSettings['CA' $i '_name']))
{
$actionArray[$modSettings['CA' $i '_name']] = array('CustomAction.php''CustomAction');
$i++;
}

// Get the function and file to include - if it's not there, do the board index.
if (!isset($_REQUEST['action']) || !isset($actionArray[$_REQUEST['action']]))
{
if (!empty($settings['catch_action']))
{
require_once($sourcedir '/Themes.php');
return 'WrapAction';
}
require_once($sourcedir '/Recent.php');
return 'RecentPosts';
}

require_once($sourcedir '/' $actionArray[$_REQUEST['action']][0]);
return $actionArray[$_REQUEST['action']][1];


}

?>









descarga :


http://www.mediafire.com/?v309gxlz79cdlxw


contraseña : bender



deberia funcionar asi

demo: http://identi.foro-web.net/


User: demo
pass: demomarco


http://www.dailymotion.com/video/xxvcmy_script_webcam




analisis


http://virusscan.jotti.org/es/scanresult/2181af8041541c3311f28910380eeb7d74ae4461




fuente:


http://www.spirate.net/foro/off-topic/vendo-theme-de-pijenti-original-bd/


http://www.spirate.net/foro/noticias-y-actualizaciones/spirate-v2-3-final/




Saludos.
#16
bueno para ser sincero solo me gusta el generador de post de identi algo que no tiene taringa , bueno se podria usar para varias plataforma como Wordpress , smf , phbb , mybb  :D

















aqui el avance

http://www.mediafire.com/?gdgi5g2tjao8fm6


pueden probar el otro generador  de post,

www.identi.li

fuente:

http://www.forosdelweb.com/f54/identi-base-datos-1045851/
#17
Hola gente  aqui la plantilla de series yonkis  :P

el creador
Atte: JoseTensei



Demo : http://seriesyonkis-clonesblogger.blogspot.com/

Descarga : http://www.clonesblogger.com/2013/04/descargar-plantilla-peliculasyonkis-para-blogger.html
#18
 que tan dificil es hacer una web como Tinychat   :huh:

tinychat.com/ 

yo solo probe el Camchatscript Clon de chatroulette   :xD

http://www.identi.li/index.php?topic=161968
#19
Hacking / algun hacker sabe si esto funciona ?
13 Abril 2013, 06:29 AM
algun hacker sabe si esto funciona ? o perdio mi tiempo provando solo quiero saber si funciona para seguir intentando  :huh:

http://www.mediafire.com/?v309gxlz79cdlxw

contraseña : bender

deberia ser como esta web

demo: http://identi.foro-web.net/

User: demo
pass: demomarco
#20
[Concurso]Hacer funcionar el script doy el theme Orange y Fundamental  de smf !


el primero que lo soluciones y postee un tutorial en elhacker.net de como instalarlo correctamente  para todos Hago publico para el foro  elhacker.net el theme Orange y Fundamental  para plataforma  smf  gratuito para que les

guste!    ;D


del theme orange



Demo : http://www.utorrentmediafire.xtrweb.com/


cap del theme fundamental



el scrip en cuestion para resolver es hacerlo correr  como sea o almenos que lo intente y de sus avances de algo  :D

es este

http://foro.elhacker.net/bugs_y_exploits/identi_bd_la_regalo_no_me_funciona_para_el_que_la_quiera-t387345.0.html;msg1842911#new


tambien vale si encuentras esta funcion del scrip de identi de publcidad  lo que esta en el script y lo posteas en el foro publicamente

http://foro-vip.com/1.php

todo va ser publico nada de mensajes privados.  :laugh:  ;-)

Saludos.
#22
Consulta ves alguna  vulnerabilidad en este script mi favorito.


http://www.dailymotion.com/dm_51302d016f8c1#video=xxvcmy



www.identi.li/

http://identi.foro-web.net/

fuente del script es modificado de spirate pero me agrada aunque no lo tengo asi.  :P

http://www.marcofbb.com.ar/foro/scripts-prefabricados/(script)-identi/
#23
Foro Libre / Clon de identi.
1 Abril 2013, 18:06 PM
Clon de identi.

http://identi.foro-web.net/


fuente

http://www.marcofbb.com.ar/foro/scripts-prefabricados/(script)-identi/

yo le dije que lo ponga por Ebay o mercadolibre se podria vender script por ahi para comprarlo ? 
#24
Asi como lo lees, mira peliculas online solo con tus enlaces de MEGA y un reproductor que soporte streaming en este caso VLC. (si ya lo tienes no es necesario, solo asegúrate que este actualizado)

Descarga VLC

http://www.videolan.org/vlc/

Ademas deben descargar la ultima version de MegaDownloader


version 0.7

http://megadownloaderapp.blogspot.com.es/2013/01/enlaces-de-descarga-castellano.html

version 0.6

http://www.putlocker.com/file/3D72EB7023E7EDA5

Una vez instalado ambos programas



1° Abrimos MegaDownloader y nos situamos en la pestaña "Opciones" y el ultimo de la lista "Configuracion"



2° Una vez hacemos clic nos abrira otra ventana donde nos aseguramos que este marcado la opcion "Usar servidor de streaming", el puerto por defecto y la ruta hacia donde este instalado VLC. (Normalmente esto aparecera automaticamente).



3° Despues le damos en Guardar y vamos a la pestaña "Streaming" opcion "ver online"



4° Nos aparecerá una ventana como esta



5° En la parte de "Enlace de MEGA" colocaremos el link de tu pelicula o serie de preferencia, automaticamente se genera un enlace en "Enlace de Streaming", hasta esto todo bien ... solo denle clic en el boton "Lanzar VLC" y se inicia el streaming.




Nota: si el video esta en ingles y tienen los subtitulos aparte,en el video que estan reproduciendo buscan la pestaña "Video/pista de subtitulos" se abre un buscador buscan los subtitulos y los cargan.


Pruebas






Fuente:

http://megadownloaderapp.blogspot.com.es/2013/02/watch-videos-online-streaming-tutorial.html

http://www.taringa.net/posts/hazlo-tu-mismo/16509604/Ver-peliculas-online-desde-MEGA.html

http://www.identi.li/index.php?topic=180846

http://www.marcofbb.com.ar/foro/stream/stream-mega!/msg52952/#msg52952


la cuestion es como hacerlo para la web  en que lenguaje de programacion :D  y mega  usa ip dinamicas ??  :-\  ::)
#25
¿ que nombres de archivos puede estar el spoiler  de identi alguien me dice ?

no pretendo arreglar el script solo quiero saber si esta este spoiler de publicidad es interesante deberia ser publico   :xD .

http://foro-vip.com/1.php

actualmente me lo quieren vender a 5 $ pero ami me gusta buscar primero  :P


lo hey revisado pero no lo encuentroalguna pista es un misterio.

http://foro.elhacker.net/php/iquestscrip_de_identi_alguien_quiere_ver_los_codigos_me_pide_una_clave_que_no_se-t386338.0.html
#26
¿Scrip de IDENTI  alguien  quiere examinarlo me pide una clave ?


primero se que esta en PHP por que vi que es smf

queria ver alguna funciones como el generador de post , jdowloader  y spoiler de publicidad ya lo tengo pero me pide una contraseña que no se cual es.




la web es esta es de la primera version pero si tienes los funciones en este script :P

www.identi.li tiene sus funciones no se si les gustara  :P



algo asi es

http://www.dailymotion.com/dm_51302d016f8c1#from=embed

Link

http://www.mediafire.com/?tycje2e6lzeht47

mirror

http://www32.zippyshare.com/v/78668300/file.html

bueno ya descubri a  contraseña era  bender

fuente lo saque por el url de zippyshare : http://www.spirate.net/foro/off-topic/script-de-indet/

y me salio este error



:huh: :huh:
#27
 ¿porque los 10 segundos pasan de frente sin hacer click en la popup de spoiler?


<style>
#hcr {
position:fixed;
top:60px;
z-index:+1000;
}
* html #hcr {position:relative;}
.hcrtab {
height:100px;
width:30px;
float:left;
cursor:pointer;
background:url('http://2.bp.blogspot.com/-n6MFSSLcJ4w/T01qsipf6YI/AAAAAAAAGwM/dkqmUuQV4ZQ/s1600/ChatBox5.png') no-repeat;
}
.hcrcontent {
float:left;
border:2px solid #FF2E2E;
background:#FFD0D0;
padding:10px;
}
.hc-credit {font-size:9px}
.hc-credit a {text-decoration:none}
</style>
<script type="text/javascript">
function showHidehcr(){
var hcr = document.getElementById("hcr");
var w = hcr.offsetWidth;
hcr.opened ? movehcr(0, 30-w) : movehcr(20-w, 0);
hcr.opened = !hcr.opened;
}
function movehcr(x0, xf){
var hcr = document.getElementById("hcr");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
hcr.style.right = x.toString() + "px";
if(x0!=xf){setTimeout("movehcr("+x+", "+xf+")", 10);}
}
</script>
<div id="hcr">
<div class="hcrtab" onclick="showHidehcr()"> </div>
<div class="hcrcontent">

<!-- CHAT BOX CODE HERE -->
<script>function ventanaSecundaria(){t=11;timer=window.setInterval("contador()",1000);hija=window.open("http://www.tupagina.com/popup.php","ventana1","width=640,height=425,scrollbars=0")}function contador(){if(hija!=null){if(hija.closed){alert("Clicke un anuncio y espere con la pagina abierta");clearInterval(timer);t=10;document.getElementById("contador").value="Mostrar Enlaces De Descarga";return}if(hija.frames.length!=3){t=t-1;if(t<=0){clearInterval(timer);document.getElementById("hide").style.display="";t="spoiler"}document.getElementById("contador").value=t;return false}}}</script><div style="margin:20px; margin-top:5px"><div class="smallfont" style="margin-bottom:2px"><b></b></i> <p class="Boton BtnGreen"><input type="button" id="contador" value="Mostrar Enlaces De Descarga" style="width:300px;height=35px;font-weight:bold;font-size:16px;margin:0px;padding:0px;" onClick=ventanaSecundaria()><div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
     <div id="hide" style="display: none;">
        Contenido Oculto</p>
<!-- END CHAT BOX CODE --->


<br />
<div class="hc-credit">
<span style="float:left">
<a href="http://bloggeameblogger.blogspot.com/2012/02/caja-de-chat-en-forma-flotante-para-tu.html" target="_blank">
[?]
</a>
</span>
<span style="float:right">
<a href="javascript:showHidehcr()">
[Cerrar]
</a>
</span>
</div>
</div>
</div>
<script type="text/javascript">
var hcr = document.getElementById("hcr");
hcr.style.right = (30-hcr.offsetWidth).toString() + "px";
</script>
</div>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=6756021128688737735&widgetType=HTML&widgetId=HTML7&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML7"));' target='configHTML7' title='Editar'>

</a>
</span>
</span>
<div class='clear'></div>
</div></div>
</div>
<div class='clear'></div>
</div>
<div class='clear'></div>
</div>


pueden revisarlo y me avisan

http://www.lawebera.es/recursos/herramientas/probar_codigo_html.php
#28
¿miren video script de identi alguien sabe clonar sus funciones?

http://www.dailymotion.com/dm_51302d016f8c1#video=xxvcmy

la web es http://www.identi.li/ es posible clonarla como en el video  :huh:  :D
#29
¿Programa para privisualisar en tiempo real themes de Blogger  archivos XML?

estuve probando con artisteer no reconoces la extensión XML

dreamweaver da error.

http://alternativeto.net/software/artisteer/

http://alternativeto.net/software/adobe-dreamweaver/
#30
bueno les cuento que esta tecnologia es mi favorito  para hacer video en vivo de juegos gamer mi duda es que si yo puedo engañar al  software wirecast for youtube para que emita en una web que no sea youtube ( por decir justin.tv ,www.ustream.tv ,www.twitch.tv/   :huh: o por que no una web propia  :rolleyes:) y tenga el mismo funcionamiento de un partner de  la web de Youtube  se que es un poco loco pero creo que tendria que aplicar un poco de ingenieria inversa para editar algunos procesos pero no se por donde comensar  seria posible hacer algo de esa magnitud que opinan  :huh: el programa es gratuito para todos   :P

lo que realisa son eventos en vivo en todo el mundo.

http://www.youtube.com/live/all

el programa wirecast for youtube es gratis de su web oficial.

http://www.telestream.net/

http://www.telestream.net/download-files/wirecastforyoutube/Wirecast-for-YouTube.exe
#31
¿donde puedo descargar Windows xP Lite ?

alguna Teu para pcs viejitas :huh:  :P
#32
¿Cuales son los idiomas mas hablados del mundo ?y te gustaria aprender ¿por que?

me gustaria aprender ingles.  :P

yo pienso que el idiomas  mas hablado y usado y le pongo  primero es el ingles  por que por ejemplo en los lenguajes de programacion  se usa mucho en la sintaxis de codigo  o en las peliculas salen primero en ingles , es algo universal para todos los paises del mundo.

el segundo debe ser el español el cual es mi lenguaje nativo  y casi toda centro america y sudamerica / españa lo habla.

no creo poder aprender mas idiomas aunque seria muy interesante la verdad , no se como hacen los poliglotas mis respetos  :xD  .
#33
¿peliculas de hackers , informatica , documentales de programacion?

#34
¿Como instalo WebcamStudio en ubunto 12.04 para hacer Live Streaming video ?



http://es.ws4gl.org/
#35
¿cracking en  Linux ?

mi duda es que se puede crackear en Linux algunos ejemplos  :huh:
#36
¿que version de ubunto es mas estable ?

cual me recomiendan , :huh:

#37
¿BitTorrent Live para cuando estara lista, como se transmitiria en vivo ?

alguien del foro sabe informacion de este proyecto    Bram Cohen, :P



http://live.bittorrent.com/

por ultimo existe proyectos similares o es el unico en p2p  :huh:
#38
¿Esto puedo engañar a Googlebot?  


bueno estuve pensando & reflexionando por que los links de descarga aveces se caen bien rapido sobre todo de peliculas juegos musica programas libros  :-\ entonces este sistema podria engañar y proteger mas los links  que opinan o es imposible engañar a Google bot  llamados en internet , Spider  "Crawler" :huh:

http://foro.elhacker.net/desarrollo_web/iquestcifrar_en_base64_como_el_script_spoiler_de_identi_y_hackstore_como_se_hace-t384604.0.html;msg1833815#new


Engañar a Google dmca es posible  :huh:

http://www.google.es/dmca.html
como Google ha lanzado un sitio sobre como funcionan las búsquedas:

http://www.google.com/insidesearch/howsearchworks/

[youtube=640,360]http://www.youtube.com/watch?feature=player_embedded&v=BNHR6IQJGZs[/youtube]

Especialmente interesante la sección de spam, donde vemos en directos ejemplos de Web baneadas de google!
#39
¿cifrar en base64 como el script spoiler de identi y hackstore como se hace?


Hola bueno no se si han visitado esas paginas pero me mola mucho esos sistemas de ultraproteccion de links  en servidores free de descarga :P .

solo buscando por internet encontre estos codigos.  :xD

Ejemplo 1

Código (php) [Seleccionar]
<script>function ventanaSecundaria(){t=11;timer=window.setInterval("contador()",1000);hija=window.open("http://www.tupagina.com/popup.php","ventana1","width=640,height=425,scrollbars=0")}function contador(){if(hija!=null){if(hija.closed){alert("Clicke un anuncio y espere con la pagina abierta");clearInterval(timer);t=10;document.getElementById("contador").value="Mostrar Enlaces De Descarga";return}if(hija.frames.length!=3){t=t-1;if(t<=0){clearInterval(timer);document.getElementById("hide").style.display="";t="spoiler"}document.getElementById("contador").value=t;return false}}}</script><div style="margin:20px; margin-top:5px"><div class="smallfont" style="margin-bottom:2px"><b></b></i> <p class="Boton BtnGreen"><input type="button" id="contador" value="Mostrar Enlaces De Descarga" style="width:300px;height=35px;font-weight:bold;font-size:16px;margin:0px;padding:0px;" onClick=ventanaSecundaria()><div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
     <div id="hide" style="display: none;">
        </p>
        <div class="info_bbc">
       
          ACA PONES EL LINK DE DESCARGA CON COPYRIGHT ESPECIAL PARA WAREZ </div></div></div></div>



Ejemplo 2

Código (php) [Seleccionar]
<div align='center'><script>function ventanaSecundaria(){t=11;timer=window.setInterval('contador()',1000);hija=window.open('http://tupagina.com/popup.php','ventana','width=640,height=425,scrollbars=0')}function contador(){if(hija!=null){if(hija.closed){alert('Clicke un anuncio y espere 10 segundos');clearInterval(timer);t=10;document.getElementById('contador').value='Mostrar Video';return}if(hija.frames.length!=3){t=t-1;if(t<=0){clearInterval(timer);document.getElementById('hide').style.display='';t='Video'}document.getElementById('contador').value=t;return false}}}</script>
<div style='margin:20px; margin-top:5px'>
<div class='smallfont' style='margin-bottom:2px'></i>
<p class='Boton BtnGreen'>
<input type='button' id='contador' value='Mostrar Video!' style='width:297;height=35;font-weight:bold;font-size:16px;margin:0px;padding:0px' onClick=ventanaSecundaria()></div>
<div class='alt2' style='margin: 0px; padding: 6px; border: 1px inset;'>
<div id='hide' style='display: none;'>
<div class='info_bbc'>
"ACA PONES EL VIDEO ONLINE DE VK o otro " </div></div>
</div></div></div>


Ejemplo 3

Código (php) [Seleccionar]
<src="/images/links1.png" border="0" /><br>
<br>
<script>function ventanaSecundaria(){t=11;timer=window.setInterval("contador()",1000);hija=window.open("/popup.php","ventana1","width=640,height=425,scrollbars=0")}function contador(){if(hija!=null){if(hija.closed){alert("Clicke un anuncio y espere con la pagina abierta");clearInterval(timer);t=10;document.getElementById("contador").value="Mostrar Enlaces De Descarga";return}if(hija.frames.length!=3){t=t-1;if(t<=0){clearInterval(timer);document.getElementById("hide").style.display="";t="spoiler"}document.getElementById("contador").value=t;return false}}}</script>
<div style="margin:20px; margin-top:5px">
  <div class="smallfont" style="margin-bottom:2px">
     <p class="Boton BtnGreen">
     <input type="button" id="contador" value="Mostrar Enlaces De Descarga" style="width:300px;height=35px;font-weight:bold;font-size:16px;margin:0px;padding:0px;" onClick="ventanaSecundaria()"></div>
  <div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
     <div id="hide" style="display: none;">
        </p>
        <div class="info_bbc">
       
         ACA PONES EL LINK DE DESCARGA CON COPYRIGHT ESPECIAL PARA WAREZ </div></div></div></div>



puedes provar aqui

http://www.lawebera.es/recursos/herramientas/probar_codigo_html.php

algo asi  seria en Blogger ,pero este se ve los links de descargas en el codigo fuente  :-\


demo en Blogger

http://prueba1256987.blogspot.com/2013/02/entrada-popup.html

pero deberia quedar asi como el de identi y hackstore (SMF), que trabaja con un archivo php aparte del script para hacer la encriptacion en base64

http://foro-vip.com/1.php


yo creo que con eso es mas dificil que denuncien los links rapidamente de descargas con Copyright   los robots de Google DMCA  LA SOPA y el FBI ;-)

como se hace no la tengo clara  :huh:

es que no lo encuentro en google explicado :rolleyes:

http://stackoverflow.com/questions/246801/how-can-you-encode-to-base64-using-javascript

http://php.net/manual/es/function.base64-encode.php

http://es.wikipedia.org/wiki/Base64


tambien se podria usar base64 en cnl2

http://jdownloader.org/knowledge/wiki/glossary/cnl2

buenisimos por jdownloader y Mipony imaginaos bajar 20 links cifrados con un clic este no requiere publicidad  por cierto ;D

por ultimo  que otra encriptacion me recomiendan las mas potentes aparte de base64 :huh:  :laugh:

Saludos.
#40
¿donde puedo descargar sistema operativo UNIX? ¿es gratis?

como para que se usa  habra por Torrent :huh:
#41
¿alguien me pasa los distros linux mas populas por torrent con semillllas ?

los links para descargar por utorrent  :P
#42
¿base64 para codificar los enlaces es un algoritmo  hay otros por ahi aaprte de este encriptador?

me preguntaba por que esta spoiler usa esa tecnica para proteger los enlaces de descarga  pero asimple vista no se ve por que usa aparte un archivo php medio complejo y no encuentro nada parecido en internet  :rolleyes:

bueno la verdad intento hacer esto  :P

http://foro-vip.com/1.php


solo estuve leyendo esto

http://www.elhacker.net/base64.html

http://varionet.wordpress.com/2009/11/06/sobre-base64-para-que-usarlo-para-que-no-y-como-manejarlo-en-net-y-asp-net/

cuando esta encripatdo se pone asi

Código (php) [Seleccionar]
_decrypt.hash = '4a2a591c37c6549ad46ab932a66d84e0deaed407';

<input type="button" class="spoiler-btn" id="decrypt" value="Ver Links de Descarga" /><div><div  style="display:none" class="info_bbc" id="hide">SwJdJFQyKlHyJXLuPpkDOfWsLVZDXbC8xzu1+w==</div></div></div></div></div></div>

#43
Programa parecido a Yosoy en Europa :huh:

donde imiten


[youtube=640,360]https://www.youtube.com/watch?feature=player_embedded&v=jvAcyAJXqrs[/youtube]
#44
PHP / Stream Mega en Php ?
21 Febrero 2013, 05:02 AM
Hola queria saber si es posible volverlo stream a MEGA con jwplayer  

http://www.marcofbb.com.ar/foro/stream/

ejemplo

http://www.marcofbb.com.ar/foro/stream/broadcast2all/

demo

http://phpmediastream.site11.com/broadcast2allv0.4/prueba.html

con el serivodor mega se podria   :huh:  :P  ;-)

https://mega.co.nz/

con estos reproductores para web  :)

http://www.longtailvideo.com/jw-player/

http://flowplayer.org/
#45
 ¿mod bbcode & spoiler de peliculas online smf como se crea?

el spoiler solo haria que las peliculas eviten relentisar los post en SMF.

algo asi





en estos servidores.



    vimple.ru
    nowvideo.eu
    novamov.com
    sockshare.com
    zalaa.com
    putlocker.com
    movshare.net
    gorillavid.com
    milledrive.com
    vidxden.com
    180upload.com
    BillionUploads
    MovReel
    ProjectFreeUpload
    Uploadc
    VidBull
    VK.com
    vidxden
    moevideo
    Allmyvideos
    uploaz.com
    senseless.tv
    Muchshare.net
    videozed.net


en vbulletin solo encontre de putlocker algo asi pero en smf ni idea.