Search found 103 matches

by Magical
Wed Apr 04, 2018 6:45 pm
Forum: Off Topic Section
Topic: Multi Language support
Replies: 2
Views: 7558

Multi Language support

Greetings,

I have a request to create a website both in English and Spanish. For users who prefer Spanish they should be able to switch.

Do I need to create 2 sites? Just interested in knowing how our community handles it.

Thanking you in advance for your feedback.
by Magical
Fri Feb 09, 2018 3:08 pm
Forum: Off Topic Section
Topic: Displaying results from a result set using PHP
Replies: 5
Views: 3641

Re: Displaying results from a result set using PHP

This is great! Love the layouts in the mobile breakpoints.
by Magical
Wed Feb 07, 2018 3:29 pm
Forum: Off Topic Section
Topic: Displaying results from a result set using PHP
Replies: 5
Views: 3641

Re: Displaying results from a result set using PHP

Thanks!!! I just saw that extension. Appreciate it. Do you have link for the Data Table?
by Magical
Mon Feb 05, 2018 11:04 pm
Forum: Off Topic Section
Topic: Displaying results from a result set using PHP
Replies: 5
Views: 3641

Re: Displaying results from a result set using PHP

Figured it out. Construct the final string in PHP and the <br>
Use a textbox with the "Do not encode HTML characters," enabled.
in the textbox simply add the <?php echo $constructed_string;?>
Give it enough room to grow and you can show table data.
by Magical
Mon Feb 05, 2018 6:11 pm
Forum: Off Topic Section
Topic: Displaying results from a result set using PHP
Replies: 5
Views: 3641

Displaying results from a result set using PHP

Greetings

Looking for tips on displaying the result of a mysql view where the number of records returned can vary. I can use echo and do the field by field but I have a membership list and need to display the names of all the selected members and they keep growing.
by Magical
Mon Jan 29, 2018 5:14 am
Forum: Off Topic Section
Topic: Document Type property
Replies: 4
Views: 2468

Re: Document Type property

Pablo wrote: Thu Jan 25, 2018 9:56 pm If you did not add any custom or third party code then it should be safe.
Of course it's always recommended to test it with all popular browsers before publish the page(s).
Pretty much vanilla as is from the template.
by Magical
Thu Jan 25, 2018 9:34 pm
Forum: Off Topic Section
Topic: Document Type property
Replies: 4
Views: 2468

Re: Document Type property

Is it safe to convert from HTML 4 to HTML 5?
by Magical
Thu Jan 25, 2018 9:33 pm
Forum: Off Topic Section
Topic: client updating website
Replies: 5
Views: 2925

Re: client updating website

I had one client who took on updating her own site after I created it, within two she called me back, it was late at night and she was pulling her hair out, she had spent 4 hours trying update 3 pages. We settled on two updates (no site modifications, no new pages, no image window resizing) a month ...
by Magical
Wed Jan 24, 2018 4:12 pm
Forum: Off Topic Section
Topic: Document Type property
Replies: 4
Views: 2468

Document Type property

I see 3 document type properties:
  1. HTML 4.0 Transitional
  2. XHTML 1.0 Transitional
  3. HTML 5.0
For some odd reason a number of my pages have html 4.0 Transitional and others of HTML 5.0. Should I change them all to be one and the same? Any issues I should be concerned about?
by Magical
Wed Jan 24, 2018 4:04 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Thanks for the detailed response. Appreciate it.
by Magical
Mon Jan 22, 2018 9:02 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Thanks for all the suggestions. I had a discussion with my ISP. Fortunately and I mean big time fortunately, there was an experienced guy manning the phones, and he asked me to make some changes. 1 - Have a custom script for submission - he had me add an onclick check to the submit button overriding...
by Magical
Fri Jan 19, 2018 1:42 am
Forum: Off Topic Section
Topic: When to use SSL?
Replies: 7
Views: 3273

Re: When to use SSL?

Cool! Thanks will try it.
by Magical
Thu Jan 18, 2018 4:39 pm
Forum: Off Topic Section
Topic: When to use SSL?
Replies: 7
Views: 3273

Re: When to use SSL?

There is also a move underway by browsers and search engines to increase the level of warnings against sites that are not ssl protected. That's why I decided to move early. It's just another annoying thing you don't need when people are looking or trying to get to your site. The other thing is sear...
by Magical
Thu Jan 18, 2018 4:36 pm
Forum: Off Topic Section
Topic: When to use SSL?
Replies: 7
Views: 3273

