GithubHelp home page GithubHelp logo

bizsam / osclass-enterprise Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mercanog/osclass-enterprise

0.0 0.0 0.0 4.86 MB

Osclass Enterprise allows you to quickly build your own classifieds site for free.

JavaScript 2.27% PHP 90.58% CSS 4.69% Hack 0.17% HTML 0.01% Less 1.60% SCSS 0.68%

osclass-enterprise's Introduction

Enterprise-Classifieds.com

Osclass Enterprise

Osclass Enterprise is the continuation of the Osclass v3.8.0 project and contains hundreds of fixes and improvements (check the CHANGELOG).
➡️ Create your own online business with the best open-source classifieds software. ⬅️

Plugins & Themes Market

Project Info

Like what we do?

Support our open-source project and help us keep creating amazing software for you!
👇 Please consider gifting us a coffee 👇
Support Us!

Hosting Requirements and Settings

  • Apache 2.4.17+ / LiteSpeed 5.4+
  • PHP 7.1 - 7.4 (Experimental 8+)
  • MySQL 5.7+ / MariaDB 10.2+
  • MySQLi module for PHP
  • GD module for PHP
  • ImageMagick module for PHP (optional)

PHP - php.ini

max_execution_time = 600
allow_url_fopen = On

MySQL - my.ini

[mysqld]
innodb_ft_min_token_size=2
ft_min_word_len=2

Permalinks on NGINX - Virtual Host Config

location / {
    try_files $uri $uri/ /index.php?$args;
}

## If you encounter errors using the above, try replacing '$args' with '$query_string'.

Documented Core Changes

We now have some options that allow us to enhance the core functionality of Osclass, as it follows:

  • In oc-includes/osclass/UserActions.php - Line 281 and oc-includes/osclass/controller/login.php - Line 228 we have the option to limit multiple password requests within a predefined time frame (default is 1 request per hour). You can change this value to anything you like.
  • In oc-includes/osclass/classes/datatables/UsersDataTable.php - Lines 96 & 166 we have the option to show the user avatar in oc-admin, if an avatar plugin is used. It's set by default to the Madhouse Avatar Plugin, but can be changed just by modifying the function name.
  • In oc-content/themes/bender/item-sidebar.php - Line 76-86 we've added JS bot protection to the e-mail field. This code can be used by any theme.
  • In hUsers.php we've added a new function osc_user_is_online that returns true if the user has been online in the last 5 minutes, and false otherwise.

Installation Guide

Many thanks to all contributors at MindStellar and OsclassPoint

osclass-enterprise's People

Contributors

mercanog avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.