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

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

0 Members and 1 Guest are viewing this topic.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] Contact Form
« Reply #180 on: November 08, 2007, 08:48:29 PM »
And ... for use this MOD or new MOD for contact ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline om6acw

  • Full Member
  • ***
  • Posts: 187
    • View Profile
    • My Animal's World
Re: [MOD] Contact Form
« Reply #181 on: November 08, 2007, 09:09:31 PM »
And ... for use this MOD or new MOD for contact ?

I am not sure what is better for you, sometime is easier made new think like fix old one but I am not PHP programmer and I don't know if this is that case.
Maybe you can try do that in this original mod, because this mod work great and I think is without bugs, so you have some base when you can start. Finally is up to you, you know better what you need to do in it.....

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] Contact Form
« Reply #182 on: November 08, 2007, 09:11:07 PM »
Quote
Maybe you can try do that in this original mod

Please read last line of my signature for this ...

If need new MOD, I can code in request for paid with preview - is no problem.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline om6acw

  • Full Member
  • ***
  • Posts: 187
    • View Profile
    • My Animal's World
Re: [MOD] Contact Form
« Reply #183 on: November 08, 2007, 09:23:30 PM »
Quote
Maybe you can try do that in this original mod

Please read last line of my signature for this ...

If need new MOD, I can code in request for paid with preview - is no problem.


oooops I miss that line some hove, thats OK I understand you after this http://www.4homepages.de/forum/index.php?topic=19317.0

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] Contact Form
« Reply #184 on: November 08, 2007, 09:24:01 PM »
Thank for share. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline live@ct

  • Sr. Member
  • ****
  • Posts: 348
    • View Profile
Re: [MOD] Contact Form
« Reply #185 on: March 20, 2008, 08:43:47 AM »
I like to add a attachment funtion, to send 2 or 3 files in the contact form

thanks for your help!
Existen 10 tipos de personas, los que entienden el codigo binario y los que no.

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: [MOD] Contact Form
« Reply #186 on: March 20, 2008, 10:43:49 AM »
this is a extension for upload

Quote
<form enctype="multipart/form-data" action="uploader.php" method="POST">
<input type="hidden" name="MAX_FILE_SIZE" value="100000" />
Choose a file to upload: <input name="uploadedfile" type="file" /><br />
<input type="submit" value="Upload File" />
</form>


php-code for uploader.php

Quote
<?php

// PHP Code:
// Where the file is going to be placed
$target_path = "uploads/";

/* Add the original filename to our target path. 
Result is "uploads/filename.extension" */
$target_path = $target_path . basename( $_FILES['uploadedfile']['name']);
$_FILES['uploadedfile']['tmp_name']; 


PHP Code:
$target_path = "uploads/";

$target_path = $target_path . basename( $_FILES['uploadedfile']['name']);

if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path)) {
    echo "The file ".  basename( $_FILES['uploadedfile']['name']).
    " has been uploaded";
} else{
    echo "There was an error uploading the file, please try again!";
}

?>


Offline bluepissi

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] Contact Form
« Reply #187 on: April 10, 2008, 03:03:31 AM »
MAHLZEIT,

den fehler hatte ich auch, ha in er contact.php einfach die "Show New Images" -  zeilen gelöscht und schon gings.

also alles zwischen
Quote
//-----------------------------------------------------
//--- Show New Images ---------------------------------
//-----------------------------------------------------
und
Quote
//-----------------------------------------------------
//--- Clickstream -------------------------------------
//-----------------------------------------------------
löschen.

mfg

Offline musicsurfer

  • Full Member
  • ***
  • Posts: 184
    • View Profile
Re: [MOD] Contact Form
« Reply #188 on: April 14, 2008, 06:10:23 PM »
Merkwürdig
das löschen der Zeilen hat bei mir auch den Fehler behoben, aber woran liegt das ?

Gruss Musicsurfer

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: [MOD] Contact Form
« Reply #189 on: June 27, 2008, 01:36:48 AM »
Läuft das unter 1.7.6? ich kanns nicht testen da meine Gallery momentan noch Local läuft! Wäre super wenn mir das jemand sagen könnte!

Was cool wäre wenn jemand den Code auffrischen würde, so das auch dort Captcha enthalten ist und das man via lang/..../mein.php die Felder selber umbenennen kann!

Rembrandt

  • Guest
Re: [MOD] Contact Form
« Reply #190 on: July 19, 2008, 08:15:52 AM »
Hi!
irgend wie versteh ich das ganze nicht.
hat dieser mod die gleiche funktion wie mein kontakt formular?

mfg Andi

EDIT: sorry, ich eier, den mod habe ich mir schon vor längerer zeit eingebaut und hatte das vergessen.  :mrgreen:

pfff ich werde alt.....

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: [MOD] Contact Form
« Reply #191 on: July 19, 2008, 09:32:00 PM »
Darf ich mal fragen welches du für die 1.7.6 nutzt?
Läuft dieser hier bei dir?

Rembrandt

  • Guest
Re: [MOD] Contact Form
« Reply #192 on: July 19, 2008, 11:29:04 PM »
Hi!
Darf ich mal fragen welches du für die 1.7.6 nutzt?
Läuft dieser hier bei dir?
ja das ist dieser mod, funktioniert einwandfrei auch die chaptcha.

mfg Andi

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: [MOD] Contact Form
« Reply #193 on: July 19, 2008, 11:43:41 PM »
Alles klar, danke dir!
Werde das mal ausprobieren!

Offline shami74

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MOD] Contact Form
« Reply #194 on: August 20, 2008, 07:08:08 AM »
this might be a silly question .. though i put all the files where they should be and have a help link on the front of the 4images but am not sure which one to link it too.

any help would be great ..