Home › Forums › Archives › Site News & Announcements › Instant Messaging News › Yahoo! Messenger News › Yahoo!’s Scheduled Maintenance
- This topic has 85 replies, 19 voices, and was last updated 17 years, 7 months ago by zeeshanahad.
-
AuthorPosts
-
December 9, 2006 at 4:16 am #155077JoshieMember
who knows all they do is use one login source from like one programmer and call them theyre own… I personally think it is waste of time to sit at your computer and make little programs to send someone a conflicting packet when you could actually use the lil programming skills they have to make something useful….
Sorry im ranting im just bored waiting for Yahoo to get theyre servers back online….
December 9, 2006 at 4:18 am #155067NessaParticipantJoshie;211329 wrote:Sorry im ranting im just bored waiting for Yahoo to get theyre servers back online….No worries! That’s what most people are here for! 😛 (to tend to our Yahoo! Withdrawals…)
Plus i’m sure one of us will notice when it comes back up and post about it, which should hopefully be soon…
December 9, 2006 at 4:20 am #155116amalyutareParticipant“Yahoo! Messenger will be performing scheduled maintenance on December 9th from 01:30AM to 3:30 AM (GMT). During this period, you might experience problems when using Yahoo! Messenger.”
Hmm, time now…4:27 AM. I must admit this is highly annoying.
December 9, 2006 at 4:21 am #155106n0_ob2004MemberIts 9:31, and Its still Closed and I am bored, So how is everybody doing?
December 9, 2006 at 4:23 am #155078JoshieMemberim doing good and yourself?
On another not my Yahoo lagged a little bit like it does when it connects and i was all hoping to be the first to say it was back but i got that system error again so waiting i am LOL
December 9, 2006 at 4:23 am #155074Torseq Tech.Memberjoshie wrote:
if they discontinue the the YMSG12 n such it will mean no lil lame booters will work along with the 3rd party chat
While you’re right about the 3rd party chat clients you’re not correct about the booters. Most booters obviously use the YMSG protocol but it’s even easier to get them going again by using alternatives such as WAP/Mobile (YHOO version 1.0 protocol) logins or by using the Yahoo! Web Messenger Login (most people have forgotten about this one).
Both of these logins have no encryption standing in a booter’s way to log into the network and flood with PMs and Add Buddy Requests. I have access to a stress testing server that uses one of the above mentioned that took only a single night to create. You better believe it’s more than capable of booting. Feed the script (running from off a server) enough bandwidth and it’s lights out for anybody in it’s way.
If these older versions of YMSG were to go it’d definitely slow them down but certainly not stop them by any means. The next day they’d have some of their firepower back.
December 9, 2006 at 4:31 am #155079JoshieMemberCode:Option Explicit
Dim Crypt(1) As String
Dim SessionKey As String, Pck As String
Private Declare Function YMSG12_ScriptedMind_Encrypt Lib “YMSG12ENCRYPT.dll” (ByVal UserName As String, ByVal Password As String, ByVal Seed As String, ByVal result_6 As String, ByVal result_96 As String, intt As Long) As Boolean
Const Name As String = “YMSG”
Const Ver As Integer = 11
Public Function GetStrings(YahooID As String, YahooPass As String, Damn As String, Str1 As String, Str2 As String, Mode As Long) As Boolean
Dim A(1) As String, B As Long
On Error GoTo err
A(0) = String(100, vbNullChar)
A(1) = String(100, vbNullChar)
GetStrings = YMSG12_ScriptedMind_Encrypt(YahooID, YahooPass, Damn, A(0), A(1), Mode)
B = InStr(1, A(0), vbNullChar)
Str1 = Left$(A(0), B – 1)
B = InStr(1, A(1), vbNullChar)
Str2 = Left$(A(1), B – 1)
Exit Function
err:
GetStrings = False
End Function
Public Function Header(ByVal PacketType As String, ByVal Pck As String) As String
Dim i As Integer
Dim x As Integer
x = 0
i = Len(Pck)
Do While i > 255
i = i – 256
x = x + 1
Loop
Header = Name & Chr(0) & Chr(Ver) & String(2, 0) & Chr(x) & Chr(i) & Chr(0) & _
Chr(“&H” & PacketType) & String(8, 0) & Pck
Debug.Print Header
End Function
Public Function Get_Key(ByVal UserName As String) As String
Get_Key = “1À€” & UserName & “À€”
Get_Key = Header(57, Get_Key)
End Function
Public Function Login(ByVal UserName As String, ByVal Crypt1 As String, ByVal crypt2 As String) As String
Login = “6À€” & Crypt1 & “À€96À€” & crypt2 & “À€0À€” & UserName & “À€2À€1À€1À€” & UserName & _
“À€135À€5, 6, 0, 1347À€148À€300À€”
Login = Header(54, Login)
End FunctionThe above code is the login visual basic 6.0 module for a online checker… Its the best i could come up with in a short time….
Like you said above i know it wont kill the booters for good but it will be like when they switched protocols back when they switched to the new look…
December 9, 2006 at 4:32 am #155044Jeff HesterKeymasterThe web messenger’s link is dead. It should have came up with an error messege at least.
December 9, 2006 at 4:35 am #155080JoshieMemberweb mesenger seems to be working for me… i had to disable some stuff on my pc tho like my popup blocker
December 9, 2006 at 4:38 am #155117YinYinMemberI’m on a mac, and YIM is still broken for me….
December 9, 2006 at 4:38 am #155045Jeff HesterKeymasterI forgot about the pop-up blocker. I was able to log into yahoo with it.
December 9, 2006 at 4:39 am #155118YinYinMemberIs there a link to the web version?
December 9, 2006 at 4:40 am #155081JoshieMemberim on windows and linux still down on all of them….
Yahoo! Messenger – Chat, Instant message, SMS, PC Calls and More
Scroll down to the very bottom and you will see a link that says Launch Web Messenger…
December 9, 2006 at 4:40 am #155046Jeff HesterKeymasterHey Joshie I posted the link first, lol
hatedjealousy delete me.
December 9, 2006 at 4:45 am #155119YinYinMemberNice, thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.