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

Pages: [1] 2
1
I cleared my sessions table and I still can't login.

2
I can't login to the 4images admin panel even though the password is correct. I suspect that the sessions table is corrupt or soemthing. how can I fix this?

3
Discussion & Troubleshooting / All of my pages turned Blank
« on: February 26, 2007, 07:55:05 PM »
Today I checked out my website and I noticed that all of my pages were blank! The index page, category page, and the image (details.php) pages as well! This is for every 4images gallery on the server. Everything else on the server works fine it's just 4images that stopped working.

Does anyone know why this happened and how to fix it?

4
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: October 24, 2006, 02:42:00 AM »
u dont need this mod, just uncomment
Code: [Select]
      <!-- {if random_cat_image_file}<a href="{cat_url}"><img src="{random_cat_image_file}" border="1"></a>{endif random_cat_image_file}  --> in category_bit.html template.

I've wanted this for a long time and never knew it was so easy.

5
Thanks! This is exactly what I needed.

6
Discussion & Troubleshooting / Re: Server Load, Help me
« on: April 02, 2006, 08:04:35 AM »
Turn on caching if you haven't already

7
Mods & Plugins (Requests & Discussions) / Re: Cache images page
« on: March 19, 2006, 07:15:54 PM »
For my gallery I set the cache for four hours, replaced "getimagesize" in function.php with filesize, and now applied this current hack to cache the images page. And now my server load has been reduced by about 70% and pages loads MUCH faster. I'm still looking for more ways to better optimize 4images for large websites (I get over 20,000 visiters daily) but for now it's working great.

8
Mods & Plugins (Requests & Discussions) / Re: Cache images page
« on: March 18, 2006, 06:55:55 AM »
You're a genius, it worked. Thank you very much.

9
Mods & Plugins (Requests & Discussions) / Re: Cache images page
« on: March 17, 2006, 06:57:29 PM »
That's true but my website gets linked by huge sites pretty often and I'll have a couple thousand guest users all visiting the same image. If this page were cached it would help out a lot on my server.

10
Discussion & Troubleshooting / Re: The table '4images_sessions' is full
« on: February 14, 2006, 10:15:14 AM »
Thanks, that fixed it. I searched this forum for a fix before posting this thread but couldn't find an answer.

11
Discussion & Troubleshooting / The table '4images_sessions' is full
« on: February 13, 2006, 06:03:28 PM »
This is the error I am getting on the top of my gallery. What do I do, should I clean-out the sessions table? How do I do that?

---

DB Error: Bad SQL Query: REPLACE INTO 4images_sessions (session_id, session_user_id, session_lastaction, session_location, session_ip) VALUES ('3cf39af478607bcf0f6530738c04836b', -1, 1139849843, 'index.php', 'xx.xxx.xxx.xxx')
The table '4images_sessions' is full"

12
Mods & Plugins (Requests & Discussions) / Re: Cache images page
« on: February 04, 2006, 02:39:09 AM »
what are you talking about?

From what I understand you can cache the home.html page and the categories.html page but not the details.html. The details.html page is the page where the images reside. Or maybe you can cache that page and I am wrong?

13
Mods & Plugins (Requests & Discussions) / Cache images page
« on: February 02, 2006, 03:54:56 PM »
As of now we can cache the gallery home page, the categories page, but NOT the images page itself. Why??? It seems obvious that the images page is the page that will be hit the hardest and therefore should be cached as well.

14
Discussion & Troubleshooting / Gallery causing server load problems
« on: December 15, 2005, 11:49:11 PM »
Im becoming convinced that 4images isn't appropriate for active sites. is there anyone with a 4images gallery installed that gets more than 2,000 unique visiters a day in their gallery?

I have my own dedicated server and the loads are usually pretty high when my gallery gets a lot of hits. I have random category images turned off, and the cache is turned on. Any other suggestions for how to reduce server load with 4images?

15
What I want to do is have my newest images from 4images show up on my home page. Is this possible? Does this mod exists already?

Pages: [1] 2