• Welcome to Web Hosting Community Forum for Webmasters - Web hosting Forum.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Mike

#1
Other Web Hosting Stuff / Re: computinghost.com is CRAP
December 12, 2008, 12:38:22 AM
You can ask to provide you the process details which are causing the problem so that you can fix it. In case if you pay the requested $75 the problem will not fix until they provide more details. Probably they are overselling. Without providing the logs or details, they should not disable your account. It's time to find the better host.

Also don't go for hosts who are providing unlimited disk space. Just select the host based on your disk space and bandwidth requirement.

Mike
#2
Hi,

I have recently transferred my vbulltin forum from one subdomain to another subdomain. I have restored database and files and everything is working fine except admin login panel.

I am able to login to admin panel but it is redirecting to login page again. I had changed the URL in vbulletin from admin panel before transferring it.

Any help would be appreciated.

Thanks,

Mike
#3
Thanks,

It helped me to generate the Analog stats which stopped generating the stats since long.

Mike
#4
yes, they are up now.
#5
cPanel/WHM / cPanel whm asp support
August 21, 2008, 07:04:47 PM
Can I use asp in cPanel WHM? Will cPanel WHM supports ASP? If yes how can I enable it?

Thanks,

Mike
#6
Generally, Google and other major search engines index the web site based on the web site contents so you do not need to submit your site manully. Your site should come in search engines if you have good contents.

Mike
#7
Thanks Kailash!

It did the trick.

Mike
#8
How Tos / Re: How to remove under line from Hyperlink
August 01, 2008, 03:19:42 AM
Hi,

Thanks for sharing it.

Mike
#9
Hi,

How to kill all processes in Windows and Linux:

To kill particular process in Linux you can use following command:

kill -9 PID

Replace PID with process ID.

To kill all similar processes in Linux, you can use following command:

killall -9 httpd


The above command will kill all the httpd processes on the server.

To kill the process in Windows you will need to use taskkill command:

Kill process from command line:

Taskkill /IM process

Replace process with actual process like php.exe, notepad.exe etc.

If you get message to kill process forcefully use the below command:

Taskkill /F /IM process


Regards,

Mike
#10
Hi,

I have replaced my.cnf file from existing to optimized my.cnf. I forgot to stop MySQL while replacing the file. Now I got the below error while starting/restarting MySQL:

----------------------------
# service mysql restart
ERROR! MySQL PID file could not be found!
Starting MySQL................................... ERROR!

In /usr/sbin/mysqld I got the following error:

# /usr/sbin/mysqld
050602 14:17:44 [Warning] Asked for 196608 thread stack, but got 126976
050602 14:17:44 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use
050602 14:17:44 [ERROR] Do you already have another mysqld server running on port: 3306 ?
050602 14:17:44 [ERROR] Aborting
---------------------------------

Can someone help me to fix this?

Thanks,

Mike
#11
Hi,

2Checkout is now accepting payment via PayPal too. I am not the user of PayPal but it seems it's easy to use it and also it looks like it is fast payment method too. It is good for the the people who do not have credit card.

Mike
#12
Hi,

So far I have used my credit card to make payment online. But I have read and heard about PayPal and it seems it's very easy to use PayPal. Also I have seen that 2Checkout is accepting payment via PayPal. My question is that is it really easy to use PayPal or their system is complex?

thanks

Mike
#13
Hi,

If you are getting the below error in Fanstico, you can fix it by selecting ioncube loader in Tweak Settings:

------------
Fantastico is not installed at the default location
/usr/local/cpanel/3rdparty/fantastico. Either move the Fantastico directory
from it's current location to /usr/local/cpanel/3rdparty/fantastico OR
enable ioncube loaders in WHM -> Tweak settings.
------------

You may need to run /scripts/upcp after making the changes. If it doesn't help try to copy your php.ini file using below command:

cp /usr/local/cpanel/3rdparty/etc/php.ini /var/cpanel/3rdparty/etc

Regards,

