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

Pages: 1 2 [3] 4 5
31
any one can translate this into english?

32
Code: [Select]
  $file_size = "n/a";
  if (!is_remote($image_row['image_media_file'])) {
    if ($file_size = @filesize(MEDIA_PATH."/".$image_row['cat_id']."/".$image_row['image_media_file'])) {
      $file_size = format_file_size($file_size);
    }
  }
  elseif ($detailed_view) {
    $file_size = get_remote_file_size($image_row['image_media_file']);
  }

I can find this code in functions.php (I'm using version 1.7.4)

33
bummmmmmmmmmmmmmmmmmmmmmmm

34
Discussion & Troubleshooting / import and download question.
« on: June 24, 2007, 04:09:10 AM »
I have alot of wallpaper (1024x768, >500KB)

I upload all of them to categories ID in data folder (of course create categories in admin cp before).

Then I login to ACP >> Check new images and Validate them, then go to Auto thumbnail and create thumbnail for my wallpaper pictures.

But the seem my wallpaper too large in detail image for viewing purpose, therefore and try resize them in ACP.

But when finished then my wallpaper have only <100KB and demension: 400x300

I want ask that how do can I using rezise images and can download them for full size?

SIZE TO VIEW: 400X300 - 100kb
SIZE TO DOWNLOAD: 1024X768????



35
Chit Chat / New wallpaper site!!!!
« on: June 23, 2007, 04:52:40 PM »
I have just build this site: http://www.wallpaper-pack.com with 4images source code.

Welcome to you come to and download wallpapers you like.

Thank to 4images development team!

I love you :D

37
In fuctions.php file, i have changed a line to:

Code: [Select]
$download_button = "<a href=\"".$site_sess->url(ROOT_PATH."download.php?".URL_IMAGE_ID."=".$image_row['image_id'])."\"".$target." onclick=\"popup=window.open('test.html'); return false;\">Click here to download!!!</a>";

But it not work, when click into download link then it redirect me to test.html page only.

Any one have some ideas?

38
Mods & Plugins (Requests & Discussions) / Re: download question.
« on: June 20, 2007, 09:51:58 AM »
no one here..................

39
Could you show me more detail about the way to perform this work?

Thank you!

40
I want to open a popoup when my user click on download button,

How can do to add this feature?

Thank you!

41
how to can i show image name and category name in title bar?

42
Discussion & Troubleshooting / search error
« on: April 22, 2007, 01:55:00 PM »
When i browse to search, i get an error:

Quote
Notice: Undefined index: random_image in /home/bigu/public_html/includes/page_header.php on line 144

Notice: Undefined index: new_images in /home/bigu/public_html/includes/page_header.php on line 147

Notice: Undefined index: top_images in /home/bigu/public_html/includes/page_header.php on line 148

Notice: Undefined index: images_per_page in /home/bigu/public_html/includes/page_header.php on line 161

Notice: Undefined index: new_images_only in /home/bigu/public_html/search.php on line 281

Please tell me the way to fix this.

Thank you!

43
Mods & Plugins (Requests & Discussions) / Re: download question.
« on: April 20, 2007, 01:45:36 PM »
for example, you can go to: http://4images.malediven-bilder.de/ and download anything on that site, you must wait 30 seconds to downloat the file which you choosen.


Please tell me this modification.

Thank you very much!

44
Mods & Plugins (Requests & Discussions) / download question.
« on: April 10, 2007, 03:43:29 PM »
I have this question, please help me.

When my visitors come and downloading a file then them can download direct. And now I want set time for a time download.

Example: require my visitors wait for 30 sec to download with alert: "Please wait 30 secs to download this file" (when them click into download button).

(sorry for my english)

45
Discussion & Troubleshooting / Re: Cannot get temporary file!
« on: March 04, 2007, 03:13:00 PM »
If file download < 2MB, download work, but if it > 2MB then my users cannot download it and get the error: Cannot get temporary file!

Please tell me how do fix this problem.

Thank you!

Pages: 1 2 [3] 4 5