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

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [Mod] Latest News and Archive
« on: September 15, 2005, 05:34:10 PM »
Did you get to resolve your problem? My site is doing exactly the same thing. It was fine before but now if you click on Archive it reloads the index.php again. Any help to fix the problem will be greatly appreciated.

My setting:
Code: [Select]
$display_by_count = "1";
$latest_news_days = "14";
$show_news_articles = "1";
$show_news_articles_archive = "10";

2
Chit Chat / Re: [MOD] SimplyAddGallery - Spam? Phishing or what?
« on: September 05, 2005, 08:51:50 PM »
Here is the thread where they are discussing about this Mod:
http://www.4homepages.de/forum/index.php?topic=9402.0

I got 2 emails and 2 Private Messages. I was offended because to me they are nothing but SPAM. Hopefully someone will look into this. Thanks.

3
Discussion & Troubleshooting / Re: Image Deletion Problem
« on: September 04, 2005, 09:55:08 PM »
How do I resolve it though? Thanks!

4
Discussion & Troubleshooting / Re: Image Deletion Problem
« on: September 04, 2005, 03:52:34 AM »
My mistake. It didn't solve the problem. Sometimes I get error message sometimes I don't.

5
It works! Thank you very very much!

6
Discussion & Troubleshooting / Re: Image Deletion Problem
« on: September 03, 2005, 08:03:41 AM »
I fixed my function.php based on the comment in the following thread and then deleted 2 files (no error). I think that was the problem.. now sure though. Posting this info incase someone has similar problems.

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

7
Discussion & Troubleshooting / Image Deletion Problem
« on: September 02, 2005, 11:34:16 PM »
Hi there whenever I try to delete a file I get the following error.

Can't seem to figure out what is the problem. I have recently changing my hosting company and then installed "[MOD] Sitemap v1_0" and "[Mod] Images Per Page keeps its value each visit" but then again I am not sure exectly when this problem started. Any help will be greatly appreciated. Thanks.

Quote
Delete: Image

Image deleted 101-0195 IMG (ID: 5272)
  Image file deleted (101-0195_IMG.JPG)
  Thumbnail file deleted (101-0195_IMG.jpg)
  No Original size (big) Found
Comments deleted

Image deleted 101-0195 IMG (ID: 5272)
  No Original size (big) Found
Comments deleted

Image deleted 101-0195 IMG (ID: 5272)
  No Original size (big) Found
Comments deleted

Image deleted 101-0195 IMG (ID: 5272)
  No Original size (big) Found
Comments deleted

Quote
Error Log:
The following errors occurred:

Error deleting image file. (101-0195_IMG.JPG)
Error deleting thumbnail file (101-0195_IMG.jpg)
Error deleting image file. (101-0195_IMG.JPG)
Error deleting thumbnail file (101-0195_IMG.jpg)
Error deleting image file. (101-0195_IMG.JPG)
Error deleting thumbnail file (101-0195_IMG.jpg)

8
I am actually using the following code and I tried replacing the WHERE user_level >= '".GUEST."' part with your code but it didn't do anything:

Code: [Select]
WHERE user_level >= '".GUEST."'".(($user_info['user_level'] == ADMIN) ? "" : " AND user_invisible = 0")." OR user_id = ".$user_info['user_id']."
Thank you for replying though!

9
Hi everyone! Can someone tell me what I need to change to exclude Admins from this list. We have 3 Admins and I don't want them to show up in a list. Thanks!

10
Works! Thank you for your help.

11
Code: [Select]
  $auth_postcomment = $HTTP_POST_VARS['auth_postcomment'];
I have the above code in two differnet places in my admin/categories.php

Should I use the following code in both places?

Code: [Select]
/*
  MOD SUBCAT PERM FROM PARENT
  BEGIN INSERT
*/
  $subcats = (isset($HTTP_POST_VARS['subcats']) && $HTTP_POST_VARS['subcats']) ? 1 : 0;
/*
  MOD SUBCAT PERM FROM PARENT
  END INSERT
*/

Any help will be greatly appreciated. Thanks.

12
Quote
"postcard_url" => $script_url."/postcards.php?".URL_POSTCARD_ID."=".$postcard_id,

I had to use the above code..

I am trying to solve the following problem as well. Any help will be appreciated.

Your eCard has been sent on 25.03.2005 21:52and will be stored in our.. (no space between the time and "and" part)

13
I am getting error every time I try to backup my 4image database from the control panel. It was working 2/3 weeks ago but now if I backup while everything is selected I get an error saying "The server encountered an internal error or misconfiguration and was unable to complete your request."

I went through the whole board but couldn't find any solution that works for me. I am using 4image 1.7.1 and Internet Explorer. I saw a few posting about the $table_select .= "<option value=\"".$row[0]."\""; but I checked my file and it does have =\ and I am not using Mozzila or Firefox.

Now, interestingly enough I tried selecting different files and then backup and looks like the backup works if I DO NOT select "4images_wordmatch".
When I try to backup ONLY "4images_wordmatch" I get this -=>


Note I have installed following MOD's before my 4image backup was working:
+[MOD] Automated Random Image Names
+[MOD] Display random images on homepage, if no new images
+[MOD] Information if Guest follows direct link to an image
+[MOD] Latest News and Archive
+[MOD] Logout from ACP (Admin Control Panel)
+[MOD] More Statistics for your visitors
+[Mod] Star Rating
+[Plugin] Rebuild Thumbnails v1_0_3
+[Plugin] Rebuild Search Index

Any help to resolve this will be greatly appreciated. Thank you!

Pages: [1]