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 - }{iJacK

Pages: [1] 2
1
Hello Thank You For Helping

Code: [Select]
$thumb = "<a href=\"".MEDIA_DIR."[b]\[/b]".$cat_id."/".$media_file_name."\" target=\"_blank\">".$thumb."</a>";we forget slash. after testing i write it.
Everything is fine

I try to change top.php

Quote
    $register_array['image_rating_'.$i] = (check_permission("auth_viewimage", $top_list[$i]['cat_id'])) ? "<a href=\"".$site_sess->url(ROOT_PATH."details.php?".URL_IMAGE_ID."=".$top_list[$i]['image_id'])."\">".format_text($top_list[$i]['image_name'])."</a>" : format_text($top_list[$i]['image_name']);

but i can't. could you have a look?

sorry for my questions but belive me its really important to me.

sincerely

2
thumbnail_bit.html is ok but
ı cant find $thumb_highslide or something like in Functions.php
are you sure that include in functions.php

couse i download 4images again to look up but i cant find again.

I'm so glad if you help me
sincerely

3
Hi,

what kind of imageshow?

- image in html in new open window
- image with direktlink in new open window
- image with ajax in the same window


KurtW

- image with direktlink in new open window

4
i find this but its not my requested subject.
i only want to open image when somebody click on thumbnail.[ not to click on detailed image.]

5
Mods & Plugins (Requests & Discussions) / [ReQ] Open image in a new window
« on: December 11, 2007, 10:47:03 PM »
Hi There

I want to show picture in a new window when clicking on thumbnail.
When anyone click, new autoresize page open and show the picture.

I also find something like this but it can be used for viewing the larger image file. Thumbnail, resized file, and the big image un resized file.

6
Mods & Plugins (Requests & Discussions) / Re: [ReQ] Bulk Image Name Changer
« on: December 09, 2007, 12:58:46 AM »
I read but.
It says connection time out since 2 days while i try to download.

7
Mods & Plugins (Requests & Discussions) / [ReQ] Bulk Image Name Changer
« on: December 07, 2007, 10:02:01 PM »
Its very good for webmasters who uploads their images via ftp.
If anyone can supply this mod. Uploading and Integrated images in system will be very fast

I look for a simple page that show images. only by categories and names. [No other details shown.]
when we use tab cursor select the next image name. Thats all.

Otherwise we have to change image name via Checking image panel or edit image panel its more slowly.

8
 Table    Action    Records    Type    Size    Overhead   
   4images_comments                3,683   MyISAM      682.3 KB     2,956 Bytes 
   4images_images                17,257   MyISAM      2.2 MB      -   
   4images_lightboxes                59,375   MyISAM      8.6 MB      -   
   4images_users                66,569   MyISAM      13.8 MB     20 Bytes 
   4images_wordlist                10,092   MyISAM      439.5 KB      -   
   4images_wordmatch                54,117   MyISAM      1.1 MB      -   
  15 table(s)   Sum  213,300  --    27.3 MB    127.2 KB

these are some of my tables bigger than 500 kb.
my site is working so slow. i cant control new images. and homepage is usally cant open.

how can i optimize my database?
is there any program. and the other question is

are any mod avaible for 4images "google tab".
i want to turn my details.php?image_id=blablabla
into blablala.htm


i know this google tab for php-nuke.
is any one make it for 4images?

9
where am i going to add this !

in index.php ?
if yes which place ?

could you explain ?

Sincerely

10
is there any ways to limit online users?
i want to show " Just waiting a few minutes. Server is overloaded. "
message when my cpu is %90 up...


11
yeah i know thumbnail_openwindow but i dont want to open like this i want to open the full url...
 not details.php
couse while trying to open details.php mysql is using too many cpu and memmory i got trouble while online users reach 140 or up...

could you help me ?

i try to find so many ways but i cant

12
i find
http://www.4homepages.de/forum/index.php?topic=3236.0

but i want only
When user click on a thumb. Anew page will be opened (not java script window) and goes truu the full url of image ?

its seems simple . maybe i cant edit but i dont want to mixed my php and stay my database down...

13
1- Details

 Try to change

Code:
define('SHOW_RANDOM_CAT_IMAGE', 1);
to

Code:
define('SHOW_RANDOM_CAT_IMAGE', 0);
in includes/constants.php. This disables the category related random image.


Code:
define('SHOW_RANDOM_IMAGE', 1);
to

Code:
define('SHOW_RANDOM_IMAGE', 0);

14
1- You can remove your random image @ template or php file constant.php
2- You can use disable right click to open lots of page ( so many mysql connection with 1 ip )
3- if server is yours you can edit etc/my.cnf file
max connection : 500
persitent connection : 0
timeout : 300
4- close who is online section if you get more than 150 active

and so did you know any other alternavites to use cpu & memmory more optimistic.
i got daily 11.000 unique hit and i cant reach more... couse of my server ?

WRITE ALL TOPICS ABOUT OPTIMISATION THE MYSQL AND 4IMAGES..

15
Mods & Plugins (Requests & Discussions) / Re: 3 problems -
« on: March 19, 2005, 11:25:45 AM »
another prob is
i cant see users ip adress when they log out..
i have to trace them..
is there any idea about logging the users last logins with last ip . and also time

Pages: [1] 2