D

Dextrack12

Usuario (México)

Primer post: 5 ago 2010
4
Posts
75
Puntos totales
6
Comentarios
C
Cartel de santa
InfoporAnónimo8/5/2010

link: http://www.youtube.com/watch?v=watch?v=C2bZvbkOitM&feature=related Para fanaticos igual q yo a Cartel de santa Cartel de Santa es un grupo de rap mexicano conformado por MC Babo, MC Dharius, Rowan Rabia, apodado Monoplug, y DJ Agustín, originarios de el barrio de la Aurora San Marcos, Santa Catarina, Nuevo León, México. asi empezaron: Deseando que México sea reconocido a nivel mundial en el hip hop, Babo creó el grupo, hay que resaltar que en palabras de Babo él se refiere por "Cartel de Santa" no solo a ellos cuatro sino a todo un movimiento en Santa Catarina. Carrera en la musical Su primer trabajo fue Cartel De Santa, producido por Jasón Roberts y bajo el sello de Sony BMG, con el que lograron colocarse en el mercado musical mexicano con sus primeros tres sencillos, "Perros", "Todas Mueren Por Mi" y "La Pelotona". Para afrontar la producción de su segundo disco el grupo funda Casa Babilonia Records que a partir de ese momento gracias al acuerdo con Sony BMG se convierte en la disquera oficial de Cartel de Santa. Vol. II, fue el segundo álbum de la agrupación, este incluyó los sencillos: "Blah, Blah, Blah", "La Llamada" y "El Arte del Engaño". Además durante la promoción de su segundo disco, Cartel de Santa graba varias canciones con los demás artistas firmados con Casa Babilonia. Su tercer álbum fue Volumen ProIIIbido y su primer sencillo "Cheka Wey". En medio de la promoción de este nuevo álbum, el líder y vocalista del grupo MC Babo es enviado a prisión a causa de un altercado generado con el chófer del grupo Juan Miguel Chávez Pimentel, con el cual traía algunos problemas. En dicho altercado Babo saco una pistola, disparó y la bala rebotó hacia su amigo "Ulises", acabando con su vida, el 30 de marzo de 2007. A mediados del 2007 sale un recopilatorio llamado Greatest Hits para recaudar fondos para liberar a Babo. El 17 de enero de 2008, tras nueve meses de estar encarcelado Babo recupera su libertad tras pagar una fianza con un monto de 130 mil pesos con el apoyo de su empresa disquera y da a conocer que el grupo está trabajando en un nuevo álbum, el cual contendrá vivencias de Babo durante su última estancia en la cárcel. Por un tiempo, se pudo escuchar el sencillo "Babo Regresa" en su página de MySpace. El Siguiente disco, Vol. IV, salió a la venta el 16 de noviembre de 2008. Dicho disco contenía 13 canciones, de las cuales destacaba "Cosas De La Vida" canción donde Babo relata cómo murió Ulises y los problemas con Miguel Chávez. Del Vol. IV Cartel de Santa lanza como su primer sencillo "Hay Mamita" llegando hasta 4º lugar de Los 10 Mas Pedidos de MTV mencionando que era el único grupo mexicano que competía con las demás grandes estrellas. Su segundo sencillo fue "Vato Sencillo". La nueva producción Sincopa salio a la venta el 25 de mayo en tiendas y el primer sencillo fue "El Hornazo". Además de sus producciones el grupo ha trabajado para un par de discos de tributo destacando las canciones "Ella" en un disco de tributo a José Alfredo Jiménez y la canción "Matador" de un disco tributo para Los Fabulosos Cadillacs. sus problemas legales El 30 de marzo de 2007, una discusión generada con Juan Miguel Chávez Pimentel, por viejas rencillas, llevó Babo a asesinar accidentalmente a su amigo de infancia conocido como "Ulises" y herir a Chávez Pimentel. Fue consignado a las autoridades por los delitos de homicidio calificado, lesiones y portación de arma de fuego, inicialmente las autoridades locales de Nuevo León, procuraduría general de justicia y juzgado penal lo acusaron de homicidio calificado, sin embargo entre sus estrategias de defensa promovió un amparo que le fue concedido y le reclasificaron el delito, de homicidio doloso a homicidio imprudencial, esto es porque se califico que la bala que reboto en el piso y que privo de la vida a Ulises no fue disparada con la intención de asesinarlo así fue como alcanzo el beneficio de la libertad bajo fianza, misma que pago y obtuvo su libertad. SUS DISCOS Cartel De Santa (2002) Vol. II (2004) Volumen ProIIIbido (2006) Vol. IV (2008) Sincopa (2010) Compilaciones Casa Babilonia Presenta: Los Mixtapes (2006) Greatest Hits (2007) Casa Babilonia Records Compilado (2008)

