Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.
Please keep in mind:
wilkiee said:do you know which file the error is coming from ?
<div id="top">
    <div id="logo">
      <a href="http://imglocker.net/"><img src="/site-img/logo.png" alt="IMGlocker" /></a>
    </div>
    <div id="limite">
      <div align="right">
        <p>JPG PNG BMP GIF <span>Max.2Mb</span></p>
        <p><a href="ReportPhoto.php">Report Image</a> | <span class="addons"><a href="AddonDownload.php">Add-Ons</a></span></p>
      </div>
    </div>
</div><script type="text/javascript">
// <![CDATA[
$(document).ready(function(){
<? if ($spit==true) { ?>error();<? } ?>
<? if ($modo==1 || $modo=='rr') { ?>upload();<? } ?>
<? if ($modo==3) { ?>process();<? } ?>
<? if ($modo==2) { ?>viewer();<? } ?>
<? if ($modo==2 || $modo==3) { ?>social();<? } ?>
<? if ($cut_url==true && $cut_url_user==true && $modo==1) { ?>pref();<? } ?>
});
// ]]>
</script>
<style type="text/css">
<!--
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
.addons {
    color: #4B94D0;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
#top #limite div p .addons a {
    color: #4B94D0;
}
#top #limite div p a {
    color: #FF3737;
}
-->
</style></head>
<body>
<div id="top">
    <div id="logo">
      <a href="<?php echo URL_SCRIPT;?>"><img src="<?php echo PATH_SCRIPT;?>site-img/logo.png" alt="<?php echo APP_NAME;?>" /></a>
    </div>
    <div id="limite">
      <div align="right">
        <p>JPG PNG BMP GIF <span>Max.<?php echo $max_mb;?>Mb</span></p>
        <p><a href="ReportPhoto.php">Report Image</a> | <span class="addons"><a href="AddonDownload.php">Add-Ons</a></span></p>
      </div>
    </div>
</div>
<? if ($spit==true) { ?>
<h1 id="error"><span><?php echo $errormsg?></span></h1>
<? } ?>
<? if ($modo==1) { ?>
<div id="contenido">
<div id="selector_up">
    <div id="tab_container"<? if (isset($lang)) { echo ' class="'.$lang.'"'; } ?>>
        <div class="btn_local"><a class="local" id="linklocal" style="display: none;"></a></div>
        <div class="btn_remoto"><a class="remota" id="linkremota"></a></div>
    </div><?php if ($modo==2 || $modo==3) {<? if ($modo==2 || $modo==3) { ?>social();<? } ?>
<? if ($cut_url==true && $cut_url_user==true && $modo==1) { ?>pref();<? } ?>
});
// ]]>
</script>
<style type="text/css">
<!--
#limite2 div div p {
    color: #6A6A6A;
}
#limite2 div p {
    color: #6A6A6A;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
#limite p a {
    color: #4B94D0;
}
body,td,th {
    font-size: 14px;
}
-->
</style>
</head>
<body>
<div id="top">
    <div id="logo">
      <a href="<?php echo URL_SCRIPT;?>"><img src="<?php echo PATH_SCRIPT;?>site-img/logo.png" alt="<?php echo APP_NAME;?>" /></a>
    </div><?php if ($modo==2 || $modo==3) { // EL IF 2-3<? if ($modo==2 || $modo==3) { // EL IF 2-3
    if (isset($v)) { 
        $quehace = TXT_SEEING;
        $namesun=$_GET['v'];
       $curtime=mktime(date("H"),date("i"),date("s"),date("m"),date("d"),date("Y"));
           mysql_query("update pics set lastviewed=$curtime, views=views+1 where uniqid='$namesun'")
           or die(mysql_error());
    } else {
        if ($red==1) {
            $retxt = ' '.TXT_AND_RESIZE;
        }
        $quehace = TXT_DID.$retxt;
    }
    $mensaje = $quehace.' <a href="'.PATH_SCRIPT.DIR_IM.$folhost.$name.'">'.$name.'</a> ('.$tamano_kb.' KB - '.$ancho.'x'.$alto.'px)'.$colita;
?>
<div id="subiste-viendo"><h1><?php echo $mensaje?></h1></div>
<div id="contenido">
    <div id="tools"><div id="fullsize"<? if ($ancho<=900) { echo ' style="display: none; "'; }?>><a href="<?php echo PATH_SCRIPT.DIR_IM.$folhost.$name?>" title="<?php echo $ancho?>x<?php echo $alto?>"><?php echo FULL_SIZE;?></a></div><div id="sharethis"><a id="sharing"><?php echo SHARE;?></a><a id="sharing-close" style="display: none;"><?php echo SHARE;?></a></div></div>
        <div id="imagen"><a rel="lightbox" href="<?php echo PATH_SCRIPT.DIR_IM.$folhost.$name?>"><img src="<?php echo PATH_SCRIPT.DIR_IM.$folhost.$name?>" alt="" <?php if ($ancho>=900) { echo 'width="900" '; } ?>/></a><br />
    </div>           mysql_query("update pics set lastviewed=$curtime, views=views+1 where uniqid='$namesun'")
           or die(mysql_error());Danny.Domb said:Open index.php
Find something similabuy microsoft office 2010r too ( Won't be the exact same)
Code:<div id="top"> <div id="logo"> <a href="http://imglocker.net/"><img src="/site-img/logo.png" alt="IMGlocker" /></a> </div> <div id="limite"> <div align="right"> <p>JPG PNG BMP GIF <span>Max.2Mb</span></p> <p><a href="ReportPhoto.php">Report Image</a> | <span class="addons"><a href="AddonDownload.php">Add-Ons</a></span></p> </div> </div> </div>
and answerProfessional Plus 2010 the topic with the next 10-20 lines
following the code found before.