• [MOD] Contact Form 5 0 5 1
Currently:  

Author Topic: [MOD] Contact Form  (Read 369340 times)

0 Members and 2 Guests are viewing this topic.

Offline paburmester

  • Full Member
  • ***
  • Posts: 244
    • View Profile
Re: [MOD] Contact Form
« Reply #120 on: September 22, 2006, 07:52:45 PM »
Hi, can somebody tell me how can I integrate "captcha" to this form? I use 1.7.3
thanks!

Offline paburmester

  • Full Member
  • ***
  • Posts: 244
    • View Profile
Re: [MOD] Contact Form
« Reply #121 on: September 25, 2006, 09:46:58 PM »
anybody?  :roll:

Offline T

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [MOD] Contact Form
« Reply #122 on: October 02, 2006, 03:43:59 PM »
Hi, can somebody tell me how can I integrate "captcha" to this form? I use 1.7.3
thanks!

There is now a modifikation to add captcha to this form, but it is not the same captcha as in 1.7.3

http://www.4homepages.de/forum/index.php?topic=11405.msg79628#msg79628

Offline Girasol

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [MOD] Contact Form
« Reply #123 on: January 24, 2007, 10:27:23 PM »
Hallo,

ich bilde mir zumindest ein, ich habe das Kontaktformular richtig installiert, ich erhalte Mails. Was mich stört ist die Fehlermeldung über dem Kontakformular, die ich nicht verstehe:

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name
        FROM gal_images i,  gal_categories c
        LEFT JOIN gal_users u ON (u.user_id = i.user_id)
        WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 1, 2, 3)
        AND i.image_date >= 1168807247 ORDER BY RAND()
        LIMIT 3<br /><b>Unknown column 'i.user_id' in 'on clause'

Warning:  mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/...>>>...../www/galerie/includes/db_mysql.php on line 116

Erkennt jemand einen Fehler?

Wenn die Mail abgeschickt ist blendet sich nach einiger Zeit automatisch die Startseite ein, ist das richtig so?

Danke erst einmal für die Hilfe.


Offline cappuccino

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • PIXXGALLERY
Re: [MOD] Contact Form
« Reply #124 on: January 24, 2007, 11:51:58 PM »
hast du die original email.php verwendet?
Wenn nicht, dann nimm diese.

Gruß

Offline Girasol

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [MOD] Contact Form
« Reply #125 on: January 25, 2007, 07:43:46 AM »
Hallo Cappucino,

das mit der original email.php habe ich probiert. Klappt leider auch nicht. Ich habe festgestellt, daß ich eine Meldung erhalte, wenn ich das Mailformular betrete:

An unexpected error occured. Please try again later.
Warning:  mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/...>>>...../www/galerie/includes/db_mysql.php on line 116

So geht der Spaß los. Zur Zeit empfange ich nicht mal mehr die Mails, die vom Formular gesendet werden, ich habe jetzt wohl alles zerschrubbt, ich denke ich werde einfach noch mal neu installieren und in aller Ruhe noch mal die Eistellungen vornehmen.

Ist es eigentlich möglich, ein Kontaktformular zu jedem Bild hinzuzufügen, z.B. ein Button neben E-Card oder so? Welche Seiten müssen angepaßt werden?

Danke für die Hilfe

Offline cappuccino

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • PIXXGALLERY
Re: [MOD] Contact Form
« Reply #126 on: January 25, 2007, 09:52:13 AM »
was verwendest du für eine PHP mysql version?

Offline Girasol

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [MOD] Contact Form
« Reply #127 on: January 25, 2007, 06:28:12 PM »
Hallo,

PHP Version 4.4.4

MySql Version: 5.0.20-max 

Hast Du schon mal jedem Bild ein Kontaktforumlar zugefügt?

Danke!

Offline cappuccino

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • PIXXGALLERY
Re: [MOD] Contact Form
« Reply #128 on: January 25, 2007, 06:42:01 PM »
Hast du die Möglichkeit eine 4.X Version von MySQL zu verwenden? Wenn ja... da teste dieses mal.
Hatte auch mal MySQL 5.X und hierbei nur Probleme mit Datenbank abfragen.

Nein... für jedes Bild habe ich das nicht hinzugefügt. Wüsste auch nicht für was ;-)
Hierbei gibt es den Picture Owner Mail Benachrichtigungs Mod für neue Comments.

Gruß
Alex

Offline Girasol

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [MOD] Contact Form
« Reply #129 on: January 25, 2007, 10:13:57 PM »
Hallo,

so auf die schnellle, habe ich keine MySql Datenbank zur Verfügung. Zu dem Kontaktformular, ich will dem Besucher die Möglichkeit bieten, weitere Infos anzfordern, dafür benötige ich das Kontaktformular. Es soll via PHP die Bild Nr. / ID übergeben werden.

Leider kenne ich mich in PHP noch nicht so gut aus, deswegen bereitet mir das einige Probleme. Hast Du eine Idee?

Danke für die Hilfe.

Offline insanos

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Contact Form
« Reply #130 on: February 16, 2007, 09:02:45 PM »
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 19, 15, 26, 4, 22, 20, 16, 18, 25, 23, 13, 21, 24, 7, 11, 17, 8, 14, 6, 10, 9, 12) AND i.image_date >= 1170792062 ORDER BY RAND() LIMIT 3
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/www/users/themcl/includes/db_mysql.php on line 116

problem is still existing.
i have done everthing as told but error still appears.

anyone able to help ?

greetings

Offline insanos

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Contact Form
« Reply #131 on: February 19, 2007, 06:14:52 PM »
come on , noone here ?

pleeeease!

Offline fixic

  • Pre-Newbie
  • Posts: 4
  • fixic
    • View Profile
    • arabic News
Re: [MOD] Contact Form
« Reply #132 on: February 22, 2007, 06:08:23 AM »
Ivan, thank u veru much!!
it finaly works.. but i wanna ask u about this:
Quote

$site_email->set_to("your@email.com");


for :

Code: [Select]

$site_email->set_to($config['site_email']);


since global.php is included on the top as this will save you a lot of trouble. ;)
is it necessary? coz it doesn't work when i folow this instruction..

Offline skytex

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] Contact Form
« Reply #133 on: March 06, 2007, 08:38:54 PM »
I got a an email with blank page as message. Anyone can tell me what cuold be happened?

Thanks  :D

Offline manyaq

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [MOD] Contact Form
« Reply #134 on: April 19, 2007, 05:26:28 PM »
hello boddies i add contact mod and dont get an error or something like that an i can email it but when i go to my email adress there is not an email inbox junk mail not at anuwhere. why is it so must i install smtp server for it
and
this code
$site_email->set_to($config['site_email']);
is it working with 1.7.4 or not