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

Pages: 1 2 [3] 4 5 6 7 ... 15
31
And what eaxtly is the error message? What is wrong? Possible to see the page ?

32
Discussion & Troubleshooting / Re: im getting a bad sql query
« on: September 06, 2006, 12:06:37 AM »
I am no expert but i think that your host either down graded or upgraded SQL verision to your server and that perhaps causing this issue. (Coz i think the SQL query is correct)
So wait for an exper to reply but in the meanwhile ask your host if they have changed the SQL server version.

33
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: September 05, 2006, 09:30:26 PM »
Hello V@no

I am having a small issue with this Mod.
I installed the Mod from your first post and every thing was just perfect. It was working the way it should.

Then I applied the changes you posted here
http://www.4homepages.de/forum/index.php?topic=3978.msg17618#msg17618
To show the avatar below the registered user name in Menu (Above Lightbox).

After this, now when I select the avatar from the list, the avatar immediately change from the menu (Above Lightbox) but the avatar below the avatar list remain the same. (It only got changed when save profile and come back again)

Is there a way to solve this small issue??

I hope i was able to clear the point.

34
Chit Chat / Re: Requesting Review
« on: September 05, 2006, 03:39:08 PM »
ohhhhha

DB Error: Bad SQL Query: SELECT cat_id, COUNT(image_id) AS new_images FROM 4images_images WHERE image_active = 1 AND image_date >= 1156885091 GROUP BY cat_id
User 'bestofth_wallpu' has exceeded the 'max_questions' resource (current value: 50000)

Unfortunately, I am getting trouble with the number of queries settings from my server.  :cry:
My gallery is executing 50,000 queries per hour even being a normal site. (Without that much users)
I am envisaging the issue here, if you could help me solving this issue. Please have a look in the thread

http://www.4homepages.de/forum/index.php?topic=13601.0

35
Discussion & Troubleshooting / Re: DB Error -- Urgent Help Please
« on: September 05, 2006, 10:14:16 AM »
V@no please help
This thing is getting serious  :cry:
This happend again today.  :cry:

Yesterday i was testing how many queries a page need. So, my hope age was taking around 130-140 queries. Other pages were around 40-70, Is that normal ??
I have also enabled cache feature yesterday but still it happen agian today.

The last mod i installed was "Treat bots as user" "Memberlist" & "User Avatar"
Still i am on v1.7.1

// Edited..
I have removed "Treat Bots as a user" Mod. Have checked Queries for different pages. Now sending PM to V@no. Hopefully i will ge this thing sorted out soon .

36
Discussion & Troubleshooting / Re: DB Error -- Urgent Help Please
« on: September 04, 2006, 02:17:19 PM »
In v1.7.3 its possible to see that information...

My Bad. I am currently using v1.1.7 with all bugfix installed.

I have don some heavy modification thats why still sticking to this version.
Currently i am trying my best to move to the new version but it will take some time coz of my studies.

So is it possible to know the reason with v 1.7.1 ??

"50000" queries is a little too much for my site coz today i am only having around 400 page views.

37
Discussion & Troubleshooting / Re: DB Error -- Urgent Help Please
« on: September 04, 2006, 01:20:54 PM »
Hi guys

Its a bit old topic but I have got this error message twice in the past 24 hours.  Every time I contacted my host the problem was solved in minutes. But now I am getting worried why is this happening again & again??

My site doesn’t have so many daily visitors yet I am exceeding queries limit. So there is something wrong with the script (my installation not with 4images itself).
Most probably some mod that I have installed. So, is there any way around to check exactly which query is giving so much load on the server??


38
Thankx V@no
You are The Guru  :D

39
This little hack allows you to see random new images on the home page that fall within the cuttof limit, this makes the page look more active.
Code: [Select]
$new_cutoff = time() - 60 * 60 * 24 * $config['new_cutoff'];
$num_new_images = $config['image_cells'];
$sql = "SELECT IF(i.image_date >= $new_cutoff,RAND()+1,1) as random_no, 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".$additional_sql.", c.cat_name".get_user_table_field(", u.", "user_name")."
        FROM ".IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c
        LEFT JOIN ".USERS_TABLE." u ON (".get_user_table_field("u.", "user_id")." = i.user_id)
        WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (".get_auth_cat_sql("auth_viewcat").")
        ORDER BY random_no DESC, i.image_date DESC
        LIMIT $num_new_images";

Is this possible to Exclude one category from this block of code ??
I dont want to show new/random images from One category

40
Chit Chat / All New BestofWallpapers.Com
« on: September 03, 2006, 08:20:56 PM »
Hi guys

I was working on the site for the past one & half moth. Finally, today I have updated my whole layout of the site. Please have a look and let me if you see any improvements.

I am using Maxpaul's template set Next generation template "Wallpaper" with some modifications.

While this might not be the most intuitive or attractive design at first glance, as compared to all other wallpaper websites. This time I decided not to go with a flash logo. Along with layout & design improvements, I have also added few new features for the members. So you have to register to see them in action 

Here is the link
BestofWallpapers.Com

Any thoughts, criticisms, reviews of this website will be highly appreciated.

41
I just installed the mod
"[MOD] Treat bots as users with less rights

So now all the time Ii am seeing Bots in my "Active Member list"
Is there a way to exclude these searchbots from the list ??

Perhaps by restricting the user group from appearing in the "Last Active Users" list ??

42
Any thoughts ??  :cry:

43
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: September 02, 2006, 10:35:44 AM »
Great Mod V@no
I just installed it and it works just perfect :)
However there is one little problem for me. In my settings I have Max avatar width & height as 50 pixels. But for some reason, I was able to upload images of 100 width & 100 height.

I think it’s because of some other mod.
Tell me how I could I correct it.
Where to start digging??

//Edited
Stupid me.  :oops:
I was checking being Admin.

44
Mods & Plugins (Requests & Discussions) / How to get 4 thumbnails randomly
« on: September 01, 2006, 11:40:17 PM »
I want to get 4 random thumbnails and to use them along with google ads.
I saw this on HotDT.Com
You can see it on the main page below "Hot Categories"

Adding static images like this is no problem but how Maxpaul is getting random images for this thing. I would like to know.




45
Hi guys
These days i am working on this template and changing it to my needs.
I dont know if i did something wrong or what but when i am on Image details page, the "Picture info" and "add comment" section doesnt look good. They have some free space towards the end.
I am attaching a picture to show what i meant.
// Link Removed

I want to stretch them to be appear in the whole box. 
What should i do ??

//Editted
Issue solved :)

Pages: 1 2 [3] 4 5 6 7 ... 15