Search found 15 matches
- Tue Oct 06, 2020 12:49 pm
- Forum: Login Tools Questions
- Topic: Log in problem
- Replies: 17
- Views: 20887
Re: Log in problem
Damn, I´m really sorry. I knew it would be something simple... Thank you very much for excellent support!
- Tue Oct 06, 2020 9:26 am
- Forum: Login Tools Questions
- Topic: Log in problem
- Replies: 17
- Views: 20887
Re: Log in problem
I´m adding users via admin panel at: /adminlogin.php
Page "Prihlasenie" is now not protected, as BaconFries suggested yesterday. He said success page should not be protected, so I made new success page, this time without protection.
Thank you for your help!
Page "Prihlasenie" is now not protected, as BaconFries suggested yesterday. He said success page should not be protected, so I made new success page, this time without protection.
Thank you for your help!
- Mon Oct 05, 2020 10:28 pm
- Forum: Login Tools Questions
- Topic: Log in problem
- Replies: 17
- Views: 20887
Re: Log in problem
I´m terribly sorry to report, that I still have the same problem. I created new success page with no protection. But still, only user who will go trough is "admin".
Please take a look on success page: /prihlasenie.php
Please try to login on index page as user: adka password: adriana987 (this ...
Please take a look on success page: /prihlasenie.php
Please try to login on index page as user: adka password: adriana987 (this ...
- Mon Oct 05, 2020 5:15 pm
- Forum: Login Tools Questions
- Topic: Log in problem
- Replies: 17
- Views: 20887
Re: Log in problem
Thank you for your help and explanation.
- Mon Oct 05, 2020 4:12 pm
- Forum: Login Tools Questions
- Topic: Log in problem
- Replies: 17
- Views: 20887
Re: Log in problem
You are right, but how is the success page protected? If somebody knows URL of success page...?
- Mon Oct 05, 2020 2:11 pm
- Forum: Login Tools Questions
- Topic: Log in problem
- Replies: 17
- Views: 20887
- Mon Oct 05, 2020 12:37 pm
- Forum: Login Tools Questions
- Topic: Log in problem
- Replies: 17
- Views: 20887
Re: Log in problem
Yes, I added admin as well. No special characters. Right now there is a user: adka and password: adriana987
Please try to log in and you will see it will kick you right back to index page.
Please try to log in and you will see it will kick you right back to index page.
- Mon Oct 05, 2020 11:53 am
- Forum: Login Tools Questions
- Topic: Log in problem
- Replies: 17
- Views: 20887
Re: Log in problem
Yes, when I create a new user, I can see the size of database file has changed and when I download it from the ftp, I can see users in the file. But only one who can actually log in is "admin". Is there any way I can send you private message with administrator password, so you can try on your own?
- Mon Oct 05, 2020 11:14 am
- Forum: Login Tools Questions
- Topic: Log in problem
- Replies: 17
- Views: 20887
Re: Log in problem
Sorry. This is the code of the index page:
<?php
if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['form_name']) && $_POST['form_name'] == 'loginform')
{
$success_page = './odpytovanie.php';
$error_page = './chyba.php';
$database = './z98d25aaq68hho.php';
$crypt_pass = md5($_POST ...
<?php
if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['form_name']) && $_POST['form_name'] == 'loginform')
{
$success_page = './odpytovanie.php';
$error_page = './chyba.php';
$database = './z98d25aaq68hho.php';
$crypt_pass = md5($_POST ...
- Sun Oct 04, 2020 10:43 pm
- Forum: Login Tools Questions
- Topic: Log in problem
- Replies: 17
- Views: 20887
Log in problem
Hello,
i´m making simple website where users must log in to see pictures in photo album, using flat file database.
Problem is that only user who can log in is called admin. If I create user with any other name, non of the can log in. They are not redirected to Error page, they are kicked right ...
i´m making simple website where users must log in to see pictures in photo album, using flat file database.
Problem is that only user who can log in is called admin. If I create user with any other name, non of the can log in. They are not redirected to Error page, they are kicked right ...
- Tue Apr 28, 2020 10:15 am
- Forum: Previewing and Publishing
- Topic: 403 Forbidden
- Replies: 3
- Views: 4357
Re: 403 Forbidden
Fixed by adding custom html between head and /head tags on index page:
<title>www.keram.sk - ručne robené výrobky z pravej kože</title>
<meta property="og:title" content="Ručne robené výrobky z pravej kože"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http ...
<title>www.keram.sk - ručne robené výrobky z pravej kože</title>
<meta property="og:title" content="Ručne robené výrobky z pravej kože"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http ...
- Tue Apr 28, 2020 7:45 am
- Forum: Previewing and Publishing
- Topic: 403 Forbidden
- Replies: 3
- Views: 4357
Re: 403 Forbidden
Thank you Crispy, it was exactly as you said: I scraped again and its working via messenger, but scraper showed two errors. It said there are missing properties on the website: "The following required properties are missing: og:url, og:type, og:title, og:image, og:description, fb:app_id"
and it ...
and it ...
- Mon Apr 27, 2020 11:27 pm
- Forum: Previewing and Publishing
- Topic: 403 Forbidden
- Replies: 3
- Views: 4357
403 Forbidden
Hello all,
im experiencing really weird problem. I just finished a website www.keram.sk but when sending this website link via Facebook´s messenger, right under the link I can see "403 Forbidden" instead of page´s description. Please see what I mean on this picture https://www.keram.sk/images ...
im experiencing really weird problem. I just finished a website www.keram.sk but when sending this website link via Facebook´s messenger, right under the link I can see "403 Forbidden" instead of page´s description. Please see what I mean on this picture https://www.keram.sk/images ...
- Sun Apr 19, 2020 7:25 pm
- Forum: Forms
- Topic: Come up form design
- Replies: 1
- Views: 2802
Re: Come up form design
In case somebody will be interested in same form design, I found a solution.
Insert Layer into page with solid black background, alfa around 150. Location and size setting of this layer as follow:
Docking Layer with Fill Dock mode, Position children Floating.
Insert your form into this layer ...
Insert Layer into page with solid black background, alfa around 150. Location and size setting of this layer as follow:
Docking Layer with Fill Dock mode, Position children Floating.
Insert your form into this layer ...
- Sat Apr 18, 2020 12:40 am
- Forum: Forms
- Topic: Come up form design
- Replies: 1
- Views: 2802
Come up form design
Hello,
first of all this is not an "emergency", so Pablo please do not waste your time on this thread. I was hoping maybe one of the experienced users will help me out with this.
I´m trying to make a form like the one on this site https://www.crazyegg.com , when you click "Request Enterprise Demo ...
first of all this is not an "emergency", so Pablo please do not waste your time on this thread. I was hoping maybe one of the experienced users will help me out with this.
I´m trying to make a form like the one on this site https://www.crazyegg.com , when you click "Request Enterprise Demo ...