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

Pages: 1 2 [3] 4 5 6 7 ... 9
31
At first I thought someone is hacking the server...

NO someone hacking server, but 4images(1.7 and 1.7.1) without this MOD working bad(page opening ~2-3min. or not responding)
i think there must be big bug somewhere in this script...
maybe need remove ~5 tables from mysql or something... i dont know, there you are professional with PHP scripting.

other scripts for images work faster and no crashing mysql, why? maybe you know that..

If you know why, maybe you can post there MOD or something, who made better for speed?

32
What do this Mod???
cashing your site
from version 1.7.1 this mod installed

33
4images working very slowly, when many images loaded to the base,
without this MOD - site not working

~ 7000 IP per day
~ 23000 files in database
Server: Pentium4 3.2mhz, Ram: 1Gb, linux
only one 4images script on this server!

I think, there is BUG on 4images..
crashing mysql this script

34
Great MOD, this must be in default 4images script

35
after search "ALL" dir:
Quote
Warning: OpenDir: Invalid argument (errno 22) in C:\MyServ\www\images\admin\checkimages.php on line 754
four times(because no 4 dir)..

if there is no directories = problem

36
Mods & Plugins (Releases & Support) / Re: [MOD] Sitemap v1.0
« on: August 14, 2005, 09:32:26 PM »
Simple and clear MOD,
thank's for V@no

Maybe i can this do with "register.html" template?

what i must change.
  "categories" => sitemap_bits(),
to
  "content" => sitemap_bits(),

or what? :)
NO NEED LEGEND in left side

37
Chit Chat / Re: include to the templates no problem in 1.7.1
« on: August 14, 2005, 09:27:16 PM »
if i understand right, need do that? :
Code: [Select]
<?php
include($_SERVER['DOCUMENT_ROOT']."http://www.mysite.com/images/file.php");
?>

but if i want place this template in other site, need replace all this....  bad idea
--- --- ---
my english bad :/

38
Mods & Plugins (Releases & Support) / Re: [MOD] Download limit v1
« on: August 14, 2005, 09:13:02 PM »
but found many working proxies is harder, than clear cookies
need many time to change proxy and etc...

39
Mods & Plugins (Releases & Support) / Re: [MOD] Download limit v1
« on: August 14, 2005, 07:01:38 PM »
But you don't made this MOD with IP :)
just sessions, you know... sessions or cookies bad idea..

40
Mods & Plugins (Releases & Support) / Re: [MOD] Download limit v1
« on: August 14, 2005, 05:39:48 PM »
at first: there is no "detail.php" --> "details.php"
in details.php i dont found:
show_image($image_row, $mode, 0, 1, 1);
there is:
Code: [Select]
show_image($image_row, $mode, 0, 1);

in 1.7 and 1.7.1 versions

41
I tried this mod but it doesn`t work.
I am using 4images 1.7.1.
When I send the postcard the system shows me a successful action (Vielen Dank! Ihre eCardwurde erfolgreich versendet), but I do not recieve any e-mail whether I choose html or txt.
Any idea what goes wrong?
With version 1.7.1 many problems at this time,
try to download 1.7, you search this from google ;)
something wrong with global.php and paging system...

42
Mods & Plugins (Releases & Support) / Re: Signature image v2.21
« on: August 14, 2005, 05:18:50 PM »
V@no: maybe you can post your signature.php there?

there is clock and other features, looks good..

43
Chit Chat / Re: include to the templates no problem in 1.7.1
« on: August 14, 2005, 04:24:26 PM »
ok, thank's

at now i understand that i must do this:
Code: [Select]
<?php
include($_SERVER['DOCUMENT_ROOT']."/images/file.php");
?>

and only this
in templates...

44
Mods & Plugins (Releases & Support) / Re: [MOD] Paging for comments
« on: August 14, 2005, 03:55:02 AM »
There is better thing:
Code: [Select]
for($i = 1; $i <= 20; $i++) {
$setvalue = 5 * $i;

for the paging 5,10,15,20......,95,100

45
Chit Chat / Re: include to the templates no problem in 1.7.1
« on: August 13, 2005, 09:00:16 PM »
Maybe you don't understand me..

I want to make one file for menu and one for banner, why?
because if i change something in one file, in all templates and all pages this info will be changed

What i must do, that site work good and fast?

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