Mu Ip Finder

Joined
Jan 10, 2007
Messages
767
Reaction score
227
Hello,
I will share with you program that will help you to find your ip for muserver.
Its made to get your ip adrees:
-Local
-Global
-Ruter (if you use)

Its a great program to have to make your servers.

Program only need your pc to have:
.Net Framework 2.0 or 3.5
Windows Installer
Dotnetfx (Its like .Net Framework 1.1 or new version)
And a lil updates of windows

Download Updates:


 

Attachments

Last edited:
Re: [Release] Mu Ip Finder

thanks for support..
i'm working on mustartup program now..maybe soon i will release it..
Its very simple program to use.
Here is demo:

diablo71 - Mu Ip Finder - RaGEZONE Forums
 
Re: [Release] Mu Ip Finder

i have problems ;/ IP Finder 0.1 Send Error Raport


Ip finder 0.1 has encountered a problem and needs to close . We are sorry for the incovenience
 
Re: [Release] Mu Ip Finder

just install Dotnetfx and Windows Isntaller .. the programs that i made need new winodws (with updates)
Like Windows XP Sp3 + c++ 2008 + visual studio 2008 + windows installer + net framework .. that is the programs that every server needs to have and windows :) try them
 
Re: [Release] Mu Ip Finder

Don`t work and pointless...
Better use this:
.bat
Code:
@echo.
@ipconfig -all | find "Host Name"
@ipconfig -all | find "Primary Dns Suffix"
@ipconfig -all | find "Node Type"
@ipconfig -all | find "IP Routing Enabled"
@ipconfig -all | find "WINS Proxy Enabled"

@ipconfig -all | find "Connection-specific DNS Suffix"
@ipconfig -all | find "Description"
@ipconfig -all | find "Physical Address"
@ipconfig -all | find "Dhcp Enabled"
@ipconfig -all | find "IP Address"
@ipconfig -all | find "Subnet Mask"
@ipconfig -all | find "Default Gateway"
@echo.
@pause
 
Back