• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Instalar en 000a.biz

pegama78

Chevereto Noob
Bueno vi el demo de chevereto y como a la mayoria me ha gustado comparado con otros script de imagenes es bastante bueno pero he tenido varios problemas a la hora de instalarlo tanto que de plano me he dado por vencido ya probe todo lo del tema :

000webhost

que me imagino es parecido a mi hot en donde lo estoy tratando de instalar.

a ver mi direccion es : csradio.000a.biz pero ahora mismo no tengo al chevereto instalado.

mis datos de mi ftp son:

FTP user name dooof_&$¬/*#"
FTP password mipassword
FTP host name ftp.my.host

claro que no son los reales configuro el archivo config.php

chevereto ver 1.7

hago esto

// Language //
define('LANG', 'es'); // en - English | es - Español | fa - Farsi | fr - Français | nl - Dutch | cn - ZH-CN (Chinese)

define('APP_NAME', 'CS RADIO'); // Your image hosting name
define('TAG_LINE', 'Imagen Hosting'); // Your tagline (for doctitles and logo)

// Folders //
/* If you change this, you also must change the folders name. */
define('DIR_UP','up/');
define('DIR_IM','images/'); // Change this to have something like /X/filename.jpg - where "X/" is the folder name.
define('DIR_WORKING',DIR_UP.'working/');
define('DIR_TEMP',DIR_UP.'temp/');
define('DIR_TH','thumbs/');

// Min-Max values -> php.ini rules the nation... //
$max_mb = '1'; // Max. image size (Mbytes)
$max_by = $max_mb*1048576; // (bytes)
$max_name = '20'; // Max. file name lenght.

// Thumbs //
$mini_ancho = '200'; // Thumb width (pixels)
$mini_alto = '200'; // Thumb height (pixels)

// Resize //
$lowres = '16'; // Min. resize value (pixels)
$higres = '1880'; // Max. resize value (pixels)

// Options //
$lim_act = true; // true: Allows uploading just for your domain - false: Allows upload from anywhere (post from another website)
$debug_mode = true; // false: Debug OFF - true: Debug ON.
$cut_url = false; // true: Short URLs (TinyURL tr.im etc.) - false: normal url (http://mysite.com/images/image.jpg).
$cut_url_service = 'tinyurl'; // tinyurl
$cut_url_user = true; // If $cut_url = true -> true: Allows your users to cut their urls (preference) - false: Users can't choose to cut or not.
$allow_over_resize = true; // true: Allows over resize images - false: Don't allow over resize.


///////////////////////////////////////////////////////////////////
///// DO NOT EDIT BELOW THIS - (do it if the script can't run) ////
///////////////////////////////////////////////////////////////////

// SERVER ///
/* We get this values with $_SERVER. If your server doesn't resolve this values The script will not work.
If the script doesn't work, you must change this values to be like values in the comments (see the exaple below) */

$DOM_SCRIPT = $_SERVER['csradio.000a.biz']; // --> mysite.com
$PATH_SERVER = $_SERVER['/htdocs']; // --> /public_html (pssst.. NO ENDING SLASH!)

// example:
# $DOM_SCRIPT = 'mysite.com';
# $PATH_SERVER = '/public_html';
/* Btw, you can check this values by uncommenting this: */
// echo 'DOM: '.$DOM_SCRIPT.' - PATH: '.$PATH_SERVER;

// FTP MODE //
/* Use this if you want to upload the files through ftp php (http://php.net/ftp). This is handly when your server config don't
allow to upload files without CHMOD 777, like almost all the cPanel. Using this, you can forget the CHMOD ;) */
$use_ftp = true; // true: Uses ftp to upload files - false: Upload without ftp.
$ftp_host = 'ftp.000a.biz'; // Change this if your ftp host is not the same as your mysite.com -- example: $ftp_host = 'ftp.mysite.com';
$ftp_user = 'dooof_&$¬/*#"'; // valid username.
$ftp_pass = 'mypasword'; // Valid password.
// NOTICE: FTP user must have access to the script folder.


