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 - Xyu BAM

Pages: 1 [2] 3 4 5 6 ... 8
16
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: September 21, 2005, 12:56:15 AM »
oh, I see...
what if you replace
Code: [Select]
    $config['language_dir'] = $HTTP_COOKIE_VARS['4images_lang'];with:
Code: [Select]
    $l = $config['language_dir'] = $HTTP_COOKIE_VARS['4images_lang'];

17
3) if you have an opportunity, make sure path /tmp does exist and writible by web server user (your hoster can check this for you ;))

your hoster must make sure that the path specifyed in session.save_path in php.ini exists and writible by the web server's user. from your end, if you dont have root access to your server, you only can ask them to do so ;)

18
Discussion & Troubleshooting / Re: Worm attacks my gallery....
« on: September 21, 2005, 12:33:11 AM »
I highly doubt the "worm" got onto your server through 4images itself. It might use 4images though.
What you need is check of any suspicious files, or even compare the files your are sure are "good" with the ones from your backups, or if not possible then with fresh 4images files.


Good luck.

19
Chit Chat / Re: Host for php
« on: September 20, 2005, 03:29:00 PM »
lol u are pathetic and you are the only one I "harast".

20
Chit Chat / Re: Host for php
« on: September 20, 2005, 02:57:49 PM »
Then you're going to wait forever until it happends because I don't respond pretty well from harrasing people.
sorry to dissapoint you, but I dont have problem crititse you, in fact I start like it!


Oh, by the way, again you just admit that you are giving "wrong" support for people ON PURPOSE!

As I said before: "think twice, open you mouth ones", in your case its like "think none, open mouth ten times".

21
Now i want to have a link in the ACP to my admin section of this external script (for example: /4images/external_script/admin.php ).
But this admin.php file has to be positioned in an installed folder like /4images/external_script/ not positioned standalone in for example the Plugins folder of the 4images script.

I imagine like a small link directory under the plugins area in the ACP so that i could add some more links of external script administrations.

And is it possible to have these link contents to see in the "4images ACP area" not in a new window?

I think there is existing a similar MOD but i think that is only working if only one file is put in the plugin folder of an second plugin section.
 :roll:


perhaps this one will help:
http://www.4homepages.de/forum/index.php?topic=6306.0

22
Chit Chat / Re: Host for php
« on: September 20, 2005, 02:37:30 PM »
Careful there yellows. You might be his next victim over critisisum on his list. He's already harassing enough as it is. ;)
I do crititise, but I do it fair. And I will not get off your back untill u realize what u do wrong. As far as I see, you dont get it. So, dont blame me, blame yourself.

23
Chit Chat / Re: Host for php
« on: September 20, 2005, 03:11:01 AM »
hope so seen others have done it so presumed it was ok.
but your really didnt have to repeat it in every related topic...now it looks like a spam :roll:

24
Mods & Plugins (Requests & Discussions) / Re: see all images
« on: September 20, 2005, 02:27:01 AM »
how about using url like http://example.com/search.php?search_keywords=****

add more asterics (*) to be as many as it set in MIN_SEARCH_KEYWORD_LENGTH in includes/constants.php

As of all images in a category including its subcategories, there was a mod by Fugaziman "new images in categories" or something like that, it had also the feature u are requesting.

and as promised a comment for TheOracle:
what search statistics mod has to do with this request?

25
FAQ, Tips / Re: How can I add more allowed file extensions?
« on: September 20, 2005, 02:15:30 AM »
unfortunetly there are great many different mime types for common extensions, wich may vary on different web servers.
and in some cases it may be different on what system or what program was used to create sertain file...

26
oh wow! would be awsome!
nice

27
Ask your web hosting party to configure their session.auto_start

from :

Quote

session.auto_start = 1;


into :

Code: [Select]

session.auto_start = 0;


in their php.ini file. ;)

This modification will clear out huge problems you might currently face in the ACP's login page.
They already said that it set to OFF...0 is equal to OFF, 1 is ON
please read more carefuly what people say, this is another example of your missleading and useless responces..

@spacecapital:
1) try to clear you internet cache and cookies
2) if it didnt work, try to disable cookies or if they are already disabled, try to enable them.
3) if you have an opportunity, make sure path /tmp does exist and writible by web server user (your hoster can check this for you ;))
3) can we see your site?

28
As TheOracle pointed out it could be, even most likely, server side issue, because your server returns
Quote
HTTP/1.x 400 Bad Request
when accessing index.php


@TheOracle:
Quote

The current Web Server tolerates the following parsing modes


Update :

In the mean time, you might want to request to enable parsing on his server. Otherwise, you will have problems to use templates. ;)
can you explain what did u mean by that? (just curious ;))

29
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: September 20, 2005, 01:43:31 AM »
the new code from first step in this topic:
http://www.4homepages.de/forum/index.php?topic=4743.msg31555#msg31555

try to move it above
Code: [Select]
if ($config['language_dir'] == $l) $config['template_dir'] .= "_".$l;

30
FAQ, Tips / Re: How can I add more allowed file extensions?
« on: September 19, 2005, 03:33:36 AM »
you must add the new MIME type into the array of 'wav' extension, the same way 'jpg', 'bmp' and othere have...
please read again the tutorial, everything is explained there.
Code: [Select]
$mime_type_match['wav'] = array("audio/x-wav", "audio/wav");

Pages: 1 [2] 3 4 5 6 ... 8