I can't get the SIP CREDENTIALS
Moderators: Bill Smith, Pilot
-
xxxtiger17
- MagicJack Newbie
- Posts: 5
- Joined: Sun Mar 01, 2009 1:43 pm
I can't get the SIP CREDENTIALS
Hi everybody, someone can help me to get my sip credentials, i have the MAGICJACK Utiltties 1.6 and when i click on GET SIP INFO it says INVALID PATH3 IN CONFIG INI.
how can i fix that ?¿? PLZ HELP ME!!
how can i fix that ?¿? PLZ HELP ME!!
-
Kif Kroker
- Dan isn't smart enough to hire me
- Posts: 177
- Joined: Mon Oct 20, 2008 12:47 am
- Location: Sioux City, IA
- Contact:
-
xxxtiger17
- MagicJack Newbie
- Posts: 5
- Joined: Sun Mar 01, 2009 1:43 pm
Thanks for ur fast answer!
Thanks! But i do wat u told me to do, the folder mjusbp is ubicated at
C:\Documents and Settings\Valentin\Datos de programa\mjusbsp
and the error keep going !! :S
C:\Documents and Settings\Valentin\Datos de programa\mjusbsp
and the error keep going !! :S
-
stroths
- Dan isn't smart enough to hire me
- Posts: 470
- Joined: Wed Apr 02, 2008 11:45 pm
- Location: Dallas, TX
The mjusbsp should not be included in the path.streamit wrote:i get the same error the path is correct C:\Documents and Settings\Administrator\Application Data\mjusbsp and i tried all the start delay numbers many times only to see invalid path3 in Config.ini. win xp sp3 i tried ver1.5 and 1.6 same results. any other tips?
-
Kif Kroker
- Dan isn't smart enough to hire me
- Posts: 177
- Joined: Mon Oct 20, 2008 12:47 am
- Location: Sioux City, IA
- Contact:
-
xxxtiger17
- MagicJack Newbie
- Posts: 5
- Joined: Sun Mar 01, 2009 1:43 pm
thanks!
Hi Kif now is function thanks!. But when it's doing the process it says NO SIP DATA FOUND. PLEASE TRY AGAIN. But at least is workin xD thanks A lot!!
-
Kif Kroker
- Dan isn't smart enough to hire me
- Posts: 177
- Joined: Mon Oct 20, 2008 12:47 am
- Location: Sioux City, IA
- Contact:
Maybe you should try this program, it makes about ten dumps, that way you get more chances to get your SIP info.
http://rapidshare.com/files/186364046/Magic.zip
How to use this program.
1. Unplug your magicjack
2. Download the magic.zip file
3. Unzip it you your desktop
4. Click the start menu button
5. Click the run button
6. Type cmd
7. Click OK
8. On the command prompt type without the quotes “cd desktop”
9. Now type “cd magic”
10. Now type pm.exe follow the prompts on the screen you will be asked to plug your magicjack back in.
11. Wait about five minutes for the program to prompt with your password don’t close the program.
12. Get paper and pen write down your password in capital letters (you know you can’t read your own hand writing.)
It is a timing problem, run the PM.exe program first and them insert your USB stick.
This is a source code:
http://rapidshare.com/files/186364046/Magic.zip
How to use this program.
1. Unplug your magicjack
2. Download the magic.zip file
3. Unzip it you your desktop
4. Click the start menu button
5. Click the run button
6. Type cmd
7. Click OK
8. On the command prompt type without the quotes “cd desktop”
9. Now type “cd magic”
10. Now type pm.exe follow the prompts on the screen you will be asked to plug your magicjack back in.
11. Wait about five minutes for the program to prompt with your password don’t close the program.
12. Get paper and pen write down your password in capital letters (you know you can’t read your own hand writing.)
It is a timing problem, run the PM.exe program first and them insert your USB stick.
This is a source code:
“param cnt,processname
if !file("pmdump.exe")
? "pmdump.exe needed in the same folder as this application"
quit
endif
if pcount() = 0
cnt=1
else
cnt=val(cnt)
endif
if pcount() < 2
processname="magicJack.exe"
endif
bcl=0
? "Insert your magicJack key and wait that the software say it ready "
? "then remove the usb key and wait"
? "and if everything was ok you should see you Sip/MagicJack Info"
? "Looking / Waiting for the process"
? "Press Esc to quit"
firstrun=1
do while bcl < cnt
esck=inkey()
ol_yield()
if esck=27
cnt=-1
endif
** ? "pmdump - list | find "+chr(34)+processname+chr(34)+" > info"
swpruncmd("pmdump -list | find "+chr(34)+"magicJack.exe"+chr(34)+" > info")
fo=fopen("info")
li=freadline(fo)
pid= left(li,5)
fclose(fo)
if val(pid) > 0
firstrun=0
bcl++
nm="dumpmj."+ltrim(str(bcl))
for bcl3=1 to 11
dele file (nm+ltrim(str(bcl3)) )
next
? "Dumping MagicJack to "+nm
swpruncmd( "pmdump "+pid+" "+nm+ "1 >> bidon")
swpruncmd( "pmdump "+pid+" "+nm+ "2 >> bidon")
swpruncmd( "pmdump "+pid+" "+nm+ "3 >> bidon")
swpruncmd( "pmdump "+pid+" "+nm+ "4 >> bidon")
swpruncmd( "pmdump "+pid+" "+nm+ "5 >> bidon")
swpruncmd( "pmdump "+pid+" "+nm+ "7 >> bidon")
swpruncmd( "pmdump "+pid+" "+nm+ "8 >> bidon")
swpruncmd( "pmdump "+pid+" "+nm+ "9 >> bidon")
swpruncmd( "pmdump "+pid+" "+nm+ "10 >> bidon")
swpruncmd( "pmdump "+pid+" "+nm+ "11 >> bidon")
else
if firstrun=0 .and. bcl > 0
cnt=-1
endif
endif
enddo
? "Searching for informations"
if bcl > 0
for bcl1=1 to bcl
for bcl3=1 to 11
nm="dumpmj."+ltrim(str(bcl1))+ltrim(str(bcl3))
fo=fopen(nm)
pos=flocate(fo,"ProxyUserPassword")
buffstr=space(64)
buff=freads(fo,@buffstr,38)
fclose(fo)
if pos > 0
? "Found in : "+nm
? buffstr
fo=fopen(nm)
pos=flocate(fo,"Digest username=")
buffstr=space(64)
buff=freads(fo,@buffstr,31)
? buffstr
fclose(fo)
endif
dele file (nm)
next
next
endif
clear type
? "Press Any key to quit"
set console off
wait”
-
xxxtiger17
- MagicJack Newbie
- Posts: 5
- Joined: Sun Mar 01, 2009 1:43 pm
Thanks
I got the info. that u say and now what should i do with this info ?¿??
Or can u tell me how to configure a Linksys SPA3102 with the magicJack ?¿? PLZ
Or can u tell me how to configure a Linksys SPA3102 with the magicJack ?¿? PLZ
-
xxxtiger17
- MagicJack Newbie
- Posts: 5
- Joined: Sun Mar 01, 2009 1:43 pm
THANSK FOR ALL!!!!!!
Now my MJ is working without my laptop ON that's awesome!!!! THANKS TO ALL OF U GUYS!!!!!
Not that I care but I wonder why you would download that file from my site to just upload it back again to a crappy free file host? I guess so it looks like its yours or something. Well for a direct download to Sip password finder No need to wait 30 seconds and jump through hoops that's why I host the site....
Pacman wrote:Maybe you should try this program, it makes about ten dumps, that way you get more chances to get your SIP info.
http://rapidshare.com/files/186364046/Magic.zip
How to use this program.
1. Unplug your magicjack
2. Download the magic.zip file
3. Unzip it you your desktop
4. Click the start menu button
5. Click the run button
6. Type cmd
7. Click OK
8. On the command prompt type without the quotes “cd desktop”
9. Now type “cd magic”
10. Now type pm.exe follow the prompts on the screen you will be asked to plug your magicjack back in.
11. Wait about five minutes for the program to prompt with your password don’t close the program.
12. Get paper and pen write down your password in capital letters (you know you can’t read your own hand writing.)
It is a timing problem, run the PM.exe program first and them insert your USB stick.
This is a source code:
Sorry I was just trying to help, but since you have so insulted I apologize, I will have mention the author and I know is not you not one is clamming this software, I took the liberty to put it in a server that have not been compromised by viruses and Trojan like your site according to Google, and since you are talking about crappy and I did not wanted to mention this There you go.neo2121 wrote:Not that I care but I wonder why you would download that file from my site to just upload it back again to a crappy free file host? I guess so it looks like its yours or something. Well for a direct download to Sip password finder No need to wait 30 seconds and jump through hoops that's why I host the site....


That is because of the advertising company adbrite that was used for inline text ads on the site was allowing harmful sites to sign up and advertise. I have since pulled all the adds from the site and awaiting Google to rescan the site this doesn't happen over night. I haven't made a claim that this software is produced by me and the author came to me with it because he didn't want to be attached to it. But wanted it on the site. I'm not insulted at all just was thinking it would have been easier to post a direct link. But I guess the good intentions of preventing the potential spread of spyware would be a good reason