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 627 online users.
» 0 Member(s) | 625 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

 
  Names database-tables
Posted by: c.l.f.wittmann@gmail.com - 09-13-2017, 04:48 PM - Forum: UserSpice 5 - Roadmapping the Future - Replies (3)

Hi,

I have an idea for an improvement of userspice. First of all: I really like userspice!!!

But I think it might be even better if you could change the names of the tables in the database. Is it maybe possible to give all of them a prefix like "us_". That would make it easier if you need to search for your own tables in phpmyadmin and sort them by table-names. I know this might be a lot of work as you probably use these table-names a lot in your php codes but I think it would make work a bit easier when you are using own tables.

Thanks in advance and again: thanks for userspice!!
Chris


  Troubles for adapting Userspice on my website
Posted by: JulienS - 09-13-2017, 11:26 AM - Forum: UserSpice 4.3 and Below - Replies (4)

Hi everyone,

I’m trying to include a page called head.php, where there's all the part before <!DOCTYPE html>. It works well on my index page, but when I put it (for example) on the users/join.php it doesn’t work.
What I want to do is to make all my pages starting like this: http://pasted.co/4dd2ff6c.
Page head.php: http://pasted.co/4e404c3d
Page header.php: http://pasted.co/fec196e7
All I have is a blank page when I paste it on pages in the users file, but it works well in my root file. Does anyone have a solution?
Thanks


  New found pages as private pages
Posted by: c.l.f.wittmann@gmail.com - 09-13-2017, 05:42 AM - Forum: UserSpice 4.3 and Below - Replies (12)

When adding new pages they are public by default. Is it possible to make them private by default?


  Make additional $user variables?
Posted by: Katronix - 09-12-2017, 05:33 PM - Forum: UserSpice 4.3 and Below - Replies (6)

Hi all,

The script I'm working on, uses an Array of strings to be both in Spanish and English. (or at least the original script I'm converting to US does).

A couple of questions, I saw that US has its own multi-language section, can this be added on to?
If not, is it possible for me to turn an array such as $lang so that I could refer to element 15 and echo just $lang->15 without having to load the array in every file?

Hope these questions make sense,
Chris


  How to enable email verification
Posted by: JulienS - 09-12-2017, 05:25 PM - Forum: UserSpice 4.3 and Below - Replies (2)

Hi all,

I was looking for enabling the email verification for users, but I can't find it... Does anyone knows how to enable it? Thanks


  phpmailer 5.2.14
Posted by: palmeros - 09-12-2017, 10:54 AM - Forum: UserSpice 4.3 and Below - Replies (3)

Dont know if this is severe at all but i copied this from phpmailer's Github:

PHPMailer versions prior to 5.2.24 (released July 26th 2017) have an XSS vulnerability in one of the code examples, CVE-2017-11503. The code_generator.phps example did not filter user input prior to output. This file is distributed with a .phps extension, so it it not normally executable unless it is explicitly renamed, so it is safe by default. There was also an undisclosed potential XSS vulnerability in the default exception handler (unused by default). Patches for both issues kindly provided by Patrick Monnerat of the Fedora Project.

PHPMailer versions prior to 5.2.22 (released January 9th 2017) have a local file disclosure vulnerability, CVE-2017-5223. If content passed into msgHTML() is sourced from unfiltered user input, relative paths can map to absolute local file paths and added as attachments. Also note that addAttachment (just like file_get_contents, passthru, unlink, etc) should not be passed user-sourced params either! Reported by Yongxiang Li of Asiasecurity.

PHPMailer versions prior to 5.2.20 (released December 28th 2016) are vulnerable to CVE-2016-10045 a remote code execution vulnerability, responsibly reported by Dawid Golunski, and patched by Paul Buonopane (@Zenexer).

PHPMailer versions prior to 5.2.18 (released December 2016) are vulnerable to CVE-2016-10033 a remote code execution vulnerability, responsibly reported by Dawid Golunski.


  All pages removed from database
Posted by: c.l.f.wittmann@gmail.com - 09-12-2017, 07:23 AM - Forum: UserSpice 4.3 and Below - Replies (3)

Every time I open the page admin_pages.php all pages in the userspice database are getting removed. What might be the reason for this?


  Check if user is admin
Posted by: c.l.f.wittmann@gmail.com - 09-11-2017, 07:19 AM - Forum: UserSpice 4.3 and Below - Replies (3)

Is there a way to check whether the logged in user is a admin?


  Hi everyone. My name is Marty.
Posted by: lunatichigh - 09-11-2017, 01:14 AM - Forum: New to UserSpice? - Replies (2)

Just wanted to say hi. Hope everyone is doing well.


  Version Control
Posted by: Brandin - 09-11-2017, 12:23 AM - Forum: Off-topic Discussions - Replies (2)

Hello!

Does anyone here do version control with their projects? Release notes? Full-scale dev solutions? Would be interesting to know how you all push your updates.

With me: I am using bitbucket. I use Atom to do my coding (Was using Notepad++) and Sourcetree for my Commits. I test locally, on the live server, then push my updates to prod through a ZIP I make and upload. I have a script called "mydashupdater.php" that runs the queries I need to in it, and have my own version file in usersc/ which if the value in my database for SQL (setting called mydash_sql_ver) is less than the version file, an updater button pops up to bring you to the mydashupdater.php file which updates the SQL and the DB sql_ver.

I'll post a more elaborate piece to this - and reupload my screenshots since I have changed my system a lot since!

Looking forward to hearing everyone elses aspects around this!