Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - live@ct

Pages: [1] 2 3
1
Discussion & Troubleshooting / Intruder in my site...
« on: July 29, 2008, 08:25:47 AM »
Yesterday someone upload a file to my site, checking the source of the php file I can cheked that is something like a shell, I notice that something goes wrong when the pictures mark the error 404 and check by ftp and the files was in the folders, so i try to re upload the image and the system tell me that the extension its no permitted, so I went to the Control Panel and check the options and I saw that the extension options was changed to only permit to upload PHP files extension!!!

How did he do that!?!?!
I can believe that someone upload a file modifiying something in the upload code like a sql injection, BUT how did he changed the option to permit to upload php files!!!

is there something to prevent such kind of exploits?!?!?!?!?!

thanks for your help!!!

2
Español / Castellano / [REQ]mandar datos de un nuevo campo a una funcion
« on: February 21, 2008, 08:17:39 AM »
Hola estoy intentando mandar los datos de un nuevo campo a una funcion pero no logro q funcione alguien sabe como le tengo q hacer para poder hacerlo

como le hago para q los datos de {new_field} los pueda usar en el archivo PHP

estoy intentando algo como esto

$site_template->register_vars(array(
  "image_fecha2" => fecha_extendida('new_field')
));

lo que estoy buscando es q el usuario ponga una fecha con el ISO estandar de YYYY-MM-DD año-mes-dia y lo que hace mi funcion es agarra la fecha y la conviete del tipo: 2008-01-19 a 19 enero 2008, pero no se como mandar el valor del nuevo campo a la variable alguien sabe como?!?!?

3
Hi

Im trying to send the data of a new field to a function added to the functions.php I dont know how to send the data, if some one can help me please Ill be apreaciate

The function chage the Date Iso format to a text format, for example, the user put the date of the image, in this format 2008-08-08, and my function chages to 8 agoust 2008 to be displayed in the template thumbnail_bit, this new date is different from the date added image, the point to use the ISO format its to show the images in DESC with that date and not with the added date the normal added date ill be use for the rss feed for new images etc etc

thanks for your help!

4
Hola, alguien me podria ayudar en esto, lo que deseo es que los usuarios q suban imagenes puedan subir 2 archivos, y que solo el seleccionado se quede guardado y el otro se borre o se mande a una carpeta TEMP, o donde puedo encontrar esas funciones para intentar modificarlo

Mi sitio funciona asi: yo necesito ver q en la parte de atras de la imagen (postal) este incluido mi url o logo del sitio, si este existe, valido la imagen pero solo se publica la parte de enfrente la de atras no se publica.

gracias por su ayuda

5
Hola, quisiera saber si alguien me puede ayudar con esto, quiero agregar al inicio de mi pagina, unas imagenes nuevas de una categoria en especifica, y que los thumbs incluyan la descripcion de la image, pero solo los primers 50 caracteres, eh intentado meter el siguiente codigo pero no logro hacer que funcione.

Code: [Select]
$text_len = 50;
$text = $row['image_description'];
  if (strlen($text) > $text_len) {
    $text = substr($text, 0, $text_len)." ...";
  }

y esto en las variables del template
Code: [Select]
$site_template->register_vars(array(
"image_desccut" => format_text($text, $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments'], 1, 0)));

gracias por su ayuda!

6
Hi, in the index I like to show a part of the image_description but only 50 chars of all the description, I copy the last images function to create a new last images of a specified categorie, for that categorie i like to show in the thumb the image_description, im trying adding this code in the function:

Code: [Select]
$text_len = 50;
$text = $row['image_description'];
  if (strlen($text) > $text_len) {
    $text = substr($text, 0, $text_len)." ...";
  }

and this template var
Code: [Select]
$site_template->register_vars(array(
"image_desccut" => format_text($text, $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments'], 1, 0)));

but it doesn work, can someone help me please?!?!?!

thank you!!

7
Discussion & Troubleshooting / Where is located the function...
« on: February 08, 2007, 06:25:29 AM »
Hi I like to know where is located the function that cut the word length in comments, because in some cases, when a user post a long email address it show in 2 parts and the link for the email didnt work

can someone help me?  :roll:  :D

thanks!! :D

8
Hi!!

this is the situation for this request:

Some users post comments in the grong image

So

I like to add a option to move the comment to the correct image

is it possible
thanks!! for your help

9
Hi

Someone can help me with this mod, I like to delete every day or slected time, the comments for a image, why I like this

I like a image where the users can post any comment about everything, this comments are for the people that they dont know what to write, or to protest, or wathever they like to write without mattering if they will be banned because the vocabulary, they can to express itself freely

But this comments I like to omit in the latest comments of the pictures

thanks, and tell me if will be possible :P

10
Español / Castellano / quien ah instalado el MOD de short urls?
« on: November 16, 2006, 10:02:53 AM »
Hola alguien que tenga instalado el MOD de [Mod] Search Engine Friendly URLs aka Short URLs

Eh estado preguntando en ese topic acerca de quitar el ID de la imagen en el nombre de la URL pero nadie me puede responder

alguien de por aqui sabe como puedo hacer para q en vez de tener misitio.com/imagen-1.html tenga misitio.com/imagen.html
igual en las categorias


si alguien me puedo ayudar se lo agradecería

SALUDOS!!

11
Mods & Plugins (Requests & Discussions) / [REQ] Search comments by IP on ACP
« on: September 20, 2006, 08:07:07 AM »
Hi I like a option in the ACP/edit comments,  that let me search comments by IP

Thank for your help

12
I like to make a option in the ACP for the description of a image, like the comments that you can activate or deactivate

thanks for your help and sorry for my poor engliss  :lol:

13
Español / Castellano / [REQ]Descripcion con opcion de activar/desactivar
« on: September 10, 2006, 12:45:38 AM »
Hola

Me gustaría poder activar y desactivar la descripcion como los comentarios de una imagen desde el ACP
Alguien sabe como puedo hacerlo?!?!?

saludos y gracias

14
Hi Im thinking in upgrade my galery but I don't know wich mods are compatible and what dificult is to upgrade or move all my mods to the new version
or maybe i can stay with my old version 1.7

thanks for your help!

15
Mods & Plugins (Requests & Discussions) / [REQ] Add Video From Google
« on: June 30, 2006, 04:53:02 AM »
I like to add videos from google, how can I made the tamplate ?!?!?!

thanks for your help!!

Pages: [1] 2 3