Cpanel Server

i want 2 know freewebhosting with cpanel, server in usa or canada?


Here's a directory of free web hosting which includes cPanel. Only this section contains cPanel, the rest of the website doesn't. http://www.free-webhosts.com/free-cpanel-hosting.php I use this majority of the time, the best in my opinion is x10hosting.

Is it possible to extract rar files in server? (using cpanel or php script)?
I have uploaded a rar file but I understood that my cpanel can't extract the file content. How to extract it's contents? Is it possible to use a php script? I need a script to give me this ability. Also, my files are about 100 MB, will script work?

i dunno exactly what you mean but yes. you can extract your rar files using php script, giving the script access to your files. but i dunno if it can extract multiple parts rar files.

Do I need to give my web designer my server cpanel password?
I was thinking of hiring a web designer to do a website for me. I was told that I have to give him my cpanel password in order for him to access my server to upload files. Is this right? If I do that, he can also access all my email a/c. Extra info: I am not so IT savvy... still learning more about web hosting functions by reading or asking questions. I am not sure whether I should create public_ftp or public_html folder for the web designer. What exactly does a web designer require to setup my website?

No. The designer should be able to access the files and folders on your server through the use of an ftp program (such as FileZilla, etc.) That can be set up in cpanel, especially if you want to limit their access to a specific folder. If s/he needs to use databases for your site (ie., if you are using a content management system) you may have to set them up yourself using cpanel, but if they are just installing files, you can limit their access. My clients usually grant me access to their cpanel and then ask me to configure email, databases, and so on, for them. Strictly speaking, though, I don't need the full access. OTOH, my clients tend to be not tech savvy, and wouldn't know a cpanel if it introduced itself. It depends on your level of trust for the designer, and your level of ability in the things cpanel allows you to do.

Know of a server with Cpanel Whm and alot of space for a cheap price ??
Okay so I'm looking for a new server , I need one that had Cpanel with Whm accsses with 10-15GB. And for a cheap cheap price. All the sites I have seen were 400-2000 a year. I Don't want to go over more than 220 a year. Anyone know a servers?

the ibm 's lately launched server is the best for u.

Google sitemap requires python. Is python installed on a linux cPanel server if not how can I use sitemap.?


You can use the program below to generate the sitemap and upload it to Google. Probably much easier than trying to use Google's own sitemap generator.

How do i check if curl is installed on my server?
basically im trying to run a script but get this error: Fatal error: Call to undefined function: curl_init() in /home/username/public_html/file.php on line 19 which i take to mean i dont have curl installed? Is there anywayof checking via ssh or w/e, its a cpanel whm server.

Using ssh: which curl will tell you if the system has curl installed. But oyu need to have libcurl, and the curl PHP extension to be able to use curl in PHP. To see if it's enabled, simply do: phpinfo(); in your PHP file, and see what it outputs. It will list all active extensions (and some more info). CTRL-F for curl in that output.

How do I set up automatic FTP from my web server?
How do I go about setting up an ftp for my website rather than using an ftp program. When someone clicks on an icon it would automatically download a specific file. I'm using an apache server with cpanel.

This video could help you to create the required one http://video.aol.com/video-detail/setup-ftp-to-your-local-apache-web-server/3376539666 Hope this helps !

where would I find out what is my sql server when installing a script on cpanel?


try setting your sql server to 172.0.0.1 ? The server maybe on the localhost.

cpanel -> how to know my server adress and port?
Yes, i have Filezilla, and i need the server adress and port. my wepage is http://www.idenzity.net and i wondered how do you know your server adress and port

You're trying to get into ftp? With cPanel, go into the section that says "Files" and go to FTP Accounts. From there, click on the FTP username (whichever one it is to get where you wanna go) and click the "Configure FTP Account" button. There is information on the page after you click Configure FTP Account that will tell you what you need to know.