Mike
#14
cPanel/WHM / PHPMyAdmin error cPanel / WHM
July 08, 2008, 09:43:17 PM
Hi,

Got the below error while accessing PHPMyAdmin from WHM:

=================
Warning: session_start() [function.session-start]: SQLite: failed to open/create session database `/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb' - unable to open database: /var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/session.inc.php on line 86

Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: sqlite (path: /var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/session.inc.php on line 86
===================

Any idea how can I fix this?

Thanks,

Mike
#15
VPS Hosting /
June 15, 2008, 01:41:12 PM
Does anyone hear about XenServer?

Mike
#16
Domain Registration / Which domain extension
June 14, 2008, 10:30:25 AM
Hi All,

Which domain extension (TLD) you prefer to register. I prefer to register .com as it is common extension.

Mike
#17
How Tos / How to reboot server via SSH
June 14, 2008, 10:23:48 AM
Hi,

You can reboot your server from SSH using reboot command. Just type reboot and press enter.

Regards,

Mike
#18
cPanel/WHM / Check OpenSSL version
June 01, 2008, 10:17:48 AM
Check the version of OpenSSL on cPanel server

You can check the version of OpenSSL from SSH.

[1] Login to your server via SSH.
[2] Type openssl and press enter.
[3] Now type version and press enter.

It is recommended to upgrade the OpenSSL to latest stable (currently it is OpenSSL 0.9.8h).

Mike
#19
I had the same problem after upgrading the MySQL from 4.1 to MySQL 5. I got the below error while starting MySQL service:

[root@mysql mysql]# service mysql start
Starting MySQL ERROR! Couldn't find MySQL manager or server

The above guide line helped me to resolve it.

Thanks,

Mike
#20
cPanel/WHM / Upgrade OS and cPanel version regularly
April 27, 2008, 09:39:00 PM
Regularly install OS patches and upgrade cPanel version. If possible set a cron job to check the update for cPanel.

Mike
#21
Hi all,

I have critical problem on my linux box. I have Red Hat Linux/WHM installed server and I have /var partition of the size 10 GB. Now, /var is near to reach its allocated space and I am storing the mysql databases at /var/lib/mysql (i think it a default location of mysql database). Is it posisble to move mysql databases to other location instead of /var/lib/mysql/ ?

Thanks,

Mike
#22
Hi,

Which is good email management software in term of better spam solution MailEnable or Smartermail?

I haven't used any of them yet....

Thanks,

Mike
#23
Search Engine optimization / PPC (PAY PER CLICK) programs
February 15, 2008, 02:26:38 AM
adgridwork is good for me...

Mike
#24
Linux /
December 23, 2007, 10:16:26 PM
Thanks Kailash!

Mike
#25
Google / Next PR (page rank) Upadate
December 23, 2007, 09:32:23 PM
Hi,

When will next Google PR updates?

Mike
#26
Linux / How can I check folder size
December 20, 2007, 10:17:11 PM
Hi,

Can anyone provide me the command to check the folder size in Linux?

Thanks,

Mike
#27
cPanel/WHM /
December 09, 2007, 01:34:45 AM
really very good information.

Thanks,

Mike
#28
cPanel/WHM / iFrame hack : cpanel,plesk,ensim etc
December 09, 2007, 01:33:01 AM
Generally, the index page hacked with iframe code through insecure FTP/cPanel password or the system gets infected with the virus or worm from which you are managing the site. However, in case it is found the such hacking happened server wide, your hosting provider has to fix security breaches on the server. They can use custom mod_security rules to prevent such type of hacking attempt.

You can also refer the cPanel forum post regarding this issue:

http://forums.cpanel.net/showthread.php?t=62821

Thanks,

Mike
#29
ASP /
September 23, 2007, 08:20:22 AM
nice stuff!!

Mike
#30
Hi,

I have uploaded the ASP.Net 2 application in the root folder of my site but unfortunately it is giving the below error:

Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

It is working fine on my local computer.

Any help would be appreciate.

Thanks,

Mike