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 - ascanio

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 35
76
Mods & Plugins (Releases & Support) / Re: [MOD] Post It!
« on: December 19, 2005, 05:50:06 PM »
try to click again :) its working now
i will post my mod tomorrow

77
ok will try to explain myself better
this is what i have done:
on the template details.html
I have change this
Code: [Select]
<textarea onfocus="this.select()"  style="border:1px dashed #808080; float: left" rows="13" cols="69">{image_description}</textarea>so people will be able to copy the code that i put on the description section (second picture)
but when i add that code on the description it ads <br /> to the code (first picutre) and i don't want that cuz the code will not work
so my question is if is any possibility to disable that option.

78
hi every on I would like to know if is it possible to remove the <br> tags that the script add on the description section in add images on the control panel
Im going to use the description as a css code section so if i get those tags on the code it will not work



79
Mods & Plugins (Releases & Support) / Re: [MOD] Post It!
« on: December 15, 2005, 06:14:17 PM »
if you need a easier version of this mod check the one that i have done for my site ... if u like it i will post the code
Demo:
http://www.surfourspace.net/details.php?image_id=17250

80
gracias por contestar amigo :)
tenia razon habia que reparar la table pero no podia entrar a mi phpAdmin ya que me daba un error
V@no me dio una solucion
la pongo aqui por si alguien la necesita en un futuro, realmente funciona :)

Ok, I asume you have SSH access.
Login as to your account through SSH, and type:
mysql -u username -p

(replace username with your database username
When prompted type your database password.

if login was successfull, you should see something like:
Quote
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 13650 to server version: 4.1.15-standard

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>
You are now can manage your database there.

Next type:
connect databasename
(replace databasename with the name of database used by phpmyadmin)

Then, if no errors, type:
repair table myspacetable \g

If you see no error message, try login into your phpmyadmin, if it shows you simular error message but for another table, repeat the repair procedure for that table.

Same thing you can try to do to myspace_lightboxes table, only if the mysql can not repair it, then you'll need to delete it and create new one.

Good luck.

81
wowowowowowowowoowowowowowow
V@no ur the man!!!!!!!!!
it work!!!
omg u save me a lot of work!
this is what my host told me to and i almost did it ...
> After researching the issue(s) at hand, we have determined the following:
> Upon inspection of your database it appears to be corrupted. We recommend
> removing and recreating the database then importing the data to resolve this
> issue.

thank you so much V@no!! merry xmas to u

82
i try to login in the phpmyAdmin and i get this error:
Error

SQL query: DocumentationEdit

SELECT COUNT( * ) AS num
FROM `myspace`.`myspacetable`

MySQL said: Documentation
#1016 - Can't open file: 'myspacetable.MYD'. (errno: 145)

i can't even see my tables now :(

83
i guess i should drop myspace_lightboxes and create the table again?

84
Discussion & Troubleshooting / Re:
« on: December 12, 2005, 07:51:58 PM »
it is the first time that im runing my own server so i don't know to much about this stuff ... next year im gonna take a course about server management hope it help
do u know any good webpage with tutorials or manuals about this stuff?

btw i got another error after i restart my server

Quote
DB Error: Bad SQL Query: SELECT u.*, l.* FROM myspace_users u, myspace_lightboxes l WHERE u.user_id = 1 AND l.user_id = u.user_id
Can't open file: 'myspace_lightboxes.MYD'. (errno: 145)

DB Error: Bad SQL Query: SELECT lightbox_id FROM myspace_lightboxes WHERE lightbox_id = 'f2a846e70f7e158e302d05022f9fdf1e'
Can't open file: 'myspace_lightboxes.MYD'. (errno: 145)

DB Error: Bad SQL Query: INSERT INTO myspace_lightboxes (lightbox_id, user_id, lightbox_lastaction, lightbox_image_ids) VALUES ('f2a846e70f7e158e302d05022f9fdf1e', 1, 1134413324, '')
Can't open file: 'myspace_lightboxes.MYD'. (errno: 145)

85
ok i found them thanks!
im relax now

86
hi i just called my hosting and they told me that my server logs are to big but i don't know where thos logs are
    Filename     Size     Last modified
   surfourspace.net_access_log    63 MB    12:03 PM
   surfourspace.net_access_log.1    4 GB    4:20 AM
   surfourspace.net_access_log.2    3 GB    Dec 4
   surfourspace.net_access_log.3    198 MB    Nov 27
   surfourspace.net_error_log    30 MB    12:03 PM
   surfourspace.net_error_log.1    2 GB    4:19 AM
   surfourspace.net_error_log.2    1 GB    Dec 4
   surfourspace.net_error_log.3    195 MB    Nov 27
im using winscp to try to find them
does anybody has a clue where to find those files?

87
i have virtual dedicated server and i can manage the server from the control panel like restart the server ans see the processes and things like that
is there any thing that i can do from my control panel?

88
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM myspace_images i, myspace_categories c LEFT JOIN myspace_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (0) AND i.image_date >= 1134061441 ORDER BY RAND() LIMIT 3
Got error 122 from table handler
Hola, he recivido este error en mi galeria de un dia para el otro sin haber cambiado nada en mi pagina
alguien sabe que puedo hacer para arreglarlo?

89
Hi, from some day to the next with out modifging anything i got this error, what i should do to fix it
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM myspace_images i, myspace_categories c LEFT JOIN myspace_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (0) AND i.image_date >= 1134061441 ORDER BY RAND() LIMIT 3
Got error 122 from table handler

90
Chit Chat / Re: how are you using 4images Gallery!
« on: November 04, 2005, 12:06:31 AM »
Im using my gallery as a hosting webpage for contact tables for myspace
the image are generated with this scrtip http://www.surfourspace.com/contablegen.php
and are stored automaticaly on the gallery:) and i getting popular and poplar
im very happy
check this out

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 35