RADIO ONLINE (Click radio icon to listen)

Sunday 11 January 2015

mIRC Addon mp3 Player by DarkPrince (DaRkMp3PlAyA Ver1.0)

DaRkMp3PlAyA Ver. 1.0 (addon) *Made By DarkPrince*
mIRC Addon mp3 Player by DarkPrince (DaRkMp3PlAyA Ver. 1.0)

Writen By DaRkPrInCe
E-mail: Babyg210069@yahoo.com
Irc Server: chat.freedomchat.net

DOWNLOAD: Click here

INSTALL INFO:
  1. Unzip DarkMp3Playa.mrc to your main mIRC folder and type this "/load -r DarkMp3Playa.mrc"
  2. Right click your channel window and there is the player select random or selected play and your done =)

Monday 29 December 2014

How to install Eggdrop

How to install Eggdrop
How to install Eggdrop

Eggdrop is an IRC bot that runs on a server hosting Tool Command Language (TCL) scripts. It can be used for a variety of tasks including hosting a trivia script or any other useful scripts coded in TCL and loaded to the bot. To install eggdrop onto your server do the following:

Before we start if you have your own VPS you are required to install a tcl package. If you have just an ircd account with FuzzyHosts, this should already be done for you. So just skip this next bit onto the steps.

For VPS Users login to your vps as root and do the apropiate command listed below:
- for operating systems with aptitude such as debian based, including ubuntu: "apt-get install tcl8.5-dev"
- for operating systems such as RedHat, Fedora, CentOS: "yum install tcl8.5-dev"

How to install Eggdrop:
  1. Log into your shell using SSH/Putty
  2. Type "wget --no-check-certificate ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.21.tar.gz"
  3. Type "tar zxvf eggdrop1.6.21.tar.gz"
  4. Now type "cd eggdrop1.6.21" to move into the eggdrop folder
  5. Now type "./configure" to configure your eggdrop
  6. Now type "make config" to premake config
  7. Now type "make" to make the config
  8. Now type "make install DEST=~/eggdrop/" to make a folder name as "eggdrop" in your shell.
  9. YOU ARE DONE!!
You have now just installed your eggdrop in your chosen location. Well Done!!
The next job is to configure it. 

Tuesday 9 December 2014

mIRC Addon Simple Auto PM


mIRC Addon Simple Auto PM
mIRC Addon Simple Auto PM

Author: AngelSorce
Created: 1998

Description:
This simple auto PM is one of AngelSorce's simple addon that created on 1998. There is no such function to echo on active screen or what, it is just a simple Auto PM with no security. You may rebuild this script for your own use (P/s: just make a counter of nickname and set the limit for security reason)

Function:
To tell the user that you will PM him/her back.

Script:
on 1:OPEN:?:{
/msg $nick Hello there, $+($nick,..) Please dont bug me. I am in [ $chan(0) ] $iif($chan(0) > 1, channels,channel) and I have [ $query(0) ] $iif($query(0) > 1,msg's,msg) so please wait till I'm done and I will pm you when i'm ready. :)
}

Sunday 7 December 2014

How to copy data from pendrive to desktop using command prompt??

How to copy data from pendrive to desktop using command prompt??
How to copy data from pendrive to desktop using command prompt??
How to copy data from pendrive to desktop using command prompt??

  1. Open "Start Menu"
  2. Go to "Run"
  3. Tpye "cmd"  (a command prompt will flash out)
  4. Type "[Drive name]:" and press Enter.   Example: F:
  5. Type "C:\Documents and Settings\Desktop>F:" and press Enter
  6. Type "xcopy/s * c:\" and press Enter
  7. YOU ARE DONE!! (ALL YOUR DATA WILL BE RECOVERED TO C: DRIVE)

Sunday 23 November 2014

How to know web server Windows ,Linux, MAC or others

How to know web server Windows ,Linux, MAC or others
How to know web server Windows ,Linux, MAC or others

We will let to know the server by  TTL time which you can see at the end of each request in ping.

  1. If TTL < 64                 then the server is Linux based
  2. If TTL > 64 but < 128  then the server is Windows bsaed
  3. If TTL > 128               then the server is Mac based or others.
From the above screenshot, it is clear that the servers of facebook are Windows based.

P/s: In some cases you may not get ping replies (Eg. you try it on your friend’s PC ). Now This can have two reasons, The server is down or.... The machine is not connected to internet. Else the most common reason, The Firewall is protecting that PC and is not allowing your request to access that system.

Monday 3 November 2014

How to Resolve NSIS Error Messages

How to Resolve NSIS Error Messages
How to Resolve NSIS Error Messages

Nullsoft Scriptable Install System or NSIS is an open source tool that is used to develop Windows installers. The NSIS tool is small and flexible, which makes it quite popular for distribution over the Internet.
A user may receive one of the following error messages when trying to install a program that uses an installer that is built using NSIS:
Error Message: Installer integrity check has failed. Common causes include incomplete download and damaged media. Contact the installer's author to obtain a new copy.
Error MessageThe installer you are trying to use is corrupted or incomplete. This could be the result of a damaged disk, a failed download or a virus. You may want to contact the author of this installer to obtain a new copy. It may be possible to skip this check using the /NCRC command line switch (NOT RECOMMENDED).
Note: The second error message is displayed when the NSIS version prior to 2.35 has been used to build the program uninstaller.
Cause of the Errors
The NSIS errors listed above may occur under one of the following conditions:
  • Software files downloaded from the Internet are not complete.
  • Downloaded software files have been modified from the original version.
  • Your PC is infected with a virus.
  • Physical media being used to install the program is damaged.
  • Required hardware (For example, CD/DVD drive) is malfunctioning.
Resolution Methods
Depending on the scenario, you may use one of the following methods to repair the error:
Scenario 1: You have downloaded the software installer from the Internet.
You may do the following tasks:
Note: Try to install your software after each task.
  • Delete the cache of your Web browser. To do this, in the Microsoft Internet Explorer 7 window, open Tools menu and then select Delete Browsing History….Next, click the Delete All button and also select the check box in the confirmation box that is displayed. Finally, click Yes to completely clear the browser cache.
  • If the name of the downloaded installer files comprises multiple words, rename it to have only one word, say,SoftwareNameInstaller.exe.
  • If available, download the software installer file from another approved source.
  • Update your antivirus program.
  • Disable your antivirus program and any download accelerator tool on your computer, before performing the download.
  • In case you have nVidia firewall installed on your computer, uninstall it and then try to download your software installer again. To completely remove the firewall, you may use a good third-party program uninstaller, such as Perfect Uninstaller. Also, you may follow up the removal process with a registry cleanup using a reliable tool, such as PCHealthBoost.
  • Use hard disk tools, such as Error Checker, chkdsk, or scan disk to scan and repair any problems with your hard disk.
  • Thoroughly scan your PC for possible virus or spyware infections.
Scenario 2: You are trying to install from a CD/DVD or some other physical storage media
If the NSIS error occurs when you are trying to install from a physical media, it is quite possible that there is some problem with the physical media, or the hardware that is being used to read data from this media. For example, if you are installing using a CD, check it for any scratches or other damage. If you find that the disk is damaged, you may need to get a replacement disk to perform the installation.
To check if your CD drive is working fine, you may try to access this CD on another CD drive. If the disk works fine on another drive, you may have to get your CD drive checked for problems.
Workaround Solution
Although it is not recommended, you may try to run the installer even if it is corrupt by bypassing the NSIS corruption test. To do this, perform the following steps:
  1. Open Command Prompt window.
  2. Drag your installer file into this window.
  3. Press the space key once and type /NCRC and then press Enter.
If none of the above solution work, you may need to contact your software’s manufacturer for a possible solution.