Search found 16 matches

by misterjones
Tue Apr 04, 2023 7:06 am
Forum: Login Tools Questions
Topic: PHP Warning: mail(): SMTP server response: 550 Invalid syntax.
Replies: 1
Views: 4271

PHP Warning: mail(): SMTP server response: 550 Invalid syntax.

I have a website that was created a very long time ago, which shouldn't really matter. However the site was moved to an updated server for the client running IIS and PHP 8.2.4 The form worked perfectly on the old server but now I am getting a syntax error. Is there something that needs to change on ...
by misterjones
Tue Aug 30, 2022 7:36 am
Forum: General Questions
Topic: form recaptcha & filling the blanks are not working
Replies: 15
Views: 2674

Re: form recaptcha & filling the blanks are not working

This is the snippet I am referring to: <?php session_start(); if ($_SERVER['REQUEST_METHOD'] == 'POST' && $_POST['formid'] == 'form1') { $recaptcha_valid = false; if (isset($_POST['g-recaptcha-response'])) { $recaptcha_secret = '6LuPATvlZcu97h4EP-GGGTTTR'; <--this is just a made up secret co...
by misterjones
Tue Aug 30, 2022 6:22 am
Forum: General Questions
Topic: form recaptcha & filling the blanks are not working
Replies: 15
Views: 2674

Re: form recaptcha & filling the blanks are not working

Thanks for this Pablo. I have checked the allow_url_fopen and it is On "allow_url_fopen = On" from my php.ini. My dilemma is that the form works on other sites on my server, WordPress, Umbraco and Html sites, using the recaptcha. But it's on the form created in WWB16 that doesn't work with...
by misterjones
Mon Aug 29, 2022 4:55 pm
Forum: General Questions
Topic: form recaptcha & filling the blanks are not working
Replies: 15
Views: 2674

Re: form recaptcha & filling the blanks are not working

Yes. Tried that.

Please explain how that might make a difference.

I just used the default form layout, which in my opinion should work. :?
by misterjones
Mon Aug 29, 2022 3:20 pm
Forum: General Questions
Topic: form recaptcha & filling the blanks are not working
Replies: 15
Views: 2674

Re: form recaptcha & filling the blanks are not working

I have a similar problem. Created a form with recaptcha included and the form doesn't go through and I do not receive the mail. If I remove the recaptcha php snippet the form works and I receive the mail, but when I add the snippet for the recaptcha it doesn't go through. My secret key and site keys...
by misterjones
Tue Sep 21, 2010 1:55 pm
Forum: Shopping Carts
Topic: Webshop 2
Replies: 7
Views: 7571

Thanks

Thanks Navaldesign I will try this and see.
by misterjones
Tue Sep 21, 2010 11:41 am
Forum: Shopping Carts
Topic: Webshop 2
Replies: 7
Views: 7571

The url

Sorry I didn't give the full url.

http://www.is12.interon.co.za/Cart/Admin

Thanks
by misterjones
Tue Sep 21, 2010 8:06 am
Forum: Shopping Carts
Topic: Webshop 2
Replies: 7
Views: 7571

Image
The username and password is "admin" but when I use it it doesn't work.

Under the text boxes it gives me this ';}?. go to my website and look for yourself please.
This is what I get
by misterjones
Mon Sep 20, 2010 4:01 pm
Forum: Shopping Carts
Topic: Webshop 2
Replies: 7
Views: 7571

The username and password is "admin" but when I use it it doesn't work.

Under the text boxes it gives me this ';}?. go to my website and look for yourself please.
by misterjones
Mon Sep 20, 2010 12:23 pm
Forum: Shopping Carts
Topic: Webshop 2
Replies: 7
Views: 7571

Webshop 2

I hope someone can help

I have loaded all the files as suggested by the manual but when I go to the admin page and type in the passwords you have given it does not log me in. the site is http://is12.interon.co.za

Any ideas?
by misterjones
Fri Feb 26, 2010 6:13 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: Horizontal JavaScript Accordion Updated ***28/05/12***
Replies: 50
Views: 72358

Thanks BF

I downloaded both but only installed the one, sorry for wasting your time.

But you always come to the fore ol' chap. Thanks again
by misterjones
Thu Feb 25, 2010 2:34 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: Horizontal JavaScript Accordion Updated ***28/05/12***
Replies: 50
Views: 72358

HI BF

What am I doing wrong?

When I upload the images and preview the site they are stacked vertically on top of each other. Check it out here www.visualexample.co.za/AccordianMenu.html

I have no Idea why.
by misterjones
Thu Aug 06, 2009 6:52 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: SFIR Extension (Use Flash-Anti Alias for large fonts)
Replies: 11
Views: 40218

Format glitch

I have been battleing to get the alignment and formating right and sometime the text wraps when it's not supposed to etc. Two things that helped cure the problem and they are the Z indexing on some pages and the custome styles. Firstly the font displayed properly when I placed it at the lowest Z ind...
by misterjones
Thu Jul 09, 2009 4:46 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: SFIR Extension (Use Flash-Anti Alias for large fonts)
Replies: 11
Views: 40218

Is there a specific length of text one can use here. Because my text wraps if it is too long. I have extended the text box and the actual extension box without luck.

Otherwise man this is cool, really cool. Thanks
by misterjones
Mon Jul 06, 2009 2:45 pm
Forum: Forms
Topic: Emailform without losing data with captcha error.
Replies: 19
Views: 191341

Thanks got it
by misterjones
Mon Jul 06, 2009 11:28 am
Forum: Forms
Topic: Emailform without losing data with captcha error.
Replies: 19
Views: 191341

Thanks for this just a question where do I get the capcha.php file from