Re: When to use SSL?

you do not always need ssl even if you have an ecommerce website; of course, in the case you delegate the payment process to an external processor like PayPal (because they manage all the stuff) if you store sensitive (or financial) information about your customers (like a bank does) you should hav...
by Magical
Thu Jan 18, 2018 4:34 pm
Forum: Off Topic Section
Topic: Conditional menu option
Replies: 1
Views: 1584

Conditional menu option

Greetings, Looking for a technique to condition a menu on the master frame. I have my menu on the master frame so the same menu is displayed across all pages. I would like to condition the menu option for 'Login' to only display if the user is not logged in. Once the user logs in then the menu optio...
by Magical
Tue Jan 16, 2018 5:54 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

I really appreciate everyone's support and sharing your experience. Together we can only become stronger and better. I am learning more about captcha then i ever thought i would need. A friend suggested I get a new sitekey and secret key. So I am going to give it one more shot, otherwise I will just...
by Magical
Tue Jan 16, 2018 3:51 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

I think any solution widely used will be widely vulnerable. A custom solution will probably work better as fewer people will focus on breaking it. But does it still have the same level of confidence when talking to clients. They all want that shiny google captcha. I am thinking of a combination, inv...
by Magical
Tue Jan 16, 2018 5:38 am
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Thanks. Planning on doing that. Got slammed today with spam. http://securityaffairs.co/wordpress/56816/hacking/rebreakcaptcha-google-recaptcha-hacking.html There is actually a paper on how to break the captacha by using the Googles' voice recognition api to solve the captcha. “Let’s download the aud...
by Magical
Mon Jan 15, 2018 4:58 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

My next step is to add validation for the Message field on the server and capturing the captcha response. Currently the spammers are leaving the message field blank, bypassing the client validation.
by Magical
Mon Jan 15, 2018 3:48 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

<?php require_once './ReCaptcha/ReCaptcha.php'; require_once './ReCaptcha/RequestMethod.php'; require_once './ReCaptcha/RequestParameters.php'; require_once './ReCaptcha/Response.php'; require_once './ReCaptcha/RequestMethod/Post.php'; require_once './ReCaptcha/RequestMethod/Socket.php'; require_onc...
by Magical
Mon Jan 15, 2018 2:19 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Spoke too soon. Spammed again this morning.
by Magical
Mon Jan 15, 2018 2:39 am
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Six hours and no spam mail since i changed the name of the page.
by Magical
Sun Jan 14, 2018 8:28 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Pablo, I have one website that uses the built in captcha. No spam on that at all. That was my first baby step, decided to use the more advanced recaptcacha on the other website, and getting spammed.

I am going to delete the website, rename the index page and re-publish. See if that fixes the issue.
by Magical
Sun Jan 14, 2018 6:58 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

You cannot place a form on a layer or inside a layout grid. But the layer/layout grid can be a form itself. In HTML you cannot nest forms. See the FAQ: https://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=10&t=71391 Agreed, my form is inside the layout grid, how do I get to the custom form p...
by Magical
Sun Jan 14, 2018 4:15 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Pablo, I can add the form created by the form wizard on a Layer but not on a layout grid. It does not snap in. I cannot find the custom processing tab for a layout grid embedded form. Are there any advance option flags which I need to set? My entire site is built with Layout Grids so its natural to ...
by Magical
Sun Jan 14, 2018 2:39 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Custom Form Processing Property is not available when you use the form property on the layout grid. I will recreate the form separately and then move it into position.

I think that property should be visible. They both should descend from the same object.
by Magical
Sun Jan 14, 2018 5:48 am
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

I cannot tell if they are going through captcha or not, maybe they validated once as a human and then have script which just checks the box. I tried to get around the captcha but could not. How do I add a custom code validation after the ValidateEmail in the code snippet below for index.html? I coul...
by Magical
Sat Jan 13, 2018 12:31 am
Forum: Off Topic Section
Topic: Google Analytics
Replies: 1
Views: 1448

Re: Google Analytics

I think a few years back most of the sites went to centrist format. The sides were blank and the center had content. This was the best way to offset the changing sizes.

Even with the transition to the full page design it is a different story.
by Magical
Fri Jan 12, 2018 10:40 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

I think that spammers are able to bypass any client side validation. I know they are going the script because I get their ip addresses from the script, but somehow they are only executing half the script, since the script also checks for the captcha validation and they bypass it.
by Magical
Fri Jan 12, 2018 10:37 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

If you make it required you have to add a value. I just created an editbox, called it LastName, hid it, made it required, changed the min characters to 1 and the max characters to 1. Even added an initial value.

It still threw an error, that lastname needs to be filled.
by Magical
Fri Jan 12, 2018 9:06 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Adding a hidden required field didn't not work. It prevented the form from submission and kept asking to complete the hidden field. Back to the drawing board.
by Magical
Fri Jan 12, 2018 4:48 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

The normal captcha seems to work on for me - for the sites that have it. Adding it back to the ones that don't to cut down on spam. As an alternative - I wonder if it is possible to add a field that is hidden from the user but is set up to "require" that the field be empty. So if a robot ...
by Magical
Fri Jan 12, 2018 4:47 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Maybe the messages were sent manually? Or maybe you have another form on the website without recaptcha? That was my first thought. I checked for it, nope its the only form, besides the php code has the captcha requirement. I was looking for a way to get the captcha response in a hidden field on the...
by Magical
Thu Jan 11, 2018 11:49 pm
Forum: Off Topic Section
Topic: what FTP are you using?
Replies: 13
Views: 5620

Re: what FTP are you using?

Core FTP LE
by Magical
Thu Jan 11, 2018 10:22 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Looking at the data in the name field, I think its the same bot. Its just repeating 5a579xxx, The IP addresses are all TOR exit nodes. Values submitted from web site form: IP Address : 51.15.34.214 Referer : xocomputers.com/index.html Name : 5a5799c4f3c56 Email : treading@applied.com Phone : Message...
by Magical
Thu Jan 11, 2018 10:17 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Re: Form Spam

Recaptachav2 is part of the form. When I don't click the check box it sends me to the recaptcha failure page.
by Magical
Thu Jan 11, 2018 10:03 pm
Forum: Off Topic Section
Topic: Form Spam
Replies: 44
Views: 25536

Form Spam

Greetings, I am getting spam on a form which has the recaptchav2. It also appears the spam is bypassing a required constraint for the message field to have at least 40 characters. I have checked the recaptcha and its functional as well as the validation constraint for 40 characters. Any thoughts how...
by Magical
Wed Jan 03, 2018 6:58 pm
Forum: Off Topic Section
Topic: When to use SSL?
Replies: 7
Views: 3273

When to use SSL?

Greetings,

Best practice question - when is it necessary to use SSL? If I have a one page site with a contact form should I secure that page with SSL? Or is that overkill? I agree that an ecommerce site should be secure with SSL.

Do you guys use SSL for everything?
by Magical
Tue Dec 19, 2017 7:15 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: Finzcraft.com
Replies: 4
Views: 26776

Re: Finzcraft.com

Hi Magic - picture to have same size, must be in begin same size example 800px X 600px and it be good after that in light box, that must do or in Photoshop or in other picture editor app, Also you must solbe problem with PageFooter at page because you have empty space under the footer http://www.fi...
by Magical
Tue Dec 19, 2017 2:05 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: Finzcraft.com
Replies: 4
Views: 26776

Re: Finzcraft.com

I agree, but they wanted a fast loading responsive opening page, and since it is an embroidery studio the ability to show a lot of texture was a key item. Couple of more challenges, they have customers who want to upload a design file to get a quote, and have the ability to see their digitize file o...
by Magical
Sun Dec 17, 2017 10:25 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: new site
Replies: 4
Views: 37780

Re: new site

Very nice. Love the animations. Good job!
by Magical
Sun Dec 17, 2017 8:01 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: My new site PC Repair Service
Replies: 2
Views: 30567

Re: My new site PC Repair Service

Its clean, professionally laid out. Is there a way to add a translation button? Sometimes it pops up on some sites - translate this page.
Good Job, I like it.
by Magical
Sun Dec 17, 2017 7:55 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: Finzcraft.com
Replies: 4
Views: 26776

Finzcraft.com

http://www.finzcraft.com My first attempt at using wysiwygwebbilder to create a complete site. Fortunately I had a project with vaguely detailed requirements (as always). It was small enough to attempt but I wanted to add some muscle to it. Just a side note, I was using Serif Web Plus X8, which has...