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

Pages: [1] 2
1
Mods & Plugins (Requests & Discussions) / Re: watermark when showing pic
« on: December 20, 2005, 05:56:09 PM »
did u try add in jpg.html template:
Code: [Select]
<img src="watermark.php?get_image={media_src}"> ? (make sure watermark.php is located in 4images root directory.)

works like a charm, no problems , check on my site, click on pic at the bottom to see this script in action.

2
very nice mod, works great see http://gallery.steves-network.com how it works its under "Currently Active Users"

3
i know for sure you can have registration code without truetype for example phpbb has it, if only i was a pro in php i would make one like phpbb has and integrate it into 4images, unfortunately i'm a newb to phpbb.  :cry:

6
i dont know if you found the topic but if not here it the url to it: http://www.4homepages.de/forum/index.php?topic=6755.0

7
Mods & Plugins (Releases & Support) / Re: [MOD] RSS Feed 0.1
« on: November 13, 2005, 02:11:47 AM »
Error:
Code: [Select]
Parse error: parse error, unexpected T_STRING in /home/*******/public_html/fanart/includes/template.php(101) : eval()'d code on line 1
Has anyone figured out why this error happens?

This error acure because rss.html template has:
Quote
<?xml version="1.0" encoding="ISO-8859-1"?>
And 4images new template engine chokes on such code.
For now, I dont have a very good fix for u, but try this work around.
Remove that line from rss.html template.
Then in rss.php replace:
Code: [Select]
$site_template->print_template($site_template->parse_template($main_template));with:
Code: [Select]
$site_template->print_template('<?xml version="1.0" encoding="ISO-8859-1"?>'.$site_template->parse_template($main_template));
(not tested)

thank you very much it works, its tested now i tested myself  :lol:

8
Mods & Plugins (Requests & Discussions) / Re: Webradio
« on: November 13, 2005, 12:23:09 AM »
Hallo

Mit diesem Code kann ein Webradio eingebunden werden.

Bin ein Anfänger aber wer weis vielleicht hat ja jemand Spass damit.

that is a rough translation using altavista:
Quote
Hello
With this code a Web radio can be merged.
Are a beginner however who point perhaps has someone fun thereby.

9
Mods & Plugins (Requests & Discussions) / Re: Upload IP
« on: November 12, 2005, 11:49:23 PM »
Very Nice mod and it works :lol:, althou if you are behind proxy it doesnt show real ip its a shame  :(. but its good anyway.

10
Mods & Plugins (Releases & Support) / Re: Private URL to members profile
« on: November 07, 2005, 01:04:18 AM »
Quote
<files *>
Options MultiViews
</files>
note this htaccess does not work well,

this url works with that htaccess file:
4images/profile.php/username [redirects to profile]

but this does not
4images/profile/username [shows error page]

according to my knowledge it is a htaccess fault it has wrong info i'm new to htaccess but i know that you need some other code in htaccess, i have no idea what tho.

11
and i want one like is on V@no site  :twisted:

12
Mods & Plugins (Releases & Support) / Re: [MOD] Download limit v1
« on: November 06, 2005, 11:29:07 PM »
it seems to be a good script please sign up so i can test it  :lol: limit is curently 10 so you can test it guys. any feedback is welcome.

13
i installed just the original one by jengwen, its cool and it works great  :mrgreen: well done

14
Mods & Plugins (Requests & Discussions) / Re: Upload IP
« on: November 06, 2005, 04:00:07 PM »
what he probably means is that he wants to be able to see in acp, an ip of the person that uploaded the file.

15
works great  :lol:  you can have a look how it works here: http://gallery.steves-network.com/ make sure you open it in IE

Pages: [1] 2