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.


Messages - live@ct

Pages: [1] 2 3 4 5 ... 11
2
Hi!

I thinking in implementing something like this but I found your MOD now this things look easier, I only have one question (I not already checked your code), if I already use jquery and slice, I only need to modify the template and css?

Thanks for your work!

3
Hi I like to this mod ignore the comments that are collapsed and show the default comments un-collapsed

for example in one image that show 5 comments per page when a comment its collapsed there are still five comments but one collapsed, I like to show 6 comments 5 un-collapsed and the one that its collapsed (hidden)

4
Mods & Plugins (Releases & Support) / Re: Signature image v2.23
« on: September 14, 2009, 07:14:24 PM »
How can I show 2 signatures from the same site in a 1 page,

I modify the code to specified the image id to show an specific image, reduce the time to 0 to every time i access the image it will create a new image signature

but when I use 2 images signatures in the same page it create 2 images of the same image ID one it´s complete and the second its the same image but showed only the half of the image

to access the image I use the rewrite mode to access the images like: site.com/img000.png and the php original its signature.php?img=000

thanks for your help

5
How can I specified the size of the video?

I want the default size to use for the video category 500 pixels, other size for the coments like 300 pixels width and for other description and additional fields 200 pixels width

thanks for your help

6
For the vetsion 1.7.7 how can I make to  use the dropdown for image fields and user_field, the user_country, I have both in the user and images tables, but I dont know if I can use the same array for both because when some user try to register the user_country_dropdown works, but in the member_upload_form it not show the country_dropdown

I need to make a separate array or why it not showing in the upload form

7
Discussion & Troubleshooting / Re: Intruder in my site...
« on: July 29, 2008, 08:53:53 AM »
I have the 1.7 with many mods, i cant remember the mods I had

also I Iadded come field but nothing that its not documented... (db_field_definition)

8
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!!!

9
Hola que tal gracias por tu respuesta, lo de actualizar la tabla con los datos ya esta hecho, por ejemplo el usuario ingresa: 2008-03-09 y esto se actualiza directamente a la tabla osea q en el campo fecha_extendida existe 2008-03-09

Ahora replanteare mi pregunta

Cuando se quiere mostrar alguno de los campos nuevos agregados se utiliza la siguiente sintaxis: {nuevo_campo}
Cuando en un archivo html que forma parte del template en este caso de la fecha utilizo: {fecha_extendida} y aparece en el sitio: 2008-03-09

Lo que yo quiero esq este dato ya existente dentro de la tabla de imagenes sea interpretado en el html con la función que he creado para pasarla de: 2008-03-09 a 9 marzo 2008

La función ya esta hecha dentro de includes/functions.php

lo que yo quiero, esq pueda interpretar esos datos dentro de la tabla llamandola al html pero utilizando mi funcion en el php para cambiar su formato

Este formato yo lo ocupo para hacer otro ordenamiento a las iamgenes de mi galeria

Si alguien sabe como o me puede ayudar se lo agradecería o si cree q pueda existir otra forma pues igual me ayudaría mucho

gracias

10
Mods & Plugins (Releases & Support) / Re: [MOD] Contact Form
« on: March 20, 2008, 08:43:47 AM »
I like to add a attachment funtion, to send 2 or 3 files in the contact form

thanks for your help!

11
im trying with executing the funtion in the html template <?php text_date({image_ndate}) ?> but this givme a error evl'code can some one help me or givme more ideas

thanks!!

12
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?!?!?

13
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!

14
Discussion & Troubleshooting / Re: Links? and ..... layout
« on: February 11, 2008, 03:14:46 AM »
how can I use the new field to asing to a variable in the index, details and categories PHP files?!?!

15
hi! im looking for this also, Im thinking in a solution maybe someone can help me... here are some steps

1. We need to add the code for add a user in the table of usergroups the function is in: admin/usergroups.php but is it in a "admin" folder it will be a risk to call this or I need to recreate??
2. Put the code in the registration form and the edit form, this will be simple but I like to know if there are no risk of someone inject a specified usegroup that can make changes in the gallery

thanks and clickymouse if I found a fix to this Ill post it or someone can find this steps useful please hep us :P

Pages: [1] 2 3 4 5 ... 11