What is suggested for creating a content-management system or an e-commerce application.
Well for these applications, MySQL is a great choice for your data storage.
What is suggested for creating a content-management system or an e-commerce application.
Well for these applications, MySQL is a great choice for your data storage.
hi,
i have a Web hosting account with H-Sphere Control Panel, now i want to Migrating H-Sphere Control Panel to a different server. Plz. help
Migrating H-Sphere Control Panel :-
Prepare for migration
On the target server, install the latest stable version.
Make sure the source and target servers have the same versions of all software packages.
For example, make sure that the target server has the same version of PostgreSQL as the source server.
Move system data
Log into the target server as the cpanel user.
Repeat the rsync command for each of the above directories to synchronize any changes made while you were copying the data.
Change IPs on the target server
Switch the IPs of the source and target servers. To do this, you’ll need to run the setup utility on each of the two servers.
For real-time chat program, which one is better Java or PHP?
For real-time chat program, client-side Java is completely unnecessary.
For very sophisticated applications that require more client-side processing or that need to maintain state, a Java applet may be necessary.
For PHP/MySQL applications, which of the UNIX versions are most suitable?
For PHP/MySQL applications Unix vesions, suitable can be Linux, BSD, Irix, Solaris, HP-UX, or one of the
other flavors. Most of the people who created PHP and MySQL are deeply involved with Unix, and most of their development is done on Unix machines, so it’s not surprising that the software they have created works best on Linux, BSD, and other Unix boxes.
hi,
my site is hosted with cpwebhosting.net. how can i do traffic calculation of my site?
There are two types of traffic calculation in H-Sphere:
2. H-Sphere built-in traffic calculation – H-Sphere provides its own mechanism of traffic calculation used in billing. H-Sphere traffic reports are available in admin CP as Transfer Traffic Report in the Reports menu.
I need to round a number to two decimal places. What is the code to round to two decimal places?
use this code
Code:
$ctr= round(($row['number_clicks']/$row['impression'])*100, 2) . "%";
hi,
my Domain name will expire next month.can i Extend domain registration with the help of H-Sphere?
yes, u can do Domain Renewal with the help of H-Sphere
there are two types to do Domain Renewal In H-Sphere
For Manual Domain Renewal:-
In Manual renew mode, you will be warned about domain expiration in advance, so that you can renew the domain on time. To renew your domain manually:
Automatic Renew Mode
If you have opted for an Automatic Renew Mode, the domain will be automatically renewed the number of years, you specified when choosing the Domain Renew Mode. The charges for a renewal will be made according to your plan settings
Hello.
Is there a way to turn register globals on and off via the htaccess file and what is the code??
Also I need the proper cron code to dump a mailbox.
Plz. help
As about the crontab line, I don’t understand exactly what you want to do, just adjust the command if I’m wrong:
Code:
0 0 * * * rm -rf /home/website/inbox/* Code:
php_flag register_globals 0Requires PHP running as an Apache module. Not so sure about the cron. evoleto, below, has the code for having it run every day at midnight if that's all you wanted.
hi,
i want to move domains already registered from outside my CP. how can i do it?
Yes, u can transfer domains.
u can update domain’s info and change its DNS servers in the OpenSRS or Enom databases to the H-Sphere ones.
Transfered domains are registered with OpenSRS or Enom for the period chosen at transfer plus the time remaining from registration with original registrar.
some pages of my website have .php extension and other have .htm
Will this affect the downloading speed for visitors ?
No, but if you can work with PHP, do it. It will be much easier for templating
If your pages are just plain html there is no reason to work with PHP. It can’t provide anything for you but slow down your web site due to the extra resources it takes due to the php interpreter.
No there is no difference.
Yes, but the difference won’t be noticeable. By default, PHP parses all files with an .php extension before it sends the output to the browser. That means it checks for <?php tags and parses the content of them. (If any).
While .html files won’t be parsed by default. So they’re served directly.
You shouldn’t notice any difference in speed.
There is a big difference between php and html. It’s not the same type, so you can’t actualy ask .htm or .php.
You must be logged in to post a comment.