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

Pages: [1] 2 3 4 5 ... 7
1
Hi @ all

I have a strange problem, i can't see the image in the guestbook form, but in the comment form everything is ok. Further I can post without insert the secure code (only in guestbook)...???
Please help me, I have no idea at the moment!??

Thanks a lot


PS: I've done all steps of V@no's tip!

2
Hallo, bin mir nicht sicher ob ich den Code richtig geändert habe, da ich diese Zeile nicht finden konnte:

Code: [Select]
$comment_mail = un_htmlspecialchars(trim($HTTP_POST_VARS['comment_mail']));

Mein Code an dieser Stelle sieht nun so aus:

Code: [Select]
//-----------------------------------------------------
//--- Save Comment ------------------------------------
//-----------------------------------------------------
$error = 0;
if ($action == "postcomment" && $config['guestbook_post'] == 1) {
    $comment_user_name = un_htmlspecialchars(trim($HTTP_POST_VARS['comment_user_name']));
    $comment_text = un_htmlspecialchars(trim($HTTP_POST_VARS['comment_text']));
$prevent_code = (isset($HTTP_POST_VARS['prevent_code'])) ? intval(trim($HTTP_POST_VARS['prevent_code'])) : 0;
   $comment_site = un_htmlspecialchars(trim($HTTP_POST_VARS['comment_site']));
    // Flood Check
   $sql = "SELECT comment_ip, comment_date
              FROM ".GUESTBOOK_TABLE."
         WHERE comment_ip = '".$session_info['session_ip']."' 
         ORDER BY comment_date DESC
         LIMIT 1";
   $spam_row = $site_db->query_firstrow($sql);
   $spamtime = $spam_row['comment_date'] + 360;

   if (time() <= $spamtime && $user_info['user_level'] != ADMIN)  {
      $msg .= (($msg != "") ? "<br />" : "").$lang['spamming'];
      $error = 1;
   }

Ich hab halso die einzufügende Zeile einfach unter die "comment_text"-Zeile gemacht, ist das in Ordnung???

Ich bekomme immer noch Spam....  :twisted:

Vielen Dank

PS: Ich verwende Version 1.71

3
Mods & Plugins (Requests & Discussions) / Re: [MOD Project] 4images Board
« on: February 15, 2006, 01:26:38 PM »
@ Trez

If I were you, I would ask a coder to create a mod to integrate an existing board like smf or phpBB or something like that! And with integrate I mean: same user management, full inegration of the board controllpanel into the acp of 4images, etc...
I think, this way is better than others...

Cheers  :mrgreen:

PS: Some opensource boards: http://www.opensourcecms.com/index.php?option=content&task=view&id=462&Itemid=159

4
Lies alle postings zum Thema! Ich kann nur sagen, dieser Mod ist nicht ganz so einfach wie andere, aber eben Übung macht den Meister! Musst ihn ja nicht programmieren, ist schon alles da! Also eigentlich nur vorsichtig copy - paste...
TIP: Mach ein backup...
Viel Spass  :mrgreen:

5
Ich hab si immer manuell nach dem ftp-upload eingefügt!

6
Du kannst statt einem bild auch Text als Wasserzeichen nehmen! Meine Page ist gerade offline ;-) aber schau doch mal auf mawenzis page ;-)

www.detlev-kostka.de

Er hat Text...


7
Nein, denn einmal Wasserzeichen, immer Wasserzeichen! Das .jpg wird verändert!

8
Ok, hast Du vielleicht vergessen auf Auto-Annotate zu stellen, denn dies muss "on" sein, beim batchen...  :?:

9
Durch die "Batch Annotate"-Funktion! Dort kannst Du die Kategorie anwählen, etc...    :mrgreen:

10
Mods & Plugins (Releases & Support) / Re: [MOD] guestbook
« on: February 11, 2006, 06:57:43 PM »
 :wink:

11
Hallo

Du solltest den Autoresize-Mod installieren...   :wink:

12
Mods & Plugins (Requests & Discussions) / Re: [MOD Project] 4images Board
« on: February 09, 2006, 08:15:50 AM »
Yeah, I will also help you to test it  :wink:  This idea is really nice!  :!: THANK YOU :!:

PS: As an idea  :arrow:  it would be grate, if the board has not a new stylesheet, so that different templates can be used and the integration is more easy.

13
Hi @TheOracle

This mod is very efficient and it really needs time, until people have time to install it! You have to wait a few months or more and then you will see the results  :!:

Greets  :wink:

PS: If you really need applause, you can start a poll...   or are you only an impatient person?  :mrgreen:

14
Mods & Plugins (Requests & Discussions) / Re: [addon] DREAMBOARD V 2.1
« on: January 18, 2006, 07:47:23 AM »
Yeah, have the same problem!  :cry:    No idea, what to do...

15
Installation, Update & Configuration / Re: 3 verschiedene Bildgrößen
« on: January 16, 2006, 12:17:51 PM »
Nein, phpThumb sollte nicht nur skalieren! Das Bild wird als "grosser" Thumbnail dargestellt! Bei phpThumb kann mann selbst bestimmen, was man alles haben möchte, soweit ich das weiss...

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