subscribe to the RSS Feed

Wednesday, November 19, 2008

PHISHING

Posted by Anderson on 17 May 2008

Ok.. dar ce e PHISHING? Pai este o tentativa de . Cum functioneaza? Se “cloneaza” ( copiaza ) o pagina extrem de populara ( gen yahoo ) si apoi iti este trimis link-ul paginii copiate via e-, messanger sau prin orice alta metoda.

Tu dai click pe un link si te trezesti pe pagina de login a unui anumit serviciu, fie el bancar, fie de e-, fie de alta natura. Introduci informatiile tale iar informatiile se transmit catre cei care au pus la punct tentativa de si apoi esti redirectionat catre pagina legitima a site-lui respectiv.
Cum te protejezi? Cu multa multa atentie. Trebuie sa stiti ca niciodata bancile nu va vor cere in e--uri sa va actualizati informatiile despre cont. Iar in cazul in care totusi primiti un astfel de e- si nu sunteti siguri ca este sau nu legitim nu va logati pe site-ul respectiv de pe link-ul primit pe e-. Deschideti un browser ( Iexplorer, Firefox, Opera ) si tastati direct adresa pe care o stiti dvs.
WAIT! There is more to read… read on »

HLDShield Anti - CSDOS (Linux)

Posted by admin on 1 October 2007

What is HLShield

HLShield is a small library, which are injected in Half Life engine, to protect it against exploits, including against CSDOS.

HLShield features:

* block any CSDOS attack, including modified verisions
* block “born to be pig” exploit
* block the scripts which attempt to “fill” the server with fake players
* can to remove some kind of characters from player nickname, like “`” or “~”
* allow sending a funny message to attacker
* logging attacks, including IP-ul and kind of attack
* very easy install/update, based on automatically installing script

WAIT! There is more to read… read on »

How do i install a forum?

Posted by admin on 19 June 2007

Do you want to have your own forum? Well, in this i will show you the steps to make your own forum.
There are many “bulletin boards” available on the market. Today we will install The a.k.a. SMF.
Simple Machine Forum install tutorial
You have to download the files from the download section of the simplemachineforum.org. Always use the last stable version available.

Now, you have the files on your computer.
Simple Machine Forum install tutorial Decompress the archive in an folder and rename the folder in : forum or board or bb or whatever do you want. Upload the folder renamed earlier on the host via ftp.

When the transfer is over go to your web browser and type : http://www.your_server.com/name_of_the_folder_uploaded/install.php. Let say the folder name is Board. I have to type http://www.my_server.com/board/install.php .
Simple Machine Forum install tutorial This page tell’s you that you have to change the permision of some files and folders. You Can change the permision via ftp ( by right clicking the file/folder and selecting properties/chmod and select 777 ) or via the file manager provided by your host.

After you chmoded all the files and folders needed, we find ourself on the config page. Here you set the Forum name.
Simple Machine Forum install tutorial Generally “Forum URL:” is completed correct by the installer. If it is not, correct the address.
Now we jump directly to the MySQL Server Settings. Now you have to use the information provided by your host. ‘MySQL server name:’ is in general localhost but maybe be diffrent.
Simple Machine Forum install tutorialCheck the documentation from your host. ‘MySQL username:’ - you need to create a database for the board in the phpadmin or Manage databases section of your host. “MySQL password:” and “MySQL database name:” are set at the moment you created the databases earlier so you have the wright that information. leave the “MySQL table prefix:” unchanged. Proceed.
Simple Machine Forum install tutorial
In this step you will set up your account on the forum and also the e- account used to communicate with the users of your forum. Finish.
Now, you have you own forum. Before you proceed to create boards you have to delete the install.php file from your host.
Simple Machine Forum install tutorial