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 - *handsome*

Pages: [1] 2 3 4 5
1
Discussion & Troubleshooting / Re: what kind of error is this?
« on: October 14, 2009, 06:09:04 PM »
reupload unmodified admin/index.php

i just re upload every thing now its working fine :)

2
Discussion & Troubleshooting / what kind of error is this?
« on: October 14, 2009, 03:06:21 PM »
Please check

www.pakistans.com/msn   <<< this is my gallery it is not showing any thing
and www.pakistans.com/msn/admin   <<< and this page show an error Parse error: syntax error, unexpected $end in /home/paks/public_html/msn/admin/index.php on line 163


please elt me know what is this :-s how can  i make it correct?

3
Discussion & Troubleshooting / Image size problem
« on: October 03, 2009, 04:42:43 PM »
My image size is 96px × 65px but its automatic scaled to 200px × 125px

i have changed nothing from templates i am confused what should i do :(

the other question is that i have two gallery in same website is it possible that i can use one single header and footer for both galleries?


4
Discussion & Troubleshooting / Re: amazing error :-s
« on: May 07, 2009, 08:38:22 AM »
Now every thing is fine :D

I just reinstalled my gallery now its fine

5
Discussion & Troubleshooting / Re: amazing error :-s
« on: May 06, 2009, 07:17:51 AM »
handsome,

it's difficult to say.... maybe *.php files are 403, maybe something else.. no idea... with your url we can starting nothing rightnow.

what are your access and error logs showing?

There is no error :-s even my other gallery on the same website like www.pakistans.com/msn working fine to me

6
Discussion & Troubleshooting / amazing error :-s
« on: May 05, 2009, 02:10:29 PM »
every thing was working fine :-s but now check it show nothing http://pakistans.com/gallery/ ( i think Error 404 Page)

plz let me know whats wrong??

Al files are fine i have not changed any thing. but still there is nothing where is my gallery :(

7
Thanks for help

you are great :)

8
Now, upload your database backup that you have taken in your old 4image installation....


Upload can be done in phpMyAdmin...




but the database names are changed... is there any think i need to change or just upload database?

9
hi i movied my hosting to some other server

i just completely tansfered data folder

now plz guide me how can i transfer the catagories name?

10
Hi i want to transfer my 4images gallery to other webshosting server

I search lot but got nothing

PLz guide me step by step

Thanks in Advance

11
Discussion & Troubleshooting / Re: bmp as thumbnail possible plz?
« on: January 08, 2009, 10:55:11 AM »
Trust me, to convert .bmp into .png is much easier, quicker, better in every imaginable ways then add support for useless .bmp type of images.

Try this experiment: take one .bmp image write down the filesize, then compress it into .zip, write down the filesize of the .zip, then convert that .bmp into .png and compare filesize of .png with filesize of .zip, you'll see that these numbers are very close to each other then to .bmp filesize (depends on image complexity it could be be 2-100 times difference)

The conclusion: be kind to your site's visitors never ever use .bmp images directly on the web pages, it's not only wastes your server's bandwidth but also bandwidth and time of your visitors.

P.S.
You even can convert .bmp into .png or .jpg with MS Paint...



hmmm ok i am going to change 100+ images into gif

12
Discussion & Troubleshooting / Re: plz help me in this
« on: January 08, 2009, 10:54:51 AM »
Actually, you can't repair sessions table via mysql manager, because it's HEAP type.

You'll need execute this MySQL query in your mysql manager (or ask your host administrator do it for you)

Code: [Select]
DROP TABLE IF EXISTS 4images_sessions;
CREATE TABLE 4images_sessions (
  session_id varchar(32) NOT NULL default '',
  session_user_id int(11) NOT NULL default '0',
  session_lastaction int(11) unsigned NOT NULL default '0',
  session_location varchar(255) NOT NULL default '',
  session_ip varchar(15) NOT NULL default '',
  PRIMARY KEY  (session_id),
  KEY session_user_id (session_user_id),
  KEY session_id_ip_user_id (session_id,session_ip,session_user_id)
) TYPE=HEAP;

P.S.
Forum rules -> Type in a subject that summarizes your question

Please help me step by step.......

13
Discussion & Troubleshooting / bmp as thumbnail possible plz?
« on: January 07, 2009, 12:13:26 AM »
well i am uploading zip files and adding bmp file as thumbnails but its not working let me know how can i make bmp as my thumbnail for zip files?

14
Discussion & Troubleshooting / plz help me in this
« on: January 06, 2009, 10:13:10 PM »
I am getting this message on my gellery front page

Code: [Select]
DB Error: Bad SQL Query: DELETE FROM 4images_sessions WHERE session_lastaction < 1231275448
Table './nokialov_imga4/4images_sessions' is marked as crashed and should be repaired

DB Error: Bad SQL Query: REPLACE INTO 4images_sessions (session_id, session_user_id, session_lastaction, session_location, session_ip) VALUES ('a1f07c38ca12056ce9087b376bef7389', -1, 1231276348, 'index.php', '116.71.167.6')
Table './nokialov_imga4/4images_sessions' is marked as crashed and should be repaired

Warning: Cannot modify header information - headers already sent by (output started at /home/nokialov/public_html/games/includes/db_mysql.php:190) in /home/nokialov/public_html/games/includes/sessions.php on line 133

Warning: Cannot modify header information - headers already sent by (output started at /home/nokialov/public_html/games/includes/db_mysql.php:190) in /home/nokialov/public_html/games/includes/sessions.php on line 133

DB Error: Bad SQL Query: SELECT s.session_user_id, s.session_lastaction, s.session_ip, u.user_id, u.user_level, u.user_name, u.user_invisible FROM 4images_sessions s LEFT JOIN 4images_users u ON (u.user_id = s.session_user_id) WHERE s.session_lastaction >= 1231276048 ORDER BY u.user_id ASC, s.session_ip ASC
Table './nokialov_imga4/4images_sessions' is marked as crashed and should be repaired

15
Mods & Plugins (Releases & Support) / Re: [Mod] Random image / Zufallsbild
« on: December 25, 2008, 09:13:21 AM »
well when i show more than 1 image like 5 it show from up to down is it possible that it show images from left to right or right to left?

Pages: [1] 2 3 4 5