///////////////////////////////
/// DO NOT TOUCH BELOW THIS ///
///////////////////////////////

// PATH //
/* Uhhh.. Can't touch this!. */
$path = dirname($_SERVER['PHP_SELF']);
if (strlen($path)>1) {
define('PATH_SCRIPT', $path.'/');
} else {
define('PATH_SCRIPT', $path);
}

// URL //
/* Uhhh... Uhhh.. Can't touch this!. */
define('URL_SCRIPT', 'http://'.$DOM_SCRIPT.PATH_SCRIPT);

?>

y me sale lo siguiente :

Critital error: Invalid $DOM_SCRIPT, edit it manually in config.php

con la version 1.7 me da ese problema

mi host usa el vista panel, que es muy parecidoal cpanel

con versiones anterior a la 1.7 (1.4 y 1.6)

como ya dije probe de todo y nada ha funcionado. se instala eso si pero cuando quiero subir imagenes me dice que no se puede subir por que algo esta mal configurado en el chevereto.

alguien me puede dar una solucion real a mi problema la verdad ando medio desesperado ya probe muchos script y la verdad el que mas me ha gustado es este script.

Un saludo y faliz año nuevo

:(
 
pues nada ya revice casi todos los post de la seccion de intalacion de este foro y nada ya le movi a cuanto consejo han dado y nada no queda no sube las imagenes, da errores o algun otro problema yo creo que el mayor defecto de este magnifico script es que no haga uso de una base datos sql, aunado a la explicacion un poco confusa de la seccion de soporte que viene con el.

Lo ultimo a modo de comentario aclaro.

Bueno si alguien tiene una solocion por ahi por favor que me diga por que ya intente todo he movido a todo el archivo config.php nada, ya instale de nuevo de el script en mi host

http://csradio.000a.biz/Upload/index.php

esta en el rood /htdocs y pues funciona pero cuando le trato de subir la imagen me sale este mensaje :

Acceso o solicitud invalida, usa la pagina principal de Demo Chevereto para subir imagenes.

les dejo como tengo configurado el config.php

// Language //
define('LANG', 'es'); // en - English | es - Español | fa - Farsi | fr - Français | nl - Dutch | cn - ZH-CN (Chinese)

define('APP_NAME', 'Demo Chevereto'); // Your image hosting name
define('TAG_LINE', 'Image Hosting'); // Your tagline (for doctitles and logo)

// Folders //
/* If you change this, you also must change the folders name. */
define('DIR_UP','up/');
define('DIR_IM','images/'); // Change this to have something like /X/filename.jpg - where "X/" is the folder name.
define('DIR_WORKING',DIR_UP.'working/');
define('DIR_TEMP',DIR_UP.'temp/');
define('DIR_TH','thumbs/');

// Min-Max values //
$max_mb = '2.0'; // Max. image size (Mbytes)
$max_by = $max_mb*1048576; // (bytes)
$max_name = '10'; // Max. file name lenght.

// Thumbs //
$mini_ancho = '200'; // Thumb width (pixels)
$mini_alto = '200'; // Thumb height (pixels)

// Resize //
$lowres = '16'; // Min. resize value (pixels)
$higres = '1280'; // Max. resize value (pixels)

// Options //
$lim_act = true; // true: Allows uploading just for your domain - false: Allows upload from anywhere (post from another website)
$debug_mode = true; // false: Debug OFF - true: Debug ON.
$cut_url = false; // false: Short URLs (TinyURL tr.im etc.) - false: normal url (http://mysite.com/images/image.jpg).
$cut_url_service = 'snurl'; // tinyurl | tr.im | snurl
$cut_url_user = true; // If $cut_url = true -> true: Allows your users to cut their urls (preference) - false: Users can't choose to cut or not.
$allow_over_resize = false; // true: Allows over resize images - false: Don't allow over resize.


///////////////////////////////////////////////////////////////////
///// DO NOT EDIT BELOW THIS - (do it if the script can't run) ////
///////////////////////////////////////////////////////////////////

// SERVER ///
/* We get this values with $_SERVER. If your server doesn't resolve this values The script will not work.
If the script doesn't work, you must change this values to be like values in the comments (see the exaple below) */

$DOM_SCRIPT = $_SERVER['csradio.000a.biz']; // --> mysite.com
$PATH_SERVER = '/htdocs'; // --> /public_html (pssst.. NO ENDING SLASH!)

// example:
# $DOM_SCRIPT = 'mysite.com';
# $PATH_SERVER = '/public_html';
/* Btw, you can check this values by uncommenting this: */
// echo 'DOM: '.$DOM_SCRIPT.' - PATH: '.$PATH_SERVER;

// FTP MODE //
/* Use this if you want to upload the files through ftp php (http://php.net/ftp). This is handly when your server config don't
allow to upload files without CHMOD 777, like almost all the cPanel. Using this, you can forget the CHMOD ;) */
$use_ftp = true; // true: Uses ftp to upload files - false: Upload without ftp.
$ftp_host = 'ftp.000a.biz'; // Change this if your ftp host is not the same as your mysite.com -- example: $ftp_host = 'ftp.mysite.com';
$ftp_user = 'a000b_algo'; // valid username.
$ftp_pass = 'mipassftp'; // Valid password.
// NOTICE: FTP user must have access to the script folder.


///////////////////////////////
/// DO NOT TOUCH BELOW THIS ///
///////////////////////////////

// PATH //
/* Uhhh.. Can't touch this!. */
$path = dirname($_SERVER['PHP_SELF']);
if (strlen($path)>1) {
define('PATH_SCRIPT', $path.'/');
} else {
define('PATH_SCRIPT', $path);
}

// URL //
/* Uhhh... Uhhh.. Can't touch this!. */
define('URL_SCRIPT', 'http://csradio.000a.biz'.$DOM_SCRIPT.PATH_SCRIPT);

una ultima cosita que se me paso comentar si le muevo algo mas a como esta el config.php el script ya no funcina y me marca mas errores y el template de godlike se desaparece por completo.


pues ya no se que mas hacer, ahora si grito por ayuda gracias y espero pronta contestacion.
 
por favor ayuda, la necesito para instalar este buen script por favor alguien ayudeme, la direccion para que vean el script y las fallas que tiene es esta ya he dejado como tengo el config.php

http://csradio.000a.biz/Upload/

por favor alguien si alguien lo quiere instalar por favor que me diga y le doy los datos por mail para que lo instalen en mi host hasta la proxima .

espero contestacion lo antes posible me urge un poco gracias.
 
bueno dado que nadie me contesta y que por mas que que le muevo al script de cheberato no funciiona desistire en mi intento de instalarlo es una pena pero no puedo seguir esperando por ayuda asi que gracias si es aplica hasta espero algun dia regresar lastima es un buen script pero da muchos problemas optare por otro mas clasico y facil de manejar.

byeeeee cuidense.
 
try that...

///////////////////////////////////////////////////////////////////
///// DO NOT EDIT BELOW THIS - (do it if the script can't run) ////
///////////////////////////////////////////////////////////////////

// SERVER ///
/* We get this values with $_SERVER. If your server doesn't resolve this values The script will not work.
If the script doesn't work, you must change this values to be like values in the comments (see the exaple below) */

$DOM_SCRIPT = 'csradio.000a.biz'; // --> mysite.com
$PATH_SERVER = ''; // --> /public_html (pssst.. NO ENDING SLASH!)

// example:
# $DOM_SCRIPT = 'mysite.com';
# $PATH_SERVER = '/public_html';
/* Btw, you can check this values by uncommenting this: */
/* echo 'DOM: '.$DOM_SCRIPT.' - PATH: '.$PATH_SERVER;*/
 
Back
Top