Thread Rating:
  • 3 Vote(s) - 4.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PlugIn Contact Form Getsimple
#51
Your CAPTCHA is not working
http://neowebtime.ru/1/
Reply
#52
I'm seeing the captcha...

[Image: web.png]
Reply
#53
I also see it, but it does not work Big Grin
Reply
#54
Hi Oleg06,
Thanks for your notice.
I have seen a bug when is activated Use Fancy URLs, but it isn't problem of captcha.
I solved it for Guestbook at the time, but not in contact.

But in you web: http://neowebtime.ru/1/ seems fine, i have not had any error. Have you solved the problem?

Regards.

Upload version 5.2
Reply
#55
in the CAPTCHA can enter any of the characters and message will be sent
Reply
#56
Thanks Oleg06.

Yes, there were a bug in the translation of message of error of captcha.


ONLY FOR GETSIMPLE VERSIONS 3.0 or LATER

Upload version 5.3 of contact form.

Web test: http://cumbe.no-ip.biz/gs30/contactar/

In this version i have had a lot of changes.
The most important is that you must pass the user will receive the email's notifications.
The contact form must be called so:
<?php contact_page('nameofuser'); ?>

I have tried to improve the form, and captcha. Fixed captcha error, and fixed bug with 'Fancy urls' enabled.

Unzip the file in folder Plugin.
Structure in directory Plugin:
* contact_form.php
* folder guest_contact: it folder is common with Guestbook Plugin.
- comprueba.php
- img_cpt.php
- traducir.php, in this file is possible to change the translations.
- folder img_emots: inside there are emoticons.

Regards.
Reply
#57
I am using the above version of this plugin (5.3) on a fresh GS3.0 install, and cannot for the life of me get it to send an email.
It logs each submission fine, it give me confirmation just fine, but no email. I'm using my username in the code properly, as far as I can tell. Any ideas?
Reply
#58
Hello xd1936;
Do you works in localhost server or web server?

I tested this version (5.3) and works fine.
Reply
#59
I have it running online, hosted. It's odd, everything else works fine. GetSimple emailed me during setup, so that part works. Is there some testing or config you could have me try?
Reply
#60
Hola buenas primero gracias por tu plugin pero no me funciona, primero la captcha no se ve aunque le de reload y si le pongo datos y le doy enviar en vez de enviarme a una pagina que diga que no esta correcta la captcha o algo me envía este error:

We are sorry, but the page you are looking for does not exist.

mi sitio http://www.consultoriacodipro.com/index....ontactanos

gracias.
Reply
#61
Hola pipila, pienso que se debe escribir en inglés en los post, para que todo el mundo se entere, aunque mi inglés es malo.

Upload new version of contact_form v5.4.1, that think you will have less problems.

Delete old version.


ONLY FOR GETSIMPLE VERSIONS 3.0 or LATER

Upload version 5.4.1 of contact form.

Web test: http://cumbe.no-ip.biz/gs_30/contactar/

In this version i have had a lot of changes.
The most important is that you must pass the user will receive the email's notifications.
The contact form must be called so:
<?php contact_page('nameofuser'); ?>

I have tried to improve the form, and captcha. Fixed captcha error, and fixed bug with 'Fancy urls' enabled.

Unzip the file in folder Plugin.
Structure in directory Plugin:
* contact_form.php
* folder contact:
- arial.ttf
- comprueba.php
- img_cpt.php
- traducir.php, in this file is possible to change the translations.
- .htaccess.

Regards.


PD: i ulpoad this plugin to extend too.
Reply
#62
cumbe Wrote:Hola pipila, pienso que se debe escribir en inglés en los post, para que todo el mundo se entere, aunque mi inglés es malo.

Upload new version of contact_form v5.4.1, that think you will have less problems.

Delete old version.


ONLY FOR GETSIMPLE VERSIONS 3.0 or LATER

Upload version 5.4.1 of contact form.

Web test: http://cumbe.no-ip.biz/gs_30/contactar/

In this version i have had a lot of changes.
The most important is that you must pass the user will receive the email's notifications.
The contact form must be called so:
<?php contact_page('nameofuser'); ?>

I have tried to improve the form, and captcha. Fixed captcha error, and fixed bug with 'Fancy urls' enabled.

