FastBlack (Level-R)

Posted in hobby on 9 September 2009 by kun

Level-R (ina: FastBlack)
Online racing game

Free to download – Free to play

Level-R offers experiencing the thrills of high-speed on and off road racing across vast open terrains with tens of made-up and licensed cars.
Players can race against thousands of real players on the same server across the streets of Tokyo, the racetracks of Germany, the off-road tracks of Hungary and Mexico, the English countryside, the rooftops of Shanghai and many more.
Level-R appeals to street racing fans and circuit racing fans with several crossover approaches to vehicles and race tracks.

screenshot1

screenshot1

MMO actions are integral parts of the game, along with high-end graphics and audio effects.
Invictus’ latest game engine offers realistic real-time damage and stunning graphical effects including high dynamic range imaging, bump mapping, dynamic environmental reflections, motion blur and many more. The vehicles are fully user-customisable, both in their appearance and performance, using an intuitive and powerful interface. The game also features TV replay options and realistic sound effects – all in live, through the net, against real-world opponents.

The game is free to play in each countries. Ones who want to obtain real world cars or special skills can buy them for micro payments.

screenshot2

screenshot2

Game Features:
MMORG (Massively Multiplayer Online Racing Game)
Cutting Edge 3D Graphics
Several Game Modes
Advanced Experience and Licensing System
Online Community features like Chat and Email within the Client
Shop and Item Mall for Upgrades and Car Customization
Online Rankings
Tournaments & Events
Mission system

Official Level-R sites Read more »

Using the .htaccess File & .Htaccess Blocking

Posted in web with tags , , , , , , , on 7 April 2009 by kun

Using the .htaccess File

The .htaccess file

Web designers often ask how to handle redirects or to password protect directories. The .htaccess file can do these things and more. For this article Miraz Jordan has collated various tips mentioned on the Wisewomen mailing list, and from several other sources.

What the .htaccess file can do

  1. If you’re reorganising your site and moving pages around, you can use the .htaccess file to redirect visitors from the old page to the new one.
  2. Another function of the .htaccess file is to allow you to serve up pages which include PHP or Server Side Includes (SSI) but whose file name still uses the .htm or .html extension.
  3. Allow or prevent directory browsing.
  4. Because the server should check the .htaccess file before anything is delivered to the client, you can use it to password protect parts of your site.
  5. You can also block various bots with the .htaccess file — for example, you can keep some spammers out, or prevent search engine spiders from indexing your images folder.

You can read the definitive information on .htaccess files at Apache.org. Read more »

.htacces/.htpasswd Files

Posted in computer, web with tags , , on 7 April 2009 by kun

http://theletter.co.uk/images/lc/htaccess_editor.jpgI am trying to develop a simple script that will access my .htacces/.htpasswd files. Basically, I want a login page that comes to another page where the user can change their password.

PHP And .htpasswd?
It is possible to use PHP with htaccess and htpasswd? If not, how could I create a secure folder/area with PHP?

Or, if I used htaccess and htpasswd, is there a way to implement sessions for added security? Read more »

300,000 illegal aliens getting stimulus jobs?

Posted in cuap² on 11 March 2009 by kun

FROM CNN’s Jack Cafferty:

Illegal aliens in this country could wind up winning big from the recently passed economic stimulus package. The economic stimulus package could wind up creating 300,000 jobs for illegal aliens.

USA Today reports that studies by two conservative think tanks show illegal aliens could take 300,000 new construction jobs — or 15 percent of the two million jobs to be created by U.S. taxpayer dollars. The numbers of illegal workers getting jobs could be especially high in states like California. These reports blame Congress for not forcing employers to certify the status of workers.

The House of Representatives had included a provision in its version of the bill that would require employers to use a Homeland Security Program called e-Verify, but the Senate didn’t include it, and the provision wasn’t in the final bill that went to the president. So much for putting Americans first. This recession/depression isn’t that bad and unemployment is only at 8.1 percent and we’ve only lost 4.4 million jobs in the last 15 months. What’s wrong with giving a few hundred thousand jobs away to people who shouldn’t even be in the country in the first place? This is your government at work. An advocacy group for immigrants doesn’t dispute the 300,000 estimate — but says it’s impossible to know for sure since there could be many jobless immigrants leaving the country because of the recession. The group says these are fear tactics and instead we should be focusing on economic progress for all. Read more »

Protect Against Invaders by SPAM-Proofing Your Website

Posted in computer, web on 28 September 2008 by kun

Despite recent improvement in tools and programs in the battle against SPAM, most of us cannot escape the menace that plagues most of our inboxes on a regular basis. Each day most of us probably receive more SPAM than actual real email, and with Spammers getting more and more creative in their ways to circumvent traditional anti-SPAM tactics, it’s vital webmasters empower themselves with some anti-SPAM tactics for their own websites.

In this article I will discuss a few ways to SPAM-proof your website against malicious SPAM robots that inevitably collect your email to be sold by the thousands to Spammers worldwide, whether it be for using your information inappropriately, or simply for no-good reasons. These tactics are so effective that within a month of implementing them, you should see a dramatic drop in the amount of SPAM that makes it through to your website email addresses, not to mention a decrease in bandwidth.

Read more »