PB
This user hasn't shared any biographical information
Homepage: http://www.thesupportsystem.co.uk
Posts by PB
How to determine the current release level of Jet 4.0
Jul 23rd
To determine the Jet 4.0 release level that is currently installed on your computer, follow these steps.
Note Because there are several versions of Microsoft Windows, the following steps may be different on your computer. If they are, see your product documentation to complete these steps.
- Click Start, and then click Search.
- In the Search Results pane, click All files and folders under Search Companion.
- In the All or part of the file name box, type Msjet40.dlland then click Search.
- In the list of files, right-click the Msjet40.dll file that is located in the Windows\System32 folder or in the Windows\System folder, and then click Properties.
- Click the Version tab, and then use the following table to determine the current Jet 4.0 service pack level:
adsiisex.dll missing when installing SMTP
Jul 19th
![]()
Issue
When trying to install SMTP service on windows 2003 server I was asked for adsiisex.dll during the install, I pointed the installer at the i386 directory and it still could not find adsiisex.dll
adsiisex.dll (ADSI Extension) is a component from the software Internet Information Services version 6.0.1830 by Microsoft Corporation.
What versions am I running on my Linux server.
Jul 15th
These are usefull commands to find to find out what you have running on your server.
Server Platform
uname -p
Result
i686
With uname there are a number of other options that you can apply
Uptime command
Jul 15th
![]()
The uptime command produces a single line of output that shows the current time, how long the system has been running (in minutes) since it was booted up, how many user sessions are currently open and the load averages.
500 Internal Server cgi – perl
Jul 8th
I am not much of a developer and when I had a problem with Actinic I had to start fault finding from the ground up.
Actinic puts a number of Perl and CGI scripts in the cgi-bin dir. To rule out Actinic the first thing I tried was a simple Perl test script:
#!/usr/bin/perl print "Content-type: text/plain\n\n"; print "testing...\n";
Never use 123-reg.co.uk
Jul 8th
I am not one to rant on about other companies but I find myself so shocked at the support from 123-reg that I had no choice but to share my experience with the rest of you.
The Issue:
I’ve been with 123-reg.co.uk since 2002 when I bought my first domain name, since then I have accrued 50+ domains and a couple of hosting packages. Last year I started to use paypal to pay for new domains and renewals. I set a number of domains via the 123-reg control panel to cancel when the renewal date was up (back in Feb), on the renewal date one of my domains renewed itself and I was charged. I sent in a ticket to 123-reg support and was advised even though I had cancelled the domain within there control panel paypal had automatically renewed the domain on behalf of 123-reg. I was advised by 123-reg support that if I wanted my money back I had to raise a dispute with paypal, which I did. Unfortunately paypal did to not honour the dispute and I had no choice but to loose out on the domain being renewed. Oh well I lost a couple of quid no big deal, or so I thought……………………………
Listing cron jobs
Jun 30th
If you have root access to a server and you have a large number of domains with cron jobs the easiest way to list them all is:
cd /var/spool/cron
cat *
Your output might look somehting like this:
29 2 25 * * python /var/www/vhosts/thesupportsystem.com/httpdocs/sitemap/sitemap_gen.py --config=/var/www/vhosts/thesupportsystem.com/httpdocs/sitemap/config.xml */5 * * * * php -f /var/www/vhosts/thesupportsystem.co.uk/httpdocs/email_marketer/admin/cron/cron.php 0 * * * * wget -O - -q -t 1 http://www.thesupportsystem.com/cron.php