New Mu Launcher+AutoUpdate+GUIDE(VIDEO)

Page 4 of 4 FirstFirst 1234
Results 76 to 84 of 84
  1. #76
    Account Upgraded | Title Enabled! vitala is offline
    MemberRank
    Nov 2005 Join Date
    UkraineLocation
    214Posts

    Re: [RELEASE] New Mu Launcher+AutoUpdate+GUIDE(VIDEO)

    Please Delete Virus And Reuplode launcher

  2. #77
    Account Upgraded | Title Enabled! Lisko is offline
    MemberRank
    Dec 2007 Join Date
    BulgariaLocation
    440Posts

    Re: [RELEASE] New Mu Launcher+AutoUpdate+GUIDE(VIDEO)

    Nice Release :)

  3. #78
    Account Upgraded | Title Enabled! vitala is offline
    MemberRank
    Nov 2005 Join Date
    UkraineLocation
    214Posts

    Re: [RELEASE] New Mu Launcher+AutoUpdate+GUIDE(VIDEO)

    Fucking Virus

  4. #79

    Re: [RELEASE] New Mu Launcher+AutoUpdate+GUIDE(VIDEO)

    [quote=IBANEZ320;2924115]OK PASSWOWRD CODE IS REMOVED =D. File ibnz.php
    --------------------------------------------------------------------------
    <?

    if (file_exists("update.txt")) {
    $archivo = file("update.txt"); }

    else {
    $archivo[0] ="this notice will be show in launcher";
    }

    if (!$_POST) { ?>
    <style type="text/css">
    <!--
    .Estilo1 {
    color: #0000FF;
    font-weight: bold;
    }
    -->
    </style>
    <form method="post" action="Ibnz.php">
    <table width="428" border="1" align="center">
    <tr>
    <td><div align="center">
    <input name="mensaje" type="text" id="mensaje" value="<? echo $archivo[0]; ?>" size="100" />
    <input type="submit" name="Submit" value="Packear" />
    </div>
    <div align="center"></div></td>
    </tr>
    </table>
    <p align="center" class="Estilo1">By GM_Ibanez </p>
    </form>

    <p>
    <?PHP


    } else {

    class Boot
    {

    private $i = 0;


    public function Create($FILEN, $mode)
    {
    $dir = ".\\";


    if(is_dir($dir))
    {
    $Handle = opendir($dir);
    if($Handle)
    {
    $FHandle = fopen($FILEN, 'w');
    $this->ReadDir($Handle, $dir, $FHandle, $mode);

    $temps = file_get_contents($FILEN);
    $temps[strlen($temps) - 1] = "";
    file_put_contents($FILEN, $temps);


    }
    }

    return true;
    }


    private function ReadDir($Handle, $dir, $FHandle, $mode)
    {


    while (($file = readdir($Handle)) !== false)
    {

    if(is_dir($dir.$file) && $file != ".." && $file != ".")
    {
    $NHandle = opendir($dir.$file."\\");
    if($NHandle)
    {
    $this->ReadDir($NHandle, $dir.$file."\\", $FHandle, $mode);

    }

    }
    elseif (is_file($dir.$file))
    {

    //HERE IMPORTANT YOU DIR SITE TYO UPDATE
    $weburl_es="http://127.0.0.1/update";
    ////////////////////////////////////////////////////////////////////////////////
    $Skip = array(
    'update.txt',
    'Ibnz.php',
    'update1.txt'
    );
    if($mode == 1)
    {
    if($this->FileExt($file) == "zip" && !array_key_exists($file, $Skip) && $file[0] != '_')
    {
    $data = $this->FileName($file) . "," . filesize($dir.$file) . "*";
    $dat = $data;
    fwrite($FHandle, $dat);
    $this->i++;
    }
    }

    else
    if(!$this->CheckName($file, $Skip) && $file[0] != '_')
    {

    $cadena = $dir;

    $DIME= substr($cadena,2);


    ///////////////////////////////////////////////////////////////////////
    $fechamodif = date("d/m/Y",filemtime($dir.$file));
    $horamodif= date ("H:i:s.a", filemtime($dir.$file));
    /////////////////////////////////////////////////////////////

    $data =$dir.$file . ", ". $file.".vxv, " .$fechamodif." ".$horamodif. ", ". $weburl_es."/".$DIME.$file. ", ".substr($dir,1);
    $dat ="$data\r\n";
    fwrite($FHandle, $dat) ;
    $this->i++;

    }

    $fp_fun = fopen("update1.txt", "a");
    $ibanez1 = "*";
    $escribe = $ibanez1;
    fwrite ($fp_fun,$escribe);
    fclose($fp_fun);
    }

    else
    {

    continue;
    }

    }

    closedir($Handle);
    return true;
    }


    private function FileExt($file)
    {
    $TEMP = explode(',', $file);
    return $TEMP[count($TEMP) - 1];
    }

    private function FileName($file)
    {
    $TEMP = explode('.', $file);
    return $TEMP[0];
    }


    public function Load($FILEN)
    {
    $fp = fopen("list.txt", 'r');
    $TEMP['RESOURCE'] = fopen($FILEN, 'r');

    $i = 0;

    while (!feof($TEMP['RESOURCE']))
    {
    $TEMP['FILE'][$i] = fgets($TEMP['RESOURCE'], 1024);
    $i++;
    }

    for($c = 0; $c < count($TEMP['FILE']); $c++)
    {
    include($TEMP['FILE'][$i]);
    }

    unset($TEMP);
    return true;
    }

    private function CheckName($file, $array)
    {
    for($i = 0; $i < count($array); $i++)
    {
    if($file == $array[$i])
    {
    return true;
    break;
    }
    }

    return false;
    }

    }
    $boot = new Boot();
    $boot->Create("update1.txt", 0);

    $fecha=date('d/m/y');
    echo '
    <style type="text/css">
    <!--
    .Estilo1 {
    font-size: 24px;
    color: #0000FF;
    font-weight: bold;
    }
    -->
    </style>
    </p></p></p><p class="Estilo1" align="center"> New update in '.$fecha.'</p>';



    $aver_ibnz=filesize("Update1.txt"); //me dice los bytes del archivo
    $fp1 = fopen("update1.txt","r");// abrimos el archivo como solo lectura
    $contenido1 = fread($fp1, $aver_ibnz);
    fclose($fp1);




    $fp2 = fopen("update.txt","w"); //abrimos el archivo para escritura
    fwrite($fp2,"$mensaje\r\n".$contenido1);
    [COLOR=blue]fclose($fp2); //cerramos la conexi

  5. #80
    Apprentice mussan is offline
    MemberRank
    Jun 2005 Join Date
    brazilLocation
    6Posts

    Re: [Release] New Mu Launcher+AutoUpdate+GUIDE(VIDEO)

    Quote Originally Posted by IBANEZ320 View Post
    Hello I leave final launcher with autoupdate here working I leave with a video guide them is super simple to use is not necessary to kill itself to obtain ITS Function here greetings to all what they waited for greetings...

    TO USE (PHP5) the version of Apache 2.5.8 has php5 if the one that they have does not come with PHP5 for which they have previous versions down I leave apache 2.5.8...

    [ For configuration ] = open launcher and hold buttons I B N Z to open admin option panel =D
    IMPORTANT: When forming launcher to give it to its clients they must copy the IbnzLauncher.exe and the file ibnz.dll that alli is where it keeps config.



    Default password in Ibnz.php is 123456

    for u change password open ibnz.php with notepad and search this line
    $Clave_usuario="123456"; change 123456 for you pass.


    [
    DOWNLOADS
    IBNZLAUNCHER Fix

    APACHE SUPPORT (PHP5) HERE

    PASSWORD APACHE IS: IBANEZ320


    ALERT!!!!!!!!!!!!!!!!!!!!!
    Avaste is detecting Virus in the first file !!!

  6. #81
    Novice eduximus is offline
    MemberRank
    Apr 2008 Join Date
    2Posts

    Re: [Release] New Mu Launcher+AutoUpdate+GUIDE(VIDEO)

    THe Launcher down work when i out a new file in my client the launcher downloadit but when i open the file i see a error!!
    Nothing in the file!!
    Bad Relace

  7. #82
    Apprentice silverG is offline
    MemberRank
    Sep 2006 Join Date
    15Posts

    Re: [Release] New Mu Launcher+AutoUpdate+GUIDE(VIDEO)

    i have a problem

    password not autorized :|

    help

  8. #83
    Member santiz is offline
    MemberRank
    Oct 2008 Join Date
    ArgentinaLocation
    96Posts

    Re: [Release] New Mu Launcher+AutoUpdate+GUIDE(VIDEO)

    2/10 anyone can view your ip/port and change updates XD

  9. #84
    Valued Member loberia is offline
    MemberRank
    Jul 2004 Join Date
    VenezuelaLocation
    100Posts

    Re: [Release] New Mu Launcher+AutoUpdate+GUIDE(VIDEO)

    4/10 this release i detect a virus and php code is few clean



Page 4 of 4 FirstFirst 1234

Advertisement