12
0
[
[Para tu Holo] Retos de san valentin
Hazlo Tu MismoporAnónimo2/4/2011

[;D] hola amigos aqui les dejos los fix para los retros de san valentin busca en MessagesRequestsUsers.cs: public void RegisterUsers() arriba de eso pon codigo: private void OpenQuests() { //L`val11{{2}}JPASjJFIND_STUFF{{2}}bling_chair_c{{2}}QA1296543600000{{2}}EXTRA01{{2}}{{2}}PkHFIND_STUFF{{2}}val_table1{{2}}QA1296630000000{{2}}EXTRA02{{2}}{{2}}P]HFIND_STUFF{{2}}bling_bed{{2}}QA1296802800000{{2}}DAY02{{2}}{{2}}SHFIND_STUFF{{2}}bath{{2}}QA1296716400000{{2}}DAY01{{2}}{{2}} DataTable Data = null; DataRow QuestCount = null; using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient()) { Data = dbClient.ReadDataTable("SELECT * FROM quests"); QuestCount = dbClient.ReadDataRow("SELECT COUNT(*) AS total FROM quests"); } if (Data == null) { return; } string Count = QuestCount["total"].ToString(); int TotalQuestCount = int.Parse(Count); ServerMessage OpenQuest = new ServerMessage(800); OpenQuest.AppendStringWithBreak("val11"); // val11 / xmas10 OpenQuest.AppendInt32(2); OpenQuest.AppendInt32(TotalQuestCount); foreach (DataRow Row in Data.Rows) { OpenQuest.AppendInt32((int)Row["id"]); OpenQuest.AppendInt32(0); OpenQuest.AppendStringWithBreak("FIND_STUFF"); OpenQuest.AppendStringWithBreak((string)Row["item"]); OpenQuest.AppendInt32(5); OpenQuest.AppendStringWithBreak((string)Row["time"]); OpenQuest.AppendStringWithBreak((string)Row["data"]); OpenQuest.AppendStringWithBreak(""); } Session.SendMessage(OpenQuest); } private void AcceptQuest() { //Laval11{{2}}SKFIND_STUFF{{2}}bath{{2}}QA1296716400000{{2}}DAY01{{2}}{{2}}{{1}} DataTable Data = null; using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient()) { Data = dbClient.ReadDataTable("SELECT * FROM quests WHERE id = '" + Request.PopWiredInt32() + "' LIMIT 1"); } if (Data == null) { return; } foreach (DataRow Row in Data.Rows) { ServerMessage AcceptQuest = new ServerMessage(801); AcceptQuest.AppendStringWithBreak("val11"); AcceptQuest.AppendInt32((int)Row["id"]); AcceptQuest.AppendInt32(3); AcceptQuest.AppendStringWithBreak("FIND_STUFF"); AcceptQuest.AppendStringWithBreak((string)Row["item"]); AcceptQuest.AppendInt32((int)Row["hearts"]); AcceptQuest.AppendStringWithBreak((string)Row["time"]); AcceptQuest.AppendStringWithBreak((string)Row["data"]); AcceptQuest.AppendStringWithBreak(""); Session.SendMessage(AcceptQuest); using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient()) { dbClient.ExecuteQuery("INSERT INTO user_quests (`id`, `user`, `quest`, `process`) VALUES (NULL, '" + Session.GetHabbo().Id + "', '" + (int)Row["id"] + "', '3')"); } } } Busca RequestHandlers[3000] = new RequestHandler(GetPetsInventory); y abajo de eso pon codigo: RequestHandlers[3102] = new RequestHandler(OpenQuests); RequestHandlers[3101] = new RequestHandler(AcceptQuest); Busca en MessagesRequestsRooms.cs: Item.Interactor.OnTrigger(Session, Item, Request.PopWiredInt32(), hasRights); Encima de el pon Codigo: //Lbval11{{2}}P]IFIND_STUFF{{2}}bling_bed{{2}}QA1296802800000{{2}}DAY02{{2}}{{2}}{{1}} DataTable Data = null; using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient()) { Data = dbClient.ReadDataTable("SELECT * FROM user_quests WHERE user = '" + Session.GetHabbo().Id + "'"); } if (Data == null) { return; } foreach (DataRow Row in Data.Rows) { if ((int)Row["process"] == 3) { DataTable Data2 = null; using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient()) { Data2 = dbClient.ReadDataTable("SELECT * FROM quests WHERE id = '" + (int)Row["quest"] + "'"); } if (Data2 == null) { return; } foreach (DataRow Row2 in Data2.Rows) { if ((string)Row2["item"] == Item.GetBaseItem().Name) { ServerMessage DoneQuest = new ServerMessage(802); DoneQuest.AppendStringWithBreak("val11"); DoneQuest.AppendInt32((int)Row2["id"]); DoneQuest.AppendInt32(1); DoneQuest.AppendStringWithBreak("FIND_STUFF"); DoneQuest.AppendStringWithBreak((string)Row2["item"]); DoneQuest.AppendInt32((int)Row2["hearts"]); DoneQuest.AppendStringWithBreak((string)Row2["time"]); DoneQuest.AppendStringWithBreak((string)Row2["data"]); DoneQuest.AppendStringWithBreak(""); Session.SendMessage(DoneQuest); using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient()) { dbClient.ExecuteQuery("UPDATE user_quests SET process = '1' WHERE quest = '" + (int)Row2["id"] + "' AND user = '" + Session.GetHabbo().Id + "'"); dbClient.ExecuteQuery("UPDATE users SET hearts = hearts + " + (int)Row2["hearts"] + " WHERE id = '" + Session.GetHabbo().Id + "'"); } return; } } } } Pon esto en tu database Codigo: CREATE TABLE IF NOT EXISTS `quests` ( `id` int(11) NOT NULL AUTO_INCREMENT, `item` varchar(255) NOT NULL, `time` varchar(255) NOT NULL, `data` varchar(255) NOT NULL, `hearts` int(11) NOT NULL DEFAULT '5', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=173 ; INSERT INTO `quests` (`id`, `item`, `time`, `data`, `hearts`) VALUES (115, 'bath', '1296716400000', 'DAY01', 5), (116, 'bling_bed', '1296802800000', 'DAY02', 5), (172, 'val_table1', '1296630000000', 'EXTRA02', 5), (171, 'bling_chair_c', '1296543600000', 'EXTRA01', 5), (117, 'bling_toilet', '1296889200000', 'DAY03', 5); Y esto tambien : Codigo: CREATE TABLE IF NOT EXISTS `user_quests` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user` int(11) NOT NULL, `quest` int(11) NOT NULL, `process` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 ; y por ultimo Codigo: ALTER TABLE `users` ADD `hearts` INT( 11 ) NOT NULL DEFAULT '0'; Fuente: ragezone PD: cualquier duda mandarme un mp Edit por EliteRoyal: Por un corchete [ en la tabla de user_quets xD

0
0
hacer holo v54 con insidecms y insideEMU
hacer holo v54 con insidecms y insideEMU
Hazlo Tu MismoporAnónimoFecha desconocida

Hola aqui les vengo a dejar este tuto ojala hagan el suyo y me den rango y bueno namas digo xD, bueno vamos al grano (esta muy ocupado mejor) barro empezemos con el tuto: 1er.- Descargar xampp: http://xampp.uptodown.com/ebay/ es el 1.7.3 pero si tienen otro es bueno 2do.- Descargar MySQL: Recomiendo el 6.1.3 pero no tengo el link 3er.- Descargar insidePack (asi le llamo yo es emu y cms) aqui el link: http://foro.ignetwork.net/showthread.php?52635-InsideCMS-InsideEMU.-%A1Actualizado!-Emu-subido-21.7.2010-v54 4to.- DB conocimiento de lo descargado: xampp: sin este no podras acceder a la web Es el conector Es el emu mas el insidecms sirve para el diseño Empezemos xD: 1er paso: Primero instalamos el xampp, (si ya lo tienes instalado sigue leyendo) instalamos el MySQL y descomprimimos el insideCMS y insideEMU (en caso que venga descomprimido guardalo en escritorio) 2do paso: Vamos a esta pagina: http://localhost/security/xamppsecurity.php (checa tener el xampp prendido y runinng) ponemos en contraseña una contra que recordemos porque la vamos a usar mas adelante despues en la parte de abajo ponemos root y nuestra contraseña. 3er paso Vamos a xampp-htdocs y eliminamos todo menos la carpeta que dice xampp Despues vamos a insideCMS y copiamos todo y pegamos en xampp-htdocs 4to paso Ahora vamos a http://localhost/phpmyadmin y nos logueamos con root y nuestra contraseña, hacemos una base de datos como quieras llamarla pero que no lleve ñ porque nos dara error en el emu ya que la hiziste le das click a importar despues examinar y subimos la base de datos que descargamos. 5to paso <?php /*======================================================================= | UberCMS - Advanced Website and Content Management System for uberEmu | ####################################################################### | Copyright (c) 2010, Roy 'Meth0d' | http://www.meth0d.org | ####################################################################### | This program is free software: you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation, either version 3 of the License, or | (at your option) any later version. | ####################################################################### | This program is distributed in the hope that it will be useful, | but WITHOUT ANY WARRANTY; without even the implied warranty of | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | GNU General Public License for more details. ======================================================================*/ $config['Site']['www'] = "http://TU-NO-IP"; $config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4$OIFThrR_gh(ugf*/"; $config['MySQL']['hostname'] = "localhost"; $config['MySQL']['username'] = "root"; $config['MySQL']['password'] = "tu contraseña"; $config['MySQL']['database'] = "tu base de datos"; $config['MUS']['enabled'] = false; $config['MUS']['ip'] = "tu ip privada"; $config['MUS']['port'] = tu puerto mus; ?> Despues vamos a xampp-htdocs-inc-tpl-page client y llenamos con nuestros datos ejemplo: <body id="client" class="flashclient"> <script type="text/javascript"> var habboDefaultClientPopupUrl = "%www%/client"; </script> <noscript> <meta http-equiv="refresh" content="0;url=%www%/client/nojs" /> </noscript> <script type="text/javascript"> FlashExternalInterface.loginLogEnabled = true; FlashExternalInterface.logLoginStep("web.view.start"; if (top == self) { FlashHabboClient.cacheCheck(); } var flashvars = { "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "TU NO-IP", "connection.info.port" : "TU PUERTO MUS", "site.url" : "%www%", "url.prefix" : "%www%", "client.reload.url" : "%www%/account/reauthenticate?page=/flash_client", "client.fatal.error.url" : "%www%/flash_client_error", "client.connection.failed.url" : "%www%/client_connection_failed", "external.hash" : "", "external.variables.txt" : "http://hotel-us.habbo.com/gamedata/external?id=external_variables", "external.texts.txt" : "http://www.habbo.es/gamedata/external?id=external_flash_texts?", "use.sso.ticket" : "1", <?php if ($forwardType > 0) { echo ' "forward.type" : "' . $forwardType . '",' . LB; echo ' "forward.id" : "' . $forwardId . '",' . LB; } ?> "sso.ticket" : "%sso_ticket%", "processlog.enabled" : "0", "account_id" : "0", "client.starting" : "Espera Tu mejor Opcion,Esta cargando", "flash.client.url" : "http://images.habbo.com/dcr/r54_none_321ed6a04ad8e30309c4821c9f3e0949/", "user.hash" : "", "facebook.user" : "0", "has.identity" : "0", "flash.client.origin" : "popup" }; var params = { "base" : "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/", "allowScriptAccess" : "always", "menu" : "false" }; if (!(HabbletLoader.needsFlashKbWorkaround())) { params["wmode"] = "opaque"; } var clientUrl = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo10.swf"; try { if (swfobject.getFlashPlayerVersion().major <= 9) { clientUrl = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo.swf"; } } catch(e) {} swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params); </script> <div id="overlay"></div> <div id="client-ui" > <div id="flash-wrapper"> <div id="flash-container"> <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none"> <div class="cbb clearfix"> <h2 class="title">Please install Adobe Flash Player.</h2> <div class="box-content"> <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/45_0061af58e257a7c6b931c91f771b4483/2/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> </div> </div> </div> <script type="text/javascript"> $('content').show(); </script> <noscript> <div style="width: 400px; margin: 20px auto 0 auto; text-align: center"> <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p> </div> </noscript> </div> </div> <div id="content" class="client-content"></div> </div> <div style="display: none"> <div id="habboCountUpdateTarget"> %hotel_status% </div> <script language="JavaScript" type="text/javascript"> setTimeout(function() { HabboCounter.init(600); }, 20000); </script> </div> <script type="text/javascript"> RightClick.init("flash-wrapper", "flash-container"; </script> </body> </html> Ese es el mio pero ustedes configuren el suyo... 6to paso Despues vamos a http://localhost D: que paso se ve mal que habra pasado, no te espantes solo ve a xampp-htdocs-inc-class.tpl y abrelo con bloc de notas y pon este: <?php /*======================================================================= | UberCMS - Advanced Website and Content Management System for uberEmu | ####################################################################### | Copyright (c) 2010, Roy 'Meth0d' | http://www.meth0d.org | ####################################################################### | This program is free software: you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation, either version 3 of the License, or | (at your option) any later version. | ####################################################################### | This program is distributed in the hope that it will be useful, | but WITHOUT ANY WARRANTY; without even the implied warranty of | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | GNU General Public License for more details. ======================================================================*/ class uberTpl { private $outputData; private $params = Array(); private $includeFiles = Array(); public function Init() { global $core, $users; $this->SetParam('', 'Uber'); $this->SetParam('body_id', ''); $this->SetParam('page_title', ' '); $this->SetParam('flash_build', 'flash_51_45'); $this->SetParam('web_build', '55_7110c7122872fa19356f8608c88fa174/7'); $this->SetParam('web_build_str', '51-BUILD45 - 18.05.2010 16:16 - uk'); $this->SetParam('req_path', WWW); $this->SetParam('www', WWW); $this->SetParam('hotel_status_fig', uberCore::GetSystemStatusString(true)); $this->SetParam('hotel_status', uberCore::GetSystemStatusString(false)); if (LOGGED_IN) { $this->SetParam('habboLoggedIn', 'true'); $this->SetParam('habboName', USER_NAME); $this->SetParam('vipbalance', '<b>' . $users->GetUserVar(USER_ID, 'vip_points') . ' <img src="' . WWW . '/images/vipcoin.gif" style="vertical-align: middle;"></b>'); } else { $this->SetParam('habboLoggedIn', 'false'); $this->SetParam('habboName', 'null'); } } public function AddIncludeSet($set) { switch (strtolower($set)) { case "frontpage": $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/landing.js')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/frontpage.css', 'stylesheet')); break; case "register": $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/style.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/buttons.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/boxes.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/tooltips.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/embeddedregistration.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/simpleregistration.js')); break; case "process-template": $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/fullcontent.js')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/style.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/buttons.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/boxes.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/tooltips.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/process.css', 'stylesheet')); break; case 'myhabbo': $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/fullcontent.js')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/style.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/buttons.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/boxes.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/tooltips.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/myhabbo.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/skins.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/dialogs.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/buttons.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/control.textarea.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/boxes.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/myhabbo.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://www.habbo.co.uk/myhabbo/styles/assets.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/homeview.js')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/lightwindow.css', 'stylesheet')); break; case 'default': default: $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js')); $this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/fullcontent.js')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/style.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/buttons.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/boxes.css', 'stylesheet')); $this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/tooltips.css', 'stylesheet')); break; } } public function AddGeneric($tplName) { $tpl = new Template($tplName); $this->outputData .= $tpl->GetHtml(); } public function AddTemplate($tpl) { $this->outputData .= $tpl->GetHtml(); } public function SetParam($param, $value) { $this->params[$param] = is_object($value) ? $value->fetch() : $value; } public function UnsetParam($param) { unset($this->params[$param]); } public function AddIncludeFile($incFile) { $this->includeFiles[] = $incFile; } public function WriteIncludeFiles() { foreach ($this->includeFiles as $f) { $this->Write($f->GetHtml() . LB); } } public function Write($str) { $this->outputData .= $str; } public function FilterParams($str) { foreach ($this->params as $param => $value) { $str = str_ireplace('%' . $param . '%', $value, $str); } return $str; } public function Output() { global $core; $this->Write(LB . LB . '<!-- uberCMS: Took ' . (microtime(true) - $core->execStart) . ' to output this page -->' . LB . LB); echo $this->FilterParams($this->outputData); } } class Template { private $params = Array(); private $tplName = ''; public function Template($tplName) { $this->tplName = $tplName; } public function GetHtml() { global $users; extract($this->params); $file = CWD . 'inc/tpl/' . $this->tplName . '.tpl'; if (!file_exists($file)) { uberCore::SystemError('Template system error', 'Could not load template: ' . $this->tplName); } ob_start(); include($file); $data = ob_get_contents(); ob_end_clean(); return $this->FilterParams($data); } public function FilterParams($str) { foreach ($this->params as $param => $value) { if (is_object($value)) { continue; } $str = str_ireplace('%' . $param . '%', $value, $str); } return $str; } public function SetParam($param, $value) { $this->params[$param] = $value; } public function UnsetParam($param) { unset($this->params[$param]); } } class IncludeFile { private $type; private $src; private $rel; private $name; public function IncludeFile($type, $src, $rel = '', $name = '') { global $tpl; $this->type = $type; $this->src = $src; $this->rel = $rel; $this->name = $name; } public function GetHtml() { switch ($this->type) { case 'application/rss+xml': return '<link rel="' . $this->rel . '" type="' . $this->type . '" title="' . $this->name . '" href="' . $this->src . '" />'; case 'text/javascript': return '<script src="' . $this->src . '" type="text/javascript"></script>'; case 'text/css': default: return '<link rel="' . $this->rel . '" href="' . $this->src . '" type="' . $this->type . '" />'; } } } ?> ahora dale f5 a tu web y D: se ve mejor te logueas y listo ya tienes tu Holo PREGUNTAS FRECUENTES:¿? ¿COMO PONGO ON MI HOLO? R= ESO ES FACIL VE A TU EMU ESTE CASO insideEMU Y EN UBER-CONFIG PON TUS DATOS AL IGUAL QUE EN CONFIGURADOR ¿CUAL ES LA WEB DE MI HOLO? LA QUE PUSISTE EN INC.CONFIG RECUERDA TENER NO-IP Y SI NO TIENES REGISTRATE Y DESCARGA EL PROGRAMA: NO-IP.COM ¿COMO PONGO XAT EN HTTP://TU-NO-IP/ME? FACILISIMO SOLO VE A XAMPP-HTDOCS-ME.PHP Y BUSCA DONDE COLOCAR TU XAT (PON EL CODIGO DE TU XAT) PERO CUIDADO PORQUE PODRIAS DESCONFIGURAR ALGO SI LO PONES MAL ¿LO PUEDO HACER CON OTRO CMS Y EMU? CLARO QUE SI SOLO QUE YO RECOMIENDO MAS EL INSIDE EMU Y INSIDE CMS NOTA: SOLO ES PARA AYUDAR A LAS DEMAS PERSONAS A TENER HOlOS si quieren agradecerme denme rango en su holo pasenlo por mp o por comentario ojala si me den u.u xD esto va encerio

0
21
1
100 comandos para inicio>ejecutar
OfftopicporAnónimo6/11/2011

Hola taringueros: Mas de 100 comandos para acceder rapidamente a programas o utilidades de Windows XP a travez de Ejecutar [Menu Inicio>Ejecutar] o mediante la combinacion de teclas + . Accessibility Controls – access.cpl Accessibility Wizard – accwiz Add Hardware Wizard – hdwwiz.cpl Add/Remove Programs – appwiz.cpl Administrative Tools – control admintools Automatic Updates – wuaucpl.cpl Bluetooth Transfer Wizard – fsquirt Calculator – calc Certificate Manager – certmgr.msc Character Map – charmap Check Disk Utility – chkdsk Clipboard Viewer – clipbrd Command Prompt – cmd Component Services – dcomcnfg Computer Management – compmgmt.msc Control Panel – control Date and Time Properties – timedate.cpl DDE Shares – ddeshare Device Manager – devmgmt.msc Direct X Troubleshooter – dxdiag Disk Cleanup Utility – cleanmgr Disk Defragment – dfrg.msc Disk Management – diskmgmt.msc Disk Partition Manager – diskpart Display Properties – control desktop Display Properties – desk.cpl Dr. Watson System Troubleshooting Utility – drwtsn32 Driver Verifier Utility – verifier Event Viewer – eventvwr.msc Files and Settings Transfer Tool – migwiz File Signature Verification Tool – sigverif Findfast – findfast.cpl Firefox – firefox Folders Properties – control folders Fonts – control fonts Fonts Folder – fonts Free Cell Card Game – freecell Game Controllers – joy.cpl Group Policy Editor (for xp professional) – gpedit.msc Hearts Card Game – mshearts Help and Support – helpctr HyperTerminal – hypertrm Iexpress Wizard – iexpress Indexing Service – ciadv.msc Internet Connection Wizard – icwconn1 Internet Explorer – iexplore Internet Properties – inetcpl.cpl Keyboard Properties – control keyboard Local Security Settings – secpol.msc Local Users and Groups - lusrmgr.msc Logs You Out Of Windows – logoff Malicious Software Removal Tool – mrt Microsoft Chat – winchat Microsoft Movie Maker – moviemk Microsoft Paint – mspaint Microsoft Syncronization Tool – mobsync Minesweeper Game – winmine Mouse Properties - control mouse Mouse Properties – main.cpl Netmeeting – conf Network Connections – control netconnections Network Connections – ncpa.cpl Network Setup Wizard – netsetup.cpl Notepad – notepad Object Packager – packager ODBC Data Source Administrator – odbccp32.cpl On Screen Keyboard – osk Outlook Express – msimn Paint – pbrush Password Properties – password.cpl Performance Monitor – perfmon.msc Performance Monitor – perfmon Phone and Modem Options – telephon.cpl Phone Dialer – dialer Pinball Game – pinball Power Configuration – powercfg.cpl Printers and Faxes – control printers Printers Folder – printers Regional Settings – intl.cpl Registry Editor – regedit Registry Editor – regedit32 Remote Access Phonebook – rasphone Remote Desktop – mstsc Removable Storage – ntmsmgr.msc Removable Storage Operator Requests – ntmsoprq.msc Resultant Set of Policy (for xp professional) – rsop.msc Scanners and Cameras - sticpl.cpl Scheduled Tasks – control schedtasks Security Center – wscui.cpl Services – services.msc Shared Folders – fsmgmt.msc Shuts Down Windows – shutdown Sounds and Audio – mmsys.cpl Spider Solitare Card Game – spider SQL Client Configuration – cliconfg System Configuration Editor – sysedit System Configuration Utility – msconfig System Information – msinfo32 System Properties – sysdm.cpl Task Manager – taskmgr TCP Tester – tcptest Telnet Client – telnet User Account Management – nusrmgr.cpl Utility Manager – utilman Windows Address Book – wab Windows Address Book Import Utility – wabmig Windows Explorer – explorer Windows Firewall – firewall.cpl Windows Magnifier – magnify Windows Management Infrastructure – wmimgmt.msc Windows Media Player – wmplayer Windows Messenger – msmsgs Windows System Security Tool – syskey Windows Update Launches – wupdmgr Windows Version – winver Wordpad – write Winword - Microsoft office Word Espero les haya servido, comenten y si les gusto manden puntos. :$ Fuente: http://elgeek.com/mas-de-100-comandos-para-inicio-ejecutar-en-windows-xp

63
0
PosteameloArchivo Histórico de Taringa! (2004-2017). Preservando la inteligencia colectiva de la internet hispanohablante.

CONTACTO

18 de Septiembre 455, Casilla 52

Chillán, Región de Ñuble, Chile

Solo correo postal

© 2026 Posteamelo.com. No afiliado con Taringa! ni sus sucesores.

Contenido preservado con fines históricos y culturales.