This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Saturday, January 19, 2013

robcomcellphone.blogspot.com

ROBCOM the most advance in computerized cellphone repair here in pampanga

 

Robcom Computerized Cellphone Repair, Complete cellphone gadgets and software, dealer of cellphone parts,Buy and sell quality used phones, cd burn, remix,t-shirt printing and other computer services.

ROBCOM SERVICES:

  • COMPUTERIZED CELLPHONE REPAIR
  • INTERNET SERVICE PROVIDING
  • LAPTOP REPAIR
  • PSP REPAIR
  • CD BURNING AND CD RECORDING

Thursday, January 17, 2013

Common Modem/Router user name and password




This are  the list of common user and password of modem and router in the world .
Listed below from A to Z some are blank password or not to be see in public for security reason.

 You can log in on your web browser 192.168.1.1 or 192.168.0.1






Router‘s A-L
User Name
Password
(All Routers With DD-WRT v23 Firmware)
root
admin
(All Routers With DD-WRT v24 Firmware)
root
admin
(All Routers With Routertech v2.8 Firmware)
Admin
Admin
(All Routers With Tomato v1 Firmware)
admin
admin
2N — EASYROUTE (2N Firmware)
admin
admin
2Wire — 1000HG (2Wire Firmware)


2Wire — 1000SW (SBC Firmware)


2Wire — 1700HW (BellSouth Firmware)


2Wire — 2071 (Prodigy Firmware)


2Wire — 2071-A (BigPond Firmware)


2Wire — 2700HG-D (Qwest Firmware)


2Wire — 2700HG-E (Telus Firmware)


2Wire — 2700HG-R (PRT Firmware)


2Wire — 2700HG-S (2Wire Firmware)


2Wire — 2700HGV-B (Sasktel Firmware)


2Wire — 2700HGV-B2 (Sasktel Firmware)


2Wire — 2701HG-B (AT&T Firmware)


2Wire — 2701HG-B (SBC Firmware)


2Wire — 2701HG-D (Qwest Firmware)


2Wire — 2701HG-G (Bell Firmware)


2Wire — 2701HG-G (Bell French Firmware)


2Wire — 2701HG-S (Embarq Firmware)


2Wire — 2701HG-S (SaskTel Firmware)


2Wire — 2701HG-T (Infinitum Spanish Firmware)


2Wire — 2701HG-T (Prodigy Firmware)


2Wire — 2701HG-T (Qwest Firmware)


2Wire — 2701HGV-B (AT&T v6 Firmware)


2Wire — 2701HGV-E (SingTel Firmware)


2Wire — 2701HGV-W (BigPond Firmware)


2Wire — 3600HGV (AT&T v6 Firmware)


2Wire — 3800HGV-B (AT&T Firmware)


2Wire — 3800HGV-B (AT&T v6 Firmware)


2Wire — 3800HGV-B (Bell Aliant v6 Firmware)

admin
2Wire — 3800HGV-B (Sasktel Firmware)


2Wire — 3801HGV (AT&T v6 Firmware)


2Wire — 4011G-001 (Infinitum Spanish Firmware)


2Wire — BT2700HGV (BT Firmware)


2Wire — i3812V (AT&T v6 Firmware)


3COM — 3C510 (3COM Firmware)

admin
3COM — 3CRWDR100A-72 (3COM Firmware)

admin
3COM — 3CRWDR101A-75 (3COM Firmware)

admin
3COM — 3CRWDR200A-75 (3COM Firmware)
admin
admin
3COM — 3CRWE554G72T (3COM Firmware)

admin
3COM — 3CRWER100-75 (3COM Firmware)

admin
3COM — 3CRWER101U-75 (3COM Firmware)

admin
3COM — 3CRWER200-75 (3COM Firmware)

admin
3COM — 3CRWER300-73 (3COM Firmware)

admin
3com — Superstack 2 3C16980 (Canopy Firmware)


Abbatec — TX3 (Abbatec Firmware)
admin
admin
Abocom — WAP-354NB (Abocom Firmware)


Abocom — WR254 (Abocom Firmware)
admin

Accton — CheetahAccess AC-IG1004 (Accton Firmware)


Acorp — LAN120I (Acorp Firmware)
Admin
Admin
Acorp — LAN410 (Acorp Firmware)
admin
admin
Acorp — LAN420M (Acorp Firmware)
Admin
Admin
Actiontec — GT701 (Actiontec Firmware)


Actiontec — GT701 v2 (Qwest Firmware)


Actiontec — GT701WG (Actiontec Firmware)


Actiontec — GT701WG v2 (Qwest Firmware)


Actiontec — GT701-WRU (Actiontec Firmware)


 



More Modem ,Wimax and Router click the link below..


https://docs.google.com/file/d/0Bx41Hy9aW5BaMmFOZUxaVW9PLTA/edit

Wednesday, January 16, 2013

One Click Change Mac vbs script auto restore default for 622i

Ok this is a simple vbs script so you can change mac fast and easily and no need to log in as admin in the web gui to restore default. agad connect ang modem mo.


1.Copy the script below on a Notepad
2.Change the MAC you want to use ( live / working mac)
3.Save as BM622i CHANGEMAC.vbs


If you want to change mac all you need is to edit your mac add in BM622i CHANGEMAC.vbs




Set cloner = CreateObject("WScript.Shell")
cloner.run"cmd"
WScript.Sleep 500

cloner.SendKeys"telnet 192.168.254.1"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"wimax"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"wimax820"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"diag set macaddr 10:C6:1F:CF:58:A7"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"diag restore default"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys("{Enter}")
WScript.Sleep 30000

cloner.SendKeys"exit"
cloner.SendKeys("{Enter}")
WScript.Sleep 45000

Simple and easy


Connected agad log in as user only to check


tnx to those who reply me with the restore default command

NOTE: While the script or cmd is running DONOT click touch your keyboard or mouse because the command may lost is focus and not run properly.

 

-blogmytuts


Sunday, January 13, 2013

Scavenger Bm622i Mac Changer

BM622i Change Mac Address Package Date 2010 only.

Since they all ready post this in forum and Facebook so this is the time for it to post it here many make money from this.

Telnet Command

Login: wimax
Password:wimax820
ATP>diag set macaddr XX:XX:XX:XX:XX:XX


set Lan mac address success
Lan mac address updated XX:XX:XX:XX:XX:XX
set Lan Mac address Sucess
Wan mac address updated XX:XX:XX:XX:XX:XX


ATP>diag reboot

then the device will reboot.

then after reboot generate a admin pass for the mac you used and log in as admin in 22i.
then go to wimax->security
and change the NAI with ur mac address "XXXXXXXXXXXX@globelines.com.ph"

and also change the username and pass with the admin pass u generated and click apply.









MrMacAdress  also release a GUI if you don't want to go telnet Scavenger  BM622i Mac Changer





Tools you need :

Password Generator -Link1      Link2


Exe File -Link1  Link2

Project File (Source Code) -  Link1     Link2 



UPDATE : OneClick Change MAC auto restore default VBS Script  # just edit the mac

http://blogmytuts.blogspot.com/2013/01/one-click-change-mac-vbs-script-auto.html


Link1  Link2 

Check also config Patch CLICK HERE

-blogmytuts