The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/portal.php 39 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 1,007
» Latest member: kavitasinghji
» Forum threads: 1,324
» Forum posts: 7,788

Full Statistics

Online Users
There are currently 466 online users.
» 0 Member(s) | 464 Guest(s)
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

 
  Email vs Mobile Phone Verification
Posted by: venedude - 11-24-2016, 04:50 AM - Forum: Modifications and Hackery - Replies (6)

So I'm trying to get users registered and verified using either their email or phone number. Two things I'm wondering what direction to go depending on UserSpice design:

1- Should I just store the user's mobile number under "username" and set the below in User.php and build a separate path for verification?
if(is_numeric($user)){
$field = 'username';

2- Store the user's mobile number under "email" and build additional logic on top of the existing email verification code that uses a SMS API, instead of email, to verify the mobile?

What route would you guys go? I guess if we wanted to properly store values, I would go for a 3rd option to store the mobile phone under "billing_phone" and just build everything required for that from scratch... But trying to keep it simple here.



  Happy thanksgiving!
Posted by: venedude - 11-24-2016, 04:33 AM - Forum: New to UserSpice? - Replies (1)

Want to say hi to everyone and thank the great people behind UserSpice for a great project!


  Failure re-declaring config.php
Posted by: grumpy-gnome - 11-23-2016, 11:59 PM - Forum: UserSpice 4.3 and Below - Replies (7)

I'm testing out the latest UserSpice on an XAMPP install (v5.6.3) and get the following when I attempt to access a page having successfully logged on:

Code:
Fatal error: Cannot redeclare class Config in C:\xampp\php\pear\Config.php on line 44

This appears to be because UserSpice and XAMPP both use the Config.php function and despite the evidence from the videos (!) my install of XAMPP doesn't seem to want to play nicely... What's really confusing is that the UserSpice admin pages are fine and work normally.

I copied and pasted the lines suggested in the UserSpice index page into my own php file to place the page under user control. These lines are:
<pre>
Code:
require_once 'users/init.php';
require_once $abs_us_root.$us_url_root.'users/includes/header.php';
require_once $abs_us_root.$us_url_root.'users/includes/navigation.php';
if (!securePage($_SERVER['PHP_SELF'])){die();}
</pre>


Any ideas?


  mhhk im being dumb
Posted by: raven - 11-22-2016, 12:29 PM - Forum: UserSpice 4.3 and Below - Replies (14)

i just created a page off the blank droped it in usersc and set it to private how ever even not logged in i can view it oops i screwed bup somewhere but cant seem to find it

just an fyi i used the headcode from the blank php page but the body code from the index.php page because it suited what i needed for a lay out for that page Smile

columns are nice ps word press needs spoilers


http://pastebin.com/2S8DBjJ6

it has a week to expire 11/22/16 pasted


  Default ADMIN password
Posted by: bafmin - 11-21-2016, 03:27 PM - Forum: UserSpice 4.3 and Below - Replies (1)

In the fresh (first time) install of UserSpice 4.1 there is a admin account already configured. As a brand new user to UserSpice I have exhausted all patience trying to log in. To such end I am ready to write of this software is something so basic as logging in is this difficult.

I am hoping someone can share this password so that I can configure the SMTP settings to be ABLE to use the forgot password feature.


  Extentionless login
Posted by: Garewowl - 11-21-2016, 11:10 AM - Forum: UserSpice 4.3 and Below - Replies (4)

Earlier had an issue with not being able to use extentionless URLs. Actually, it is happening only on login in URL.
It gets stuck at login.php line 34 "if (Input::exists()) {".

I'm checking beyond this.
Looks like a page permission issue now.

More to do. Will update.

Cheers!


  sending email to a user
Posted by: LBC - 11-21-2016, 08:49 AM - Forum: Modifications and Hackery - Replies (17)

Hey mudmin, I have yet another question/challenge Smile

When in the profile of a user (not your own profile but someone else's), I would like to be able to send that user an email using a small form field at the bottom of that page (profile.php).

I understand that the form should retrieve the email address for that specific user from the database, but I am not sure how to go about that really.

Do you have any ideas for that?

Also, is it perhaps possible to hash the email addresses in the DB so they are stored more securely? Or is that not necessary?


  Hi, I'am Frank
Posted by: Garewowl - 11-21-2016, 08:36 AM - Forum: New to UserSpice? - Replies (3)

Hi to All,

I came across UserSpice few months ago while searching on G for a user management script. Also checked & tested the UserCake, but now I prefer the latest version of UserSpice. I'am trying to customize it for a project but find it difficult to achieve extensionless URLs. I am familiar with all .htaccess stuff. However, I attempted few times but always get a 404 error. Also, changed the pages in the database. It could be z_us_root.php OR init.php stopping it. But no luck. Can somebody help me please? Thank you.

Rgds


  Redirect Problem after login
Posted by: Steve_Dickson - 11-20-2016, 05:51 PM - Forum: UserSpice 4.3 and Below - Replies (1)

I have a bit of a problem and can't work out how to fix it. We have a script that let's users go to a dedicated file storage area, the url might be;
http://www.mydomain.net/client_files/ind...5b865d39a9
The way it's setup, if they are sent to that page correctly they cannot access any directory above/beside theirs. If they bookmark that url and try to access it without being logged in, they are redirected to
http://www.mydomain.net/client_files/index.php
which gives them access to all clients directories. How can I fix this please?


  user's language location
Posted by: burg - 11-20-2016, 04:00 PM - Forum: Modifications and Hackery - No Replies

The is any hack to modify user's language location?

Thanks in advance