Posts

How to add sidebars in each forum?

You may noticed that some websites having a sidebar where they are showing who is reading the forum . If you want to know how to setup it then read these steps given below :  Login to Discuz ! Admin Panel Navigate to "Forums " Edit your forum Extended Settings Show Sidebar Yes ! Its easy :) . Just do it !

How to hide forum contents from visitors ?

Many admins want to increase their members , so this article is specially for those admins .  Note :- This Is only for Discuz ! Forums .  Steps to disable visitors accounts to browse the contents of a forum .... Login to Discuz ! Admin Panel Navigate to "Users" Then Click "User Groups " System Group Members Visitor Edit Under "Allow Access to the Site" -- Select -- Forbidden   Hope this tutorial can solve your issues .If  you are still facing any issues comment down . We are happy to help you !  

Is webformmailer.php and gdform.php are same file ?

In simple lang we can call "Both gdform.php and webformmailer.php are form mailer scripts installed in the default scripts directory of your Linux shared hosting account." Webformmailer.php is a more recent script that provides additional functionality, including the ability to specify sort order, delivery schedule, and email format. 

How to Enable SSH In cPanel

SSH is a secure method of connecting  to your hosting account to upload files, move files, and execute commands.  Customers using paid Linux shared hosting accounts can enable it.  When you enable SSH, it is enabled for the primary FTP user associated to the account. To Enable SSH on Your Linux Shared Hosting Account  Login to Your  Account Manager. Then Login to your cPanel Account. Now  Click On SSH Access. Click Enable . You can now log in to cPanel using your primary FTP user's login information. 

How to use Google Analytics In Discuz !

Are You Looking For These Questions :-  How to View , How much users visiting my Discuz ! Forum ?  Do You Want To see how much users visiting your forum daily? On Which Platform My Forum is most Popular ?  How To Add Google Analytics to Your Internet Forum ?  If the answer is yes , then please follow the following tutorial. Then the solution is Google Analytics . Google Analytics is a freemium web analytics service offered by Google that tracks and reports  website traffic. First Add your Forum to Google Analytics: Step 1 - Register on Google Analytics  https://www.google.co.in/analytics/ Step 2 - In Google Analytics click on “Add Website Profile” under your current web-site.  Step 3 -  Select “Add a Profile for a new domain” and then enter the URL (domain name) in text box next to where “http://” is listed (write it like “www.forum.com” ) and hit “Continue” Step 4  - Highlight the tracking code and copy it to your clipboard....

How To Password-Protect A Directory using .htaccess

HOW TO PASSWORD-PROTECT A DIRECTORY USING .HTACCESS   The .htaccess file is a configuration file for the Apache HTTP server. .htaccess includes a series of directives that control how the server responds to requests. (A "directive" is just a text command/keyword followed by its value.) One of the more common usages of .htaccess is to enable a directory to be password protected. By adding appropriate directives to .htaccess, when a web user accesses a file in that directory or a subdirectory, they’ll be prompted for a username and password. DIFFICULTY Basic - 1 | Medium - 2  | Advanced - 3 TIME REQUIRED 15-30 min RELATED PRODUCTS Linux-based VPS or dedicated servers  cPanel Shared Hosting  Linux-based Web & Classic Hosting RECIPE Assuming  AllowOverride  and AuthConfig  are enabled in the main configuration file, directives similar to the following will enable the current directory tree to be password protected with basic authentication for user bla...

How to connect two forums by single Ucenter

A good programmer / admin is who keeps his program simple but not simpler    and security as high as he can .  So this post is for those admins who wants to configure his Ucenter to be fetched by two different websites .  Before writing the steps ,  I'll be thankful to  khalid ( super moderator at codersclub.org ) .  Note : If you are using something like Discuz (readymade forum script ) then it contains 2 databases by default , But if you are using your own script then you have to create it .  This tutorial is explained on Discuz ! Script. Just like you have installed  Ucenter database eg "uc_pre_test" or "ucenter_pre_test" . 1st file you have edit is  /config/config_ucenter.php   And 2nd file  /uc_server/data/config_inc.php   If you having difficulty to understand above lines , then don't worry just understand the below lines carefully .  Let 1st forum Ucenter  database name is " ucenter_pre_test " and the 2nd ...