Albus Dumbledore
Oct 28 2006, 05:11 AM
This Tutorial will be divided into 7 different parts, and this is the first part, when i get the other parts together, i will post the links under here  Enjoy. Part 1: E-mail ManagementPart 2: Useful Site Management ToolsPart 4: Analysis/Log FilesPart 5: Advanced ToolsPart 6: PreInstalled Scripts, Extras, and Cpanel OptionsPart 7: FantasticoDetailed Cpanel Tutorial Part 2.1: Useful Site Management Tools In this tutorial I will, in detail explain all of the features of the current cpanel version of trap17.com hosting going from the top of the screen to the bottom.. I have completely written this up myself. Useful Site Management Tools - Parked DomainsWith this feature, you can Park Domains so they point towards your site. but the DNS Settings for your site must be set to trap17's Name Servers which are ns1.trap17.com and ns2.trap17.com. You are able to add and delete from this feature.  - Addon DomainsWith this feature, you can add a domain name that point to a sub-directory in your account. For instance, you may want http://hpforums.com to point to http://hogwartsmagic.net/forums then this is the tool to use.  - Manage RedirectsWith this feature, you are able to re-direct someone from a folder in your site, to another site, or your site but a different directory. So if you changed the directory for your forums from forums to forum you can use this tool to re-direct people who go to /forums to /forum.  - MySQL DatabaseWith this feature you can, edit, add, and delete MySQL Databases. MySQL Databases are used to store an abundance of information. Most forum software usually uses MySQL Databases and requires that you create a database and a user, then assign the user to the database, and this is the place to do all of that.  - phpMyAdminWith this feature, you can manage the content that is stored in MySQL Databases. This feature is more for the people who are more skilled with it, because if not used correctly, it can do allot of damage to things that use MySQL Databases.  - PostgreSQL DatabaseWith this feature, you can basically do the same things that you can do with MySQL Databases, but i think it is better to use MySQL Databases for all of the programs that need to use MySQL. Because i am also not to sure what the difference is between the two.  - phpPgAdminI think with this feature, it helps you manage the PostgreSQL Databases, just like PHPMyAdmin is for MYSQL Databases.  - BackupWith this feature, you can download back-ups for your sites MySQL Databases, as well as all of the files that are in your site.  - IP Deny ManagerWith this your feature you can Deny people from coming to your site. If you have someone that spammed up your forums and you are tired of them, you can get the IP address from the forums, and add it to this list and they will never be able to view your site again.  - Leech ProjectLeech Protect allows you to prevent your users from giving out or publicly posting their password for a restricted area of your site. This feature will redirect (and suspend if selected) accounts which have been compromised to a url of your choice.  - Image managerThis feature will allow you to manage images, and re-size them into thumbnails if you want to, or convert image formats, or do many things with the image manager that you might now be able to do normally.
Reply
Similar Topics
Keywords : cpanel site management tools- Php Word Filter
- Have you accidently sworn on your site? Or do you want to keep visitor (7)
This is pretty simple but very useful if you don't want people to swear. We will be using
str_replace for this. CODE <?php str_replace ("curseword,
"replacemet"); ?> Thats pretty simple, just fill in the curse word and the
replacement, and then repeat... heres what it would look like full size: CODE <?php
str_replace("swear", "replacement"); str_replace("swear",
"replacement"); str_replace("swear", "replacement");
str_replace("swear", "...
Php Quiz Script
- Make quizzes for your site. (20)
Hello all, A little bit back I decided to make a quiz scriptjust out of no where lol. However it
doesnt do anything special but I am going to make an email mod for it so that it will email results
to your email address. So here is the basis of it. INSTRUCTIONS: Open a new page in your text
editor and paste in the following code. CODE <?php $qid = "Quiz ID-00"; ?>
<html> <head> <title><? echo "Gamers Pub $qid";
?></title> </head> <body> <p><h3><? echo "...
Ftp Account Management
- Part 2.2 of my 7 Part Cpanel Tutorial (1)
This tutorial is an extension to my 7 tutorial series about the Cpanel. The 7 different Cpanel
tutorials can be found below. Part 1: E-mail Management Part 2: Useful Site Management Tools
Part 3: Useful Site Management Tools2.1 Part 4: Analysis/Log Files Part 5: Advanced Tools Part
6: PreInstalled Scripts, Extras, and Cpanel Options Part 7: Fantastico Detailed Cpanel
Tutorial Part 2.2: FTP Management For this tutorial, you will need to locate the Icon under
Site Management Tools labeled FTP Manager and also inside of the FTP:// Accounts area...
How To Make An Ultimate Game List.
- If you're making a site on video games or such. (0)
Create A Google Seach Result Page Embed Within Your Site Page.
- (12)
Create a google seach result page embed within your site page. It is easier to create
web page that embeded the google search result in it. The first step is to go to google apply an
account for the google ad-sense. After that login to you account and choose the create ad-seach
option. Most of time the google search box give all we have the great and powerfull seach ability.
But, have you think every time users get seach with it. They do redirected to another page that is
not within you site. It is easier to create web page that embeded the google sea...
How To: Make A Simple Php Site
- Making one file show up on all pages using php (21)
I have looked all over the site and could not find anything that was like this simple, or just like
this at all.. For some people i know that you are using a basic HTML site...and having a big menu
if you want to add somthing you have to go into every one of the pages and add or remove or edit
what you want to do, but with somthing verry simple all you would have to do is edit one file, and
all of the pages that have the PHP script on them would suddenly change to what that one file is.
So to start off if you are planning on using this little tirck, the page that you a...
Cron Jobs - Cron Jobs In Cpanel
- Cron Jobs : Cron Jobs using PHP (27)
How to setup Basic Cron Jobs. Ok. Many people are yelling that they cannot configure the
crons properly. Here is a short tutorial which will help you set them. I have tried my best to
explain the concept but there can be more advanced configurations. Basically you will want to run a
PHP script file in specific intervals. Suppose you want to execute a php file called maintanence.php
every one hour. This is what you do :- The CRON Command is in the Following Format CODE
[ Minute - Hour - Day - Month - Weekday ] - Command The COMMAND, can be bro...
Css And Javascript Combined For Dynamic Layout
- use of different CSS files at same site (9)
This tutorial is meant for people that are dealing with problems while coding their site at 100% of
width. Important notice: Some people has JavaScript disabled, so they will not be able to load CSS
file (take this in account when creating your website). How this script works. In the HEAD of your
HTML document will apply this command, so variable.js file will be load at start: CODE
<script type="text/javascript" src="variable.js"></script> In
browser JavaScript file variable.js is loaded. This Javascript file consist of this para...
How To Put A Phpbb Login Box On Your Main Site.
- Code and .php included!!! (18)
I have included my coded file with this... Ok here is the code. CODE // //Create login area,
replace the phpBB2 in /phpBB2/login.php with your forum's //directory // <form
action="/phpBB2/login.php" method="post" target="_top"> <table
width="25%" cellspacing="2" cellpadding="2" border="0"
align="center"> <tr> <td align="left"
class="nav"><a href="/phpBB2/index.php" class="nav">Prank Place
Forum Index</a></td>...
Simple Stylesheet Tutorial
- Stylesheet embedded in your site. (2)
Hi - ill show you how to make a simple style sheet that will be embedded into your site. OK make
sure your site is set up already (like the standard tags) To start and end off a stylesheet you
need to do the following CODE <style type="text/css"> </stlye> Ok
lets start CODE <style type="text/css"> p { font-family: "Tahoma";
font-size: 9; color: "red"; } </style> So when you come to put in
CODE <p>Hi!</p> The text will appear red and will be in Tahom...
How To Make A Very Simple Wap Site
- A quick tutorial about WML language (40)
WAP Site Tutorial : How to Make A Wap site? Before We begin.. Defination from the
Web about Wap. QUOTE WAP is an open international standard for applications that use
wireless communication . Its principal application is to enable access to the Internet from a
mobile phone or PDA .A WAP browser provides all of the basic services of a computer based web
browser but simplified to operate within the restrictions of a mobile phone. WAP is now the
protocol used for the majority of the world's mobile internet sites, known as WAP sites ...
Phpbb Forum Site Transfer
- How to do it, step by step instructions (20)
I'm sure many of you out there have used phpBB at some point. To those who enjoy running forums
and online communities, specifically supporting phpBB, I am about to tell everyone how to restore
the forums database from one website, to another. This is presuming you do not have any mods or
hacks installed. Some of you may find this information useful. Here is the scenario: Let's say
you have forums running phpBB version 2.0.17 (currently the latest one). You have decided that you
want to move your forums to a whole new URL and provider, and as an added bonus, ch...
Php Emailer/contact System
- An email or contact system for your site (20)
Hello all, Here is an easy Emailer or Contact system that allows visitors or members of your site
to email you just by filling out a form. So here is what you need to do to set it up. First open up
a new page in your text editor and paste in the following code. CODE <?php $Name =
$_POST['Name']; $Subject = $_POST['Subject'];
$Email = $_POST['Email']; $Site =
$_POST['Site']; $Message=$_POST['Message'];
$align = $_POST[...
Checking The Web Site Speed
- (10)
Did you taking too much time to access your favorite sites? Probably the problem is on the server
used by those sites. To make sure that is the problem, use Windows PING facility. Ping is a small
program, which sends a 32-bit signal to the Web site server. Next, Ping record the time needed by
the server to answer it. To activate Ping: Click on the Start-Run menus, type command, and then
click OK. Type PING "site name" in the MS-DOS prompt window, for example PING www.yahoo.com. In a
moment, the result will appear on the screen. A result less than 300ms is normal spee...
Cpanel Preinstalled Scripts, Extras, And Cpanel Options
- Part 6 of My 7 Part Tutorial (1)
This Tutorial will be divided into 7 different parts, and this is the first part, when i get the
other parts together, i will post the links under here /biggrin.gif" style="vertical-align:middle"
emoid=":D" border="0" alt="biggrin.gif" /> Enjoy. Part 1: E-mail Management Part 2: Useful Site
Management Tools Part 3: Useful Site Management Tools2.1 Part 4: Analysis/Log Files Part 5:
Advanced Tools Part 7: Fantastico Detailed Cpanel Tutorial Part 4: PreInstalled Scripts,
Extra, and Cpanel Options In this tutorial I will, in detail explain all of th...
How To Set Up A Bookmarking System On Wii
- Use your favorite social bookmarking site. (0)
This is a simple tutorial on a way to set up a bookmarking system on your Wii with greater stroage
than the Favorites. It is more complicated than the Favorites and requires manual URL typing. Well
let's dive on in. Items Required Nintendo Wii Internet Channel 3 Empty Favorites Internet
Connection An account on a social bookmarking site I will be using delicious as an example.
delicious Ok, if you do not have an account, read on. If you do have an account, go to the
{account} section. Ok, first you need to register an account. This can be done by clicki...
Faux Ajax Loading - Css Only
- Pretend your site is Ajax based (3)
Link: http://www.jlhaslip.trap17.com/samples/misc/ajax/index.html Check that out. The first page
has information and the second and has the actual example of its use with sample CSS code. I find
that when you visit a site which has a slow server and attempt to view 'large' Image files,
it is pretty boring to sit and stare at a blank screen, so this little snippet of code can be used
to give the visitor something to see to indicate that the image is being downloaded. I built a
small animated gif that sits in the background of the space allocated for the image...
How To Build A Pure Css Using Online Tools Tutorial (part 1)
- Part 1-Core Design (7)
The use of Online tools to design a complete website Tutorial By Saint-Michael AKA Mike A. On a
side note will provide all the files for the complete site from each of the parts just in case you
have problems With this tutorial I will show you how to use specific online tools to create a
fully functioning website in pure css with little to no JavaScript to be used. Also their will be
some moderate editing to make everything fit and of course to make sure everything is working like
it should. The links that you will need to either book mark or save to a file, w...
Cpanel Fantastico
- Part 7 Of My 7 Part Tutorial (14)
This tutorial is going to discuss the entire list of fantastico features that are on the trap17
servers This is an extention of my origional 6 part tutorial, now 7 part tutorial. The links to the
rest are listed below. This tutorial is a follow-up to the Cpanel Tutorials that i wrote last
night, the links can be found below. Part 1: E-mail Management Part 2: Useful Site Management
Tools Part 3: Useful Site Management Tools2.1 Part 4: Analysis/Log Files Part 5: Advanced
Tools Part 6: PreInstalled Scripts, Extras, and Cpanel Options Detailed Cpanel Tutor...
Making The Popular Id Browsing For Your Site.
- (17)
Was just sitting and being bored but then I realized I could show how to create more or less popular
?id=page browsing. It's actually really easy. I know two ways how to do it. First one I learned
was checking the variable and if it's true including the text/file/anything needed and so on. It
was ok, but sometimes I just couldn't make it work so I switched to switch() function and
that's what I'm going to show you guys right now. So, I made a test page which contains the
code needed and here is its source. CODE <!DOCTYPE HTML PUBLIC ...
Ftp And Cpanel For Dummies
- (7)
In this tutorial I will be teaching you how to upload files via FTP(File Transfer Protocol) so you
can get your website on the web, and off your computer. First off, I'll be going over some
terms that you'll need to know. cPanel : Control Panel. This is the area of your website
where you will do all your maintenance, backups, ect. You get this with your webhost when you sign
up. After signing up for a webhost, you'll be asked to specify a "Control Panel(or cPanel)"
name, and password. Something you will easily remember is best. Try something like "yournam...
Templating System Using Php Includes
- Building a Dynamic site using Includes and flat-files. (13)
Php based Templating System http://jlhaslip.trap17.com/template/index.php The Source Code
for the scripts are included (literally) on the different pages on the Demo, including the Contact /
Email script. The only page not there yet is the Message Script. Maybe tonight I will upload that.
This one uses a little bit of query-string checking to confirm that the contents of the page are
actually available (file_exists())and an allowed page content before serving it up. The
'allowed page content' is done by checking against a flat-file containing an array...
HTML tags and examples
- Condensed form of course from my site... (37)
Well, I decided to try and help out some of the users here who might be unexperienced in HTML, so I
condensed the begginer's HTML course at my website. Here it is... Lesson 1 HTML means Hyper
Text Markup Language. HTML is a very common language used for many websites, is the base for more
complicated and powerful langauges like php, HTML can seem hard, but you will find it is one of the
easiest langauges one can learn. The core of HTML is the tag, a tage is just a set of two
arrows-like brackets created by hitting Shift and the comma key, or Shift and the period...
How To Build A Pure Css Using Online Tools Tutorial (part 4)
- Vertical Nav Menu (0)
Step 4 Vertical Nav Menu The next step is to add in a basic rollover menu so I bring you to the
following online tool: Menu Generator Now with this online tool you can not only create
vertical but also horizontal rollover menus. Since we will be doing a Verticle menu we will keep it
on that option. Now the next part is deciding if we want it fixed, relative, or absolute. If we
have learned anything it is insane trying to make a absolute or fixed position work perfectly for
all three browsers (IE, FF, Opera). So to keep our minds sane we will use relative,...
How To Build A Pure Css Using Online Tools Tutorial (part 2)
- Part 2-Header (3)
The next step will be to set up our header with a tab menu a search box and a header image. With
these three parts you will be able to be make a somewhat dynamic header, so it can be seen more and
not blended within the website and be lost or hard to find within the website. You have to remember
the website is for other people and not for you, so you have to make it as user friendly as
possible. Now with the Text with in the image you could say that this could use be used for
important updates, or a slogan or two, with this your actual images will be a bit smaller in ...
How To Save Upload Time In Cpanel
- (37)
Do not Extract files and then upload them by ftp, try the following (1)open the file manager
(2)upload the zip or gz format file (3)then extract the file it save the comulation time for
ftp client and the ftp server....
Cpanel Mysql Database Management
- Part 2.1 Of My 7 Part Cpanel Tutorial (6)
This tutorial is an extension to my 7 tutorial series about the Cpanel. The 7 different Cpanel
tutorials can be found below. Part 1: E-mail Management Part 2: Useful Site Management Tools
Part 3: Useful Site Management Tools2.1 Part 4: Analysis/Log Files Part 5: Advanced Tools Part
6: PreInstalled Scripts, Extras, and Cpanel Options Part 7: Fantastico Detailed Cpanel
Tutorial Part 2.1: MySQL Management In this tutorial, i will explain how to add, edit, delete
and over-all manage the MySQL Feature in the Cpanel. Creating a MySQL Database 1) ...
Cpanel Advanced Tools
- Part 5 of My 7 Part Tutorial (20)
This Tutorial will be divided into 7 different parts, and this is the first part, when i get the
other parts together, i will post the links under here /biggrin.gif" style="vertical-align:middle"
emoid=":D" border="0" alt="biggrin.gif" /> Enjoy. Part 1: E-mail Management Part 2: Useful Site
Management Tools Part 3: Useful Site Management Tools2.1 Part 4: Analysis/Log Files Part 6:
PreInstalled Scripts, Extras, and Cpanel Options Part 7: Fantastico Detailed Cpanel Tutorial
Part 4: Advanced Tools In this tutorial I will, in detail explain all of t...
Cpanel E-mail Management Set-up
- Part 1.1 of My 7 Part Cpanel Tutorial (0)
This tutorial is an extention to my 7 tutorial series about the Cpanel. The 7 different Cpanel
tutorials can be found below. Part 1: E-mail Management Part 2: Useful Site Management Tools
Part 3: Useful Site Management Tools2.1 Part 4: Analysis/Log Files Part 5: Advanced Tools Part
6: PreInstalled Scripts, Extras, and Cpanel Options Part 7: Fantastico Detailed Cpanel
Tutorial Part 1.1: E-mail Management In this tutorial i will, in detail explain all of the
uses for the E-mail Section of the Cpanel. Then, if this is your first time in the cpane...
Cpanel Analysis And Log Files
- Part 4 of My 7 Part Tutorial (0)
This Tutorial will be divided into 7 different parts, and this is the first part, when i get the
other parts together, i will post the links under here /biggrin.gif" style="vertical-align:middle"
emoid=":D" border="0" alt="biggrin.gif" /> Enjoy. Part 1: E-mail Management Part 2: Useful Site
Management Tools Part 3: Useful Site Management Tools2.1 Part 5: Advanced Tools Part 6:
PreInstalled Scripts, Extras, and Cpanel Options Part 7: Fantastico Detailed Cpanel Tutorial
Part 3: Analysis and Log Files In this tutorial I will, in detail explain all ...
Looking for cpanel, site, management, tools, 2, 1, part, 3, 7, part
|
|
Searching Video's for cpanel, site, management, tools, 2, 1, part, 3, 7, part
|
advertisement
|
|