v1.6-v1.7 Osclass URL Masking Plugin please share

the new era

Well-known member
Diamond
Elite
XNullUser
Joined
Oct 17, 2021
Messages
190
Reaction score
448
Points
63
Location
UK
NullCash
4,205
What this plugin is doing you can do by yourself and is not hard to do it.
Don't give many for this shit plugin.
If you bay the plugin you still need to do all work. Be carefully.

If you check the setup is write everything there what to do
""""""
Plugin require basic knowledge of PHP to be fully setup.
Let's consider "new-oc-content" and "new-oc-includes" folders as your new folder names.

Step #1: Update config.php
Go to your config.php file (osclass installation directory) and add there 2 lines:

define('OC_INCLUDES_FOLDER', 'new-oc-includes');
define('OC_CONTENT_FOLDER', 'new-oc-content');

Step #2: Rename oc-content and oc-includes folders
Go to osclass installation directory and rename folder:

oc-includes ==> new-oc-includes
oc-content ==> new-oc-content

Step #3: Update .htaccess file
Go to your .htaccess file (osclass installation directory) and add there following lines at start of document:

RewriteEngine on
RewriteBase /
RewriteRule ^oc-content/(.*)$ /new-oc-content/$1 [R=301,NC,L]
RewriteRule ^oc-includes/(.*)$ /new-oc-includes/$1 [R=301,NC,L]

Step #4: Update old directory names in plugins and theme
Ideally, you will download your oc-content/themes and oc-content/plugins folders to desktop and use tools like Notepad++ to find all occurences of "oc-content" and "oc-includes" and replace them.

You have now osclass directories masked. """"
 

metalsiunny

Member
XNullUser
Joined
Apr 29, 2022
Messages
140
Reaction score
10
Points
18
NullCash
21
W
What this plugin is doing you can do by yourself and is not hard to do it.
Don't give many for this shit plugin.
If you bay the plugin you still need to do all work. Be carefully.

If you check the setup is write everything there what to do
""""""
Plugin require basic knowledge of PHP to be fully setup.
Let's consider "new-oc-content" and "new-oc-includes" folders as your new folder names.

Step #1: Update config.php
Go to your config.php file (osclass installation directory) and add there 2 lines:

define('OC_INCLUDES_FOLDER', 'new-oc-includes');
define('OC_CONTENT_FOLDER', 'new-oc-content');

Step #2: Rename oc-content and oc-includes folders
Go to osclass installation directory and rename folder:

oc-includes ==> new-oc-includes
oc-content ==> new-oc-content

Step #3: Update .htaccess file
Go to your .htaccess file (osclass installation directory) and add there following lines at start of document:

RewriteEngine on
RewriteBase /
RewriteRule ^oc-content/(.*)$ /new-oc-content/$1 [R=301,NC,L]
RewriteRule ^oc-includes/(.*)$ /new-oc-includes/$1 [R=301,NC,L]

Step #4: Update old directory names in plugins and theme
Ideally, you will download your oc-content/themes and oc-content/plugins folders to desktop and use tools like Notepad++ to find all occurences of "oc-content" and "oc-includes" and replace them.

You have now osclass directories masked. """"
wow. This is easy as explain buy stressful in terms of plugin data rename. I appreciate your guide. I will leave it the way it is cos when plugin is updated. I will need to ch plugin to rename again... that is huge. Thanks bro
 

Michael

Member
XNullUser
Joined
Dec 8, 2021
Messages
120
Reaction score
11
Points
18
NullCash
0
Hi, how to use plugin Avatar in theme epsilon? User register page not loading user photo.
 

Josera

Member
XNullUser
Joined
May 30, 2022
Messages
30
Reaction score
0
Points
6
NullCash
34
AM also looking for ways to remove the 'osclass market' links
 
Top