Unzip the file in folder Plugin.
Structure in directory Plugin:
* contact_form.php
* folder contact:
- arial.ttf
- comprueba.php
- img_cpt.php
- traducir.php, in this file is possible to change the translations.
- .htaccess.

Regards.


PD: i ulpoad this plugin to extend too.

hi cumbe, tks for your help, i delete the older plugin and upload the new plugin, but the same problem, i cant see the captcha image, i try see the website with firefox and opera and cant see, opera only show the text (imagen), may be a rigth problem? o library of webhosting??...


sorry for my english
Reply
#63
I have the same problem with the captcha imagine not showing.

Bob
Reply
#64
Hi pipila and rfuller.

Try rename .htaccess from folder plugins and folder contact.

Is web in host with windows server?

Regards.
Reply
#65
hi cumbe don't have .httacces file in any folder, and hosting is centos server ty
Reply
#66
i see the file, sorry i design in a laptop debian linux and when unzip the file htacces is hidden for the dot, i rename witouth the dot and upload(rename again .htacces) to the respective folder, but now, nothing work i see nothing in the page... ty
Reply
#67
check the contact folder permissions for the group other.
Reply
#68
hi cumble ty its work fine i don't see before in the plugin wowload page, the comment "<? witouth space betwen < ?, and i have a comment for the other guys, paste the code in the html view and save in html view, because if you switch at the editor view its add <--- at the code and not work....

sorry for my english its a good excersice write in english
Reply
#69
Hi;
I know someone like http://phpmailer.worxware.com/ integrate into existing contact form and send via SMTP SERVER (Gmail) email.
Code:
require('class.phpmailer.php');
  
        $message = new PHPMailer(true); // the true param means it will throw exceptions on errors, which we need to catch

        $message->IsSMTP(); // telling the class to use SMTP
        $message->SMTPAuth   = true;                  // enable SMTP authentication
        $message->SMTPSecure = "ssl";                 // sets the prefix to the servier
        $message->Host       = "smtp.gmail.com";      // sets GMAIL as the SMTP server
        $message->Port       = 465;                   // set the SMTP port for the GMAIL server
        $message->Username   = "ihre_mail@gmail.com";  // GMAIL username
        $message->Password   = "ihre_password";            // GMAIL password
        $message->AddAddress("mail@mail.com", 'Admin');  //Recipient's address set
        $message->Subject = ("$subject");
        $message->AltBody = 'To view the message, please use an HTML compatible email viewer!';
        
        $message->MsgHTML("$body");
        $sent_mail=$message->Send();

how do I change contact_form.php???
can someone help
many thanks
Reply
#70
Upload new version of contact_form v5.5 to extend: http://get-simple.info/extend/plugin/contact-form/264/

From v5.5: is possible send message from class phpmailer. On some servers php's mail function is disabled for security reasons, in these cases is possible send mail using class phpmailer.

ONLY FOR GETSIMPLE VERSIONS 3.0 or LATER

Web test: http://cumbe.no-ip.biz/gs_30/contactar/

The contact form must be called so:
<?php contact_page('nameofuser', true or false); ?>
in template or in page (with exec plugin installed).
- user: you must pass the user of getsimple that will receive the email's notifications.
- class phpmailer:
* by default is false: class phpmailer is not used.
* true: class phpmailer is used. You need to complete /contact/comprueba.php. In lines +- 182 to 210. You must edit this file and adjust the configuration for GMAIL ot HOTMAIL or ONO. Comment and discomment the part that you need.

Unzip the file in folder Plugin.
Structure in directory Plugin:
* contact_form.php
* folder contact:
- arial.ttf
- comprueba.php
- img_cpt.php
- traducir.php, in this file is possible to change the translations.
- .htaccess.
* folder PHPMailer_v5.1: is important that this folder is in /plugins

Regards.
Reply
#71
@cumbe
phpmailer works great many thanks.
Reply
#72
For version 5.5 how do you change the Labels that are received in the email from spanish to english?
Reply
#73
Hi Dominic,

I have to see why this is happening.

Regards.
Reply
#74
cumbe Wrote:Hi Dominic,

I have to see why this is happening.

Regards.

Great, thank you. I poked through some of the php files but couldn't figure it out myself.
Reply
#75
Hi Dominic,
Upload a new version a extend: http://get-simple.info/extend/plugin/contact-form/264/

fixed bug in translations.

Regards.
Reply




Users browsing this thread: 1 Guest(s)