aMSN Forums
June 19, 2013, 12:04:21 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New forum for aMSN !!
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 9 10 [11]
151  aMSN Support / General / Annoying glitch with the login system on: January 09, 2006, 04:35:57 am
you can disable auto login on disconnect in the settings its under session and reconnect on loss.
152  The Community / Feedback and Suggestions / Request for next release. on: January 08, 2006, 05:57:58 am
I dont know if this is the right place to ask but would it be posable to make web msn show up with a driffent icon in your contact list.

It shouldnt be too hard because it identifys it in the propitys of that user.

thanks.
153  aMSN Support / Windows / windows amsn opinion and feedback on: January 08, 2006, 03:45:06 am
pop3 plug in tells your what mesages are on the server maybe ticking your mail programe leaves messages on the server will help.

and about on the click just use the address to the program like this.


"firefox.exe http://linktopage.com"


replace the linktopage with the like like if its hotmail or gmail

it worked for me with testing and remove the "" aswell.
154  aMSN Support / General / Faking It! Plugin - What does it do?!? on: January 07, 2006, 07:43:36 am
I had a quick look through the source and by the looks you use it like this.


/fak message you want to send.

and what it does is sends the message to the user under there own name.
155  Development / Amsn development related issues / My new plugin for better searching custom smileys on: January 07, 2006, 03:07:24 am
its alright and works ok on my windows client 0.95,
It would of been better if on the orignal smiley button it added a drop down menu that you pick weather to show the custom list of the orignal list because my list of buttons is already really long.
156  The Community / Feedback and Suggestions / Amsn bugs, problems or missing features on: January 04, 2006, 01:41:18 am
Im useing Windows XP Pro SP2 and 0.95

the only ones out of that list that happen on mine are

-when you create a new state and u close app it wont save it
-you cant see people space

the rest I dont have a problem with.

for the problem.

-when you send a file the apps dont response until it finish sending

do you have a firewall or router that need to have your ports set up on.

and

-in the dialog button the size isnt enough for all the controls (perhaps just change size of the dialogs)

Could be to do with your res im useing 1280X1024 and dont have a problem with it.
157  aMSN Support / General / For All the Peoples Who Enjoys aMSN: write some words here;) on: January 01, 2006, 03:51:22 am
Keep Amsn open source and ad free and it will always be better then the orignal even if lacking features.
keep up the good work in 2006.
158  Development / Amsn development related issues / Useing thunderbird with pop3 plugin on windows on: January 01, 2006, 03:37:37 am
If any one was wondring how I did it, this is how.

I made a new file called. "pop3.reg"

and put this code in side it.

Code:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\System Programs]
"thunderbird"="thunderbird.exe"


Then I click it and it asked me if i wanted to add that to the reg and I click Yes then Ok.

then in the pop3 plugin config I replace "msimn" with "thunderbird" and now it works.
159  aMSN Support / General / Group name at taskbar on: December 30, 2005, 07:42:38 am
I think iv found a fix that doesnt give any errors well it doesnt on my windows version.



Look for
Code:

foreach type [array names containers] {
if { $container == [set containers($type)] } {
if { $type == "global" } {
return ""
} elseif { [string first "group" $type] == 0} {
set gid [string range $type 5 end]
set name [::groups::GetName $gid]
if {$name != "" } {
return "$name : "
} else {
return "$type : "
}
} else {
return "$type : "
}
}
}


in chatwindow.tcl

and replace it with

Code:

foreach type [array names containers] {
if { $container == [set containers($type)] } {
if { $type == "global" } {
return ""
} elseif { [string first "group" $type] == 0} {
set gid [string range $type 5 end]
set name [::groups::GetName $gid]
if {$name != "" } {
return ""
} else {
return ""
}
} else {
return ""
}
}
}


Thats all I have changed and it seems to work problem free but it would be better if some one else could post a real fix as I dont know TCL only C++
160  aMSN Support / General / Group name at taskbar on: December 30, 2005, 12:49:01 am
does it on windows aswell, I would also like to know how to edit the client so it doesnt show up.
161  aMSN Support / General / Bug with webcam code. on: December 28, 2005, 04:07:21 am
I sort of had the same problem with the web cam. it crashed my friends orignal msn client which then crached amsn and it wouldnt stop sending so i had to kill its process.
162  aMSN Support / General / Found a bug, let 'em know on: December 27, 2005, 01:56:40 am
amsn 0.95 doesnt work on my windows. version 0.94 worked fine and 0.95 work on my linux partition.

heres my computer spec

Windows XP Pro
AMD 3200+ 64bit
1024mb ram
6800GS videocard
lots of hdd free.
behind router that has be forworded.

I have tryed use http connection mode aswell as direct connection mode. Iv also complety removed every refrence to amsn and reinstalled it complty fresh.

heres the message i get in the status log

[13:42:49] gotNexusReply: error in nexus reply, getting url manually
[13:42:49] gotNexusReply: finished before authentication took place
[13:43:00] cmsn_ns_connected ERROR: connection timed out
[13:43:00] ::MSN::CloseSB ns Called
[13:43:00] ::MSN::ClearSB ns called
[13:43:00] clearing sb ns. oldstat=cw
[13:43:00] ::DirectConnectin::Write: SB ns problem when writing to the socket: can not find channel named ""...
[13:43:00] ::MSN::CloseSB ns Called
[13:43:00] ::MSN::ClearSB ns called
[13:43:00] clearing sb ns. oldstat=d
[13:43:00] ::MSN::CloseSB ns Called
[13:43:00] ::MSN::ClearSB ns called
[13:43:00] clearing sb ns. oldstat=d
[13:43:00] Loging out


and heres the one i get in protocal debug

[13:41:55] ::Proxy::ProxyDirect1
[13:42:20] ->ns FAILED: OUT


----------------------------------
temp fix to get it to work is install version 0.94 in defult place.
then install 0.95 in amsn1 or something easy to find.
on amsn1 folder and copy the scripts folder and replace scripts folder in 0.94 with the copyed one.

delete amsn1 folder.

use amsn 0.94s shortcuts and stuff and 0.95 works, I havent noticed any problems yet and it connects fine.
163  aMSN Support / General / aMSN 0.95 is out on a new website! on: December 26, 2005, 02:13:18 pm
nope dont use a proxy or anything I have a direct connect and there shouldnt be a problem with the firewall.
this is what the debug says.

[02:09:38] ::Proxy::ProxyDirect1
[02:09:59] ->ns FAILED: OUT

heres what the log says

[02:19:17] ConfigChange: Valid email
[02:19:30] gotNexusReply: error in nexus reply, getting url manually
[02:19:30] gotNexusReply: finished before authentication took place
[02:19:41] cmsn_ns_connected ERROR: connection timed out
[02:19:41] ::MSN::CloseSB ns Called
[02:19:41] ::MSN::ClearSB ns called
[02:19:41] clearing sb ns. oldstat=cw
[02:19:41] ::DirectConnectin::Write: SB ns problem when writing to the socket: can not find channel named ""...
[02:19:41] ::MSN::CloseSB ns Called
[02:19:41] ::MSN::ClearSB ns called
[02:19:41] clearing sb ns. oldstat=d
[02:19:41] ::MSN::CloseSB ns Called
[02:19:41] ::MSN::ClearSB ns called
[02:19:41] clearing sb ns. oldstat=d
[02:19:41] Loging out
[02:19:56] gotNexusReply: error in nexus reply, getting url manually
[02:19:56] gotNexusReply: finished before authentication took place
164  aMSN Support / General / aMSN 0.95 is out on a new website! on: December 26, 2005, 08:16:56 am
I just got the windows version and it doesnt work. when ever i try to login it gives me an error about connection time out.
version 0.94 works fine but 0.95 doesnt.

0.95 works fine on my linux partition tho.
Pages: 1 ... 9 10 [11]
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!