x

Need to find a good programmer that is also familiar with Weebly to help solve an issue

I want to be able to protect a page and make sure that only registered users have access.  Here are my thoughts.

  1. Is there some way to hide the full URL or part of it through code on the page?
  2. The app could drop a temporary session cookie that would contain a piece of (encrypted?) data. The cookie would be picked up by the web page and validated. If that cookie was not valid or missing, the user would be re-directed to a different page.
  3. Pass a parameter from the app to the specific URL and pick it up from the web page.  Something like, an encryped date that the customer agreed to the license.  This would be picked up by the web page.  If the parameter was not valid or missing, the user would be re-directed to a different page.
    The format would be something like http://www.domain.com/tutorial.html?parameter

If anyone has any idea of how to do this, or could accomplish this with some imbedded HTML and/or Java, I would greatly appreciate hearing back.  I would be willing to pay a reasonable price if someone wants to do this work for me. Also, if there is some way to keep a page from printing properly that would be an added bonus.

Many thanks in advance.

david.kalmick@gmail.com

481 Views
Message 1 of 2
Report
1 REPLY 1

I like solution 3, though the link did not work. I know I could do that by hand in PHP or Javascript on a regular web site. I am familiar with weebly, but only with the "new" editor, which does not give you full access to the HTML. Still, I'd be willing to try. You can email me at Laura66@usa.com if you want to discuss it.

358 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.