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

Pages: 1 2 3 [4] 5
46
This mod is the last I installed. so the following lines are the last I put in:

line 875-881

$lang['addcat_error'] = 'Das Formular wurde nicht korrekt ausgefüllt, bitte erneut versuchen.';
$lang['addcat_ok'] = 'Ihre Kategorie wurde erfolgreich erstellt!';
$lang['addcat_no_rights'] = 'Sie besitzen nicht genügend Rechte zum Anzeigen der Seite!';

?>

47
Mal ne Frage:

Wenn ich $lang['new_cat_description_added_by'] = <span class=\"smalltext\">{new_cat_description} [hinzugefügt von: {user_name}]</span>";
in die main.php einfüge, bekomme ich folgenden Fehlerhinweis:
Parse error: syntax error, unexpected '<' in /usr/export/www/vhosts/funnetwork/hosting/fryz/4images/lang/deutsch/main.php on line 879


Was hab ich falsch gemacht?



48
klasse, genau sowas suchte ich  :wink: danke!!

gruß,
fryz

49
Mods & Plugins (Requests & Discussions) / Kategorienübersicht-Übersicht
« on: November 11, 2006, 12:18:08 PM »
hallo,
wollte mal fragen, ob es sowas wie ein inhaltsverzeichnis gibt. eins, wo die ganzen kategorien und unterkategorien...  aufgelistet werden...

danke :)

50
ich hab mich genau an die anleitung gehalten und bekomme folgenden fehlerhinweis:

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /usr/export/www/vhosts/funnetwork/hosting/fryz/4images/gb.php on line 119

51
Mods & Plugins (Releases & Support) / Re: Signature image v2.22
« on: August 05, 2006, 11:31:52 AM »
ich stell mich wirklich zu doof an...
wenn ich diese .htaccess erstelle und in das verzeichnis kopiere, geht gar nicht mehr. beim aufrufen der seite oder er signature.php...  erscheint nur eine fehlerseite. egal welche art von .htaccess ich verwende :(




In case a forum where u are trying show your signature image does not support images with .php extension or u simply would like have signature.png instead of signature.php then chose one of the following methods:

1) this method require Apache webserver with mod_rewrite enabled
create .htaccess file with this code:
Code: [Select]
RewriteEngine On
#RewriteBase /
RewriteRule ^signature\.png$ signature.php?%{QUERY_STRING}
RewriteRule ^go$ signature.php?go=1&%{QUERY_STRING}
upload it to the same directory where your signature.php file is.

to test it type in your browser: http://<youraddress>/signature.png
it should show u your signature. Then type: http://<youraddress>/go
it should redirect u to the image/category of the last random image showed in the signature (asuming its enabled)

2) this method require Apache webserver

create .htaccess file with this code:
Code: [Select]
<Files signature.png>
AddType application/x-httpd-php .png
</Files>
upload it to the same directory where your signature.php file is.
Rename your signature.php to signature.png
to test it type in your browser: http://<youraddress>/signature.png
To redirect to the last random image showed in the signature use: http://<youraddress>/signature.png?go=1

3) I'm not quet sure what kind of server/confguration this method required, so try it and see if it works for u

user url like this: http://<youraddress>/signature.php/sig.png

sig.png could be any name u want.

To redirect to the last random image showed in the signature use: http://<youraddress>/signature.png?go=1


52
Mods & Plugins (Releases & Support) / Re: Signature image v2.22
« on: August 03, 2006, 01:04:17 PM »
jetzt hätte ich noch 2 fragen:
wie und wo kann ich den link auf meine galerie ( http://fryz.fr.funpic.de/4images ) einfügen?
wie kann ich die angezeigte schriftfarbe ändern?

Danke :)

53
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: August 03, 2006, 11:11:14 AM »
beim klick auf "more comments" werde ich ins kontrollzentrum geleitet. mehr Kommentare werden aber nicht angezeigt. hab ich da auch nen fehler gemacht?

danke

54
die "alten news" werden nicht im archiv angezeigt. wo hab ich denn da nen fehler gemacht?

danke

55
Mods & Plugins (Releases & Support) / Re: Signature image v2.22
« on: August 01, 2006, 05:24:06 PM »
great... thank you very much!!!

56
Mods & Plugins (Releases & Support) / Re: Signature image v2.22
« on: August 01, 2006, 12:16:54 PM »
ich hab da auch ein problem...

wenn ich die signature.php aufrufe, erscheint "Die Grafik "http://alkoven.al.funpic.de/signature.php" kann nicht angezeigt werden, weil sie Fehler enthält."
vielleicht kann mir jemand einen tip geben ;)

57
Mods & Plugins (Releases & Support) / Re: [MOD] Votes saved in DB
« on: July 20, 2006, 02:58:41 PM »
VOTED_TABLE    INT    11    -----     UNSIGNED     not null     0     -----


you mean this?

58
Mods & Plugins (Releases & Support) / Re: [MOD] Votes saved in DB
« on: July 20, 2006, 12:24:50 PM »
Thanx for answering.
I didn't change anything that is not supposed to be changed, I made everything as advised. look---> http://fryz.fr.funpic.de/4images/statistics.php

In the moment i vote for a photo in my gallery, the following hint appears:


DB Error: Bad SQL Query: SELECT user_id, image_id, vote FROM 4images_voted WHERE image_id = 2354 AND user_id = 2
Unknown column 'user_id' in 'field list'

DB Error: Bad SQL Query: INSERT INTO 4images_voted (user_id, image_id, vote) VALUES (2, 2354, 5)
Unknown column 'user_id' in 'field list'

59
Mods & Plugins (Releases & Support) / Re: [MOD] Votes saved in DB
« on: July 19, 2006, 04:57:08 PM »
hallo,

ich hab das mod (version a) insalliert und bekomme beim abstimmen folgenden fehler:

DB Error: Bad SQL Query: SELECT user_id, image_id, vote FROM 4images_voted WHERE image_id = 2329 AND user_id = 1
Unknown column 'user_id' in 'field list'


kann mir da mal jemand helfen?

danke

60
ja, mit rechtklick und "speichern unter" klappt es schon. nur wenn man auf den download-button klickt (auch beim zip) läd das bild zwar runter, läßt sich aber mit keinem programm o.ä.  öffnen...

Pages: 1 2 3 [4] 5