Connect Boxbilling with WHM and create cPanel accounts
Boxbilling is one of the popular free webhost billing software.
- Download Boxbilling webhost billing software from http://www.boxbilling.com/download
- Install it to your website root as Boxbilling provides both frontend and backend support.
- After installation login to your admin panel and Go to Configuration > Hosting Plans and Servers > New Server tab
Add a New Server
- Name – The name of your server, e.g. ServerOne
- Hostname – Your server’s hostname, e.g. localhost (you can use either a hostname or IP address)
- IP Address – Your server ip address
- Assigned IP Addresses – Write the IP Addresses that are assigned to your server (One per line)
- Enable/Disable – Disabled servers will not be shown in the drop down menus
- Nameservers – Add server nameservers
- Server Manager – Custom or cPanel/WHM
- Server Manager username – WHM username
- Server Manager password – WHM password
- Access Hash – Optional
- Use Secure connection – Yes
- ADD SERVER
Next, you need to Create a New Hosting Plan.
- Go to Configuration > Hosting Plans and Servers > New Hosting Plan tab
- Name: Plan or package name
- Disk quota (MB): Diskspace
- Bandwidth (MB): Bandwidth
- CREATE HOSTING PLAN
Add hosting plan additional parameters
- Parameter name: Package name
- Parameter value: Package slug
Finally the most important part, you need to Add Product. When you add the product, it must be matched with the Server and Hosting Plan.
- Products > Products / Services > New Product
Thunderbird – set up new email account
Download thunderbird a mozilla project from https://www.thunderbird.net/en-US/download/ . Its free.
Install it to your computer.
How to create new mail account?
- Click on Menu icon in top right corner.
- Hover on “Option”.
- Click on “Account Settings”. You will get all your email account info here too.
- Click “Account Action” in bottom left corner.
- Then Click “Add Mail Account”
- Give Name, Email and Password.
How to remove account from Thunderbird?
- Click on Menu icon in top right corner.
- Hover on “Option”.
- Click on “Account Settings”. You will get all your email account info here too.
- Select the email account you want to remove.
- Click “Account Action” in bottom left corner.
- Then click “Remove Account”.
How to change wordpress “sub-menu” class to “my-class” for specifie menu
In header.php
wp_nav_menu( array( 'theme_location' => 'primary', 'walker' => new Child_Wrap() ) );
Then in functions.php
class Child_Wrap extends Walker_Nav_Menu { function start_lvl(&$output, $depth = 0, $args = array()) { $indent = str_repeat("\t", $depth); $output .= "$indent<ul class=\"my-class\">\n"; } function end_lvl(&$output, $depth = 0, $args = array()) { $indent = str_repeat("\t", $depth); $output .= "$indent</ul>"; } }
This will replace the class “sub-menu” to “my-class”.
Create a Baidu Account Overseas
- « Previous Page
- 1
- …
- 77
- 78
- 79
- 80
- 81
- …
- 90
- Next Page »