Search found 9 matches

by obrienj
Sat Sep 19, 2020 1:19 pm
Forum: General Questions
Topic: Curious PHP issue
Replies: 4
Views: 1419

Re: Curious PHP issue

Besides stricter PHP rules, Google has been messing around with "localhost" as a domain for ReCaptcha. Which may also have something to do with it working on my web hosting site but not on my laptop with WAMP. That makes testing locally a bit of a problem.

Thanks for the help.

Jim
by obrienj
Fri Sep 18, 2020 3:17 pm
Forum: General Questions
Topic: Curious PHP issue
Replies: 4
Views: 1419

Re: Curious PHP issue

I apologize Pablo, this snippet is part of a combined piece of code that I forgot that I did,

Clearly, the variable password is not defined at the point that "$crypt_pass is defined.

That said, I still don't under stand why it would run on one server and not the other.

Was there some increase in ...
by obrienj
Fri Sep 18, 2020 2:09 pm
Forum: General Questions
Topic: Curious PHP issue
Replies: 4
Views: 1419

Curious PHP issue

I have the following PHP snippet generated by one the the extensions:


<?php
session_start();

$success_page = 'https://<a valid URL>';
$error_page = './page1.html';
$mysql_server = 'localhost';
$mysql_username = 'xxxxxxxxx';
$mysql_password = 'xxxxxxxx';
$mysql_database = 'xxxxxxxx';
$mysql_table ...
by obrienj
Wed Sep 09, 2020 4:26 pm
Forum: General Questions
Topic: Incorporating external changes to a project
Replies: 1
Views: 1530

Incorporating external changes to a project

I would like to keep my webpage development within the WYSIWYG WebBuilder.

However, I may have need to modify the published output.

Is there any way to incorporate those modifications back into the .wbs file for the project?

Jim
by obrienj
Tue Sep 08, 2020 1:45 pm
Forum: Login Tools Questions
Topic: Using the Login and Captcha contorls together
Replies: 3
Views: 10552

Re: Using the Login and Captcha contorls together

To clarify:

Is the Login Sign-up tool known as Signuo in the Toolbox or am I missing something?

Jim
by obrienj
Tue Sep 08, 2020 12:01 am
Forum: Login Tools Questions
Topic: Using the Login and Captcha contorls together
Replies: 3
Views: 10552

Using the Login and Captcha contorls together

I tried a very simple page where I just placed the Login control to the top and the captcha control right below it expecting some magic I guess but none happened.

In fact it broke my test page with just the Login control when I added the captcha control.

BTW, the captcha control does as requested ...
by obrienj
Fri Sep 04, 2020 1:34 pm
Forum: General Questions
Topic: hCaptcha - Rate limited or network error
Replies: 4
Views: 2348

Re: hCaptcha - Rate limited or network error

On my server or their's?

My server is 7.4.3.

I will try my page today and see if there is a change.

Will post here later.

Thanks for the input.

Jim
by obrienj
Fri Sep 04, 2020 12:32 pm
Forum: General Questions
Topic: hCaptcha - Rate limited or network error
Replies: 4
Views: 2348

Re: hCaptcha - Rate limited or network error

I signed up before I even built the page and added the site and secret codes to the control.

I did test almost immediately after registering with hCaptcha and I haven't had a chance to check yet this morning.

Jim
by obrienj
Thu Sep 03, 2020 11:55 pm
Forum: General Questions
Topic: hCaptcha - Rate limited or network error
Replies: 4
Views: 2348

hCaptcha - Rate limited or network error

I just built a page including hCaptcha and when I display it in my browser, the hCaptcha element has this message in it.

I can find very little about this.

Has anybody experienced this or gotten hCaptcha to work?

Jim