Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 227 online users. » 0 Member(s) | 224 Guest(s) Applebot, Bing, Google
|
Latest Threads |
UserSpice Alpha Testing a...
Forum: News Center
Last Post: ivinsons
11-08-2024, 06:13 PM
» Replies: 13
» Views: 42,475
|
UserSpice 4.4 Development
Forum: News Center
Last Post: Amelie12
09-21-2024, 12:23 PM
» Replies: 4
» Views: 15,199
|
Welcome to the new UserSp...
Forum: News Center
Last Post: ivinsons
08-25-2024, 07:39 AM
» Replies: 2
» Views: 27,918
|
How to use hasPerm
Forum: UserSpice 4.4
Last Post: mudmin
07-20-2019, 02:45 PM
» Replies: 1
» Views: 13,755
|
Session issue? What I sho...
Forum: UserSpice 4.4
Last Post: Parth
07-17-2019, 05:06 PM
» Replies: 4
» Views: 14,502
|
Email Error
Forum: UserSpice 4.4
Last Post: Brandin
07-17-2019, 04:47 PM
» Replies: 1
» Views: 6,623
|
{ Missing Text } after up...
Forum: UserSpice 4.4
Last Post: Brandin
07-16-2019, 04:23 PM
» Replies: 22
» Views: 53,638
|
Best Practice Info
Forum: New to UserSpice?
Last Post: Brandin
07-16-2019, 11:55 AM
» Replies: 1
» Views: 13,490
|
Force to use 2FA -always-
Forum: UserSpice 4.4
Last Post: Brandin
07-12-2019, 12:43 PM
» Replies: 1
» Views: 6,636
|
e-mail not verifying
Forum: UserSpice 4.4
Last Post: LBC
07-10-2019, 11:34 AM
» Replies: 31
» Views: 76,232
|
|
|
Problem with token_error.php |
Posted by: flo - 04-02-2018, 04:53 PM - Forum: Off-topic Discussions
- Replies (3)
|
|
Hey guys,
many of my users are getting redirected to the token_error.php page after login. When thy click on go back and enter their login credentials again, it works and the token-error.php page is not shown.
In the token_error.php it is stated, that the following is most probably the case, when this message is shown:
// 1. Someone trying to perform a man-in-the-middle attack on a form on the site.
// 2. Something accidentally causing the page to partially reload
I don’t think, that a man in the middle attack is the case. So I am wondering: What are my option to resolve this issue for my users?
I can’t remember, that I ever had that issue while developing on localhost, but as soon as I moved the project to the live server i also got the message a couple of times (if that information helps).
Thank you guys a lot!! Awesome work on the userspice project!
|
|
|
Hi |
Posted by: markgreenway - 03-31-2018, 07:47 PM - Forum: New to UserSpice?
- Replies (1)
|
|
Hi everyone,
Been looking for something like user spice for a while now. Looking forward to playing with it.
Mark.
|
|
|
Change Links on top Nav |
Posted by: Evert - 03-29-2018, 10:32 AM - Forum: UserSpice 4.3 and Below
- Replies (2)
|
|
Hi All,
Im new to userspice and have been enjoying what it has to offer. I have read a similar thread regarding the same topic however it has not worked for me. I wish to change the home button on the top nav bar to a different page. I have changed both usersc/includes/navigation.php and users/includes/navigation.php with the new address however the link has not changed.
I have cleared cookies/cache with no joy. Am I missing a file?
Thanks in advance.
|
|
|
Query - LIKE {3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d} |
Posted by: MattyO_83 - 03-27-2018, 08:43 AM - Forum: Documentation
- Replies (3)
|
|
i've just started using UserSpice. Enjoying how well it is structured and learning quickly. Some help with this would be great.
How would i query rows where column is 'like' or contains part of a string var?
Possibly the equivalent to below
$item= = 'car';
("SELECT * FROM table WHERE column LIKE '{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}$item{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}'");
//Most likely for $item I would be using:
$item= $ab->items;
//Cannot workout how to use
$db->query("SELECT * FROM table WHERE column 'LIKE' ?",array($item));
Thanks for your help!
|
|
|
|