Archive for the ‘Tips and recomandations’ Category
New FREE VPN solution for privacy protection
I was testing this for a few days. And looks ok. I tested it joining several sites where it was a restriction for Romanian users, or where they allowed only one user / computer, or per ip address.

Simple to be used, to be configured, is free, no need for username or password, or provide email address … nothing. Just get it, installed it run it and enjoy it. On top of every page they display advertisements, but … that is a small price to pay for privacy
This is the control panel of the application. Basically you just started and it is working !

Enjoy it !
Recomandations – web hosting and traffic analyzes
I recently / finally found one good fast reliable web host company: www.stablehost.com
Even if they are 8 hours behind me (02.00 a.m at there place means 10.00 am at my place), the support is great. Nothing to complain on this part.
The resources are realistic 40 GB space / 300 GB of traffic a month at a decent cost (~ 6 USD / a month ). I avoided spending money on those UNLIMITED resources companies, or those 450000 GB of space / 200 TB of traffic monthly.
Speed is great, services are stable and reliable, things that very important for any web site supporting a business.
@
I always had problems with different scripts to have an overview over my websites.
So I have searched for a solution and I found one: www.gostats.com
You create an account and log-in. Log-in with that user and add your site.

Select a type of counter you want to use:

I use the Hidden Counter because the purpose is to have an overview on the traffic and not to show others how many have visited my website.
The code looks like this:

Just put this in the header section of your page you are tracking and that is all. After that just enjoy your stats
.
As you can see the service is quite professional and gives you the opportunity to see a vast no of aspects of your trafic.





The service is free, probably they live from Google AdSens and other commercials.
How to run jobs in background on windows XP
I had to find a way to run several cleanup jobs on my laptop.
Created my BAT files that where deleting some files regularly. But my big issue was the command prompt window that was always pops up and was interrupting my work.
On google I found all kind of methods like using vba scripts or modifying the registry and so on.
One simpler method I found, tested and it works.
Here is the step by step setting of a job that you will never know it is running.
Step 1. Created a bat file to delete my Spam.dbx once a day.
Step 2. Create a Scheduled Task

Now regarding the time of the schedule it is up to everyone. What you have to set up is the following

Make sure the “Run only if logged on” flag is cleared and in the fieled “Run as:” enter following: “NT AUTHORITY\SYSTEM” [without the " of course]
If a password is required just leave it blank and press OK.

After all this is done, the bat file will be runed without you seeing any popup window. If you want to be sure it is running enter some code in the bat file to create a log file.





The article has
no responses yet