Habbo Web Build Checker

Results 1 to 21 of 21
  1. #1
    Enthusiast AnusPower is offline
    MemberRank
    Nov 2012 Join Date
    45Posts

    big grin Habbo Web Build Checker

    Virus Scan:
    Download:
    Preview:


    Current Build: 63_1dc60c6d6ea6e089c6893ab4e0541ee0/1532


  2. #2
    No, Just no. Matthew is offline
    MemberRank
    Jul 2008 Join Date
    United KingdomLocation
    1,408Posts

    Re: Habbo Web Build Checker

    Because we don't already have 50 of these, right ?

  3. #3
    Valued Member Thekguy is offline
    MemberRank
    Dec 2011 Join Date
    DksvLocation
    122Posts

    Re: Habbo Web Build Checker

    its save:

    This is the source.. well the form1 thingy
    Code:
    Imports Microsoft.VisualBasic.CompilerServices
    Imports System
    Imports System.Collections.Generic
    Imports System.ComponentModel
    Imports System.Diagnostics
    Imports System.Drawing
    Imports System.Runtime.CompilerServices
    Imports System.Windows.Forms
    
    Namespace habbowebbuild
        <DesignerGenerated> _
        Public Class Form1
            Inherits Form
            ' Methods
            <DebuggerNonUserCode> _
            Public Sub New()
                Form1.__ENCAddToList(Me)
                Me.InitializeComponent
            End Sub
    
            <DebuggerNonUserCode> _
            Private Shared Sub __ENCAddToList(ByVal value As Object)
                Dim list As List(Of WeakReference) = Form1.__ENCList
                SyncLock list
                    If (Form1.__ENCList.Count = Form1.__ENCList.Capacity) Then
                        Dim index As Integer = 0
                        Dim num3 As Integer = (Form1.__ENCList.Count - 1)
                        Dim i As Integer = 0
                        Do While (i <= num3)
                            Dim reference As WeakReference = Form1.__ENCList.Item(i)
                            If reference.IsAlive Then
                                If (i <> index) Then
                                    Form1.__ENCList.Item(index) = Form1.__ENCList.Item(i)
                                End If
                                index += 1
                            End If
                            i += 1
                        Loop
                        Form1.__ENCList.RemoveRange(index, (Form1.__ENCList.Count - index))
                        Form1.__ENCList.Capacity = Form1.__ENCList.Count
                    End If
                    Form1.__ENCList.Add(New WeakReference(RuntimeHelpers.GetObjectValue(value)))
                End SyncLock
            End Sub
    
            <DebuggerNonUserCode> _
            Protected Overrides Sub Dispose(ByVal disposing As Boolean)
                Try 
                    If (disposing AndAlso (Not Me.components Is Nothing)) Then
                        Me.components.Dispose
                    End If
                Finally
                    MyBase.Dispose(disposing)
                End Try
            End Sub
    
            <DebuggerStepThrough> _
            Private Sub InitializeComponent()
                Me.components = New Container
                Dim manager As New ComponentResourceManager(GetType(Form1))
                Me.WebBrowser1 = New WebBrowser
                Me.RichTextBox1 = New RichTextBox
                Me.Timer1 = New Timer(Me.components)
                Me.TextBox1 = New TextBox
                Me.Label1 = New Label
                Me.SuspendLayout
                Dim point2 As New Point(&H1C5, &H19)
                Me.WebBrowser1.Location = point2
                Dim size2 As New Size(20, 20)
                Me.WebBrowser1.MinimumSize = size2
                Me.WebBrowser1.Name = "WebBrowser1"
                Me.WebBrowser1.ScrollBarsEnabled = False
                size2 = New Size(20, 20)
                Me.WebBrowser1.Size = size2
                Me.WebBrowser1.TabIndex = 0
                Me.WebBrowser1.TabStop = False
                Me.WebBrowser1.Url = New Uri("http://www.habbo.com", UriKind.Absolute)
                Me.WebBrowser1.Visible = False
                point2 = New Point(&H1DF, &H19)
                Me.RichTextBox1.Location = point2
                Me.RichTextBox1.Name = "RichTextBox1"
                size2 = New Size(20, 20)
                Me.RichTextBox1.Size = size2
                Me.RichTextBox1.TabIndex = 1
                Me.RichTextBox1.TabStop = False
                Me.RichTextBox1.Text = ""
                Me.Timer1.Interval = &H1388
                Me.TextBox1.BackColor = SystemColors.ActiveCaptionText
                Me.TextBox1.Font = New Font("Microsoft Sans Serif", 8.25!, FontStyle.Bold, GraphicsUnit.Point, 0)
                Me.TextBox1.ForeColor = Color.Cyan
                point2 = New Point(12, &H19)
                Me.TextBox1.Location = point2
                Me.TextBox1.Name = "TextBox1"
                Me.TextBox1.ReadOnly = True
                size2 = New Size(&H135, 20)
                Me.TextBox1.Size = size2
                Me.TextBox1.TabIndex = 2
                Me.TextBox1.TextAlign = HorizontalAlignment.Center
                Me.Label1.AutoSize = True
                Me.Label1.Font = New Font("Microsoft Sans Serif", 8.25!, (FontStyle.Italic Or FontStyle.Bold), GraphicsUnit.Point, 0)
                point2 = New Point(12, 9)
                Me.Label1.Location = point2
                Me.Label1.Name = "Label1"
                size2 = New Size(&H72, 13)
                Me.Label1.Size = size2
                Me.Label1.TabIndex = 1
                Me.Label1.Text = "Current Web Build:"
                Dim ef2 As New SizeF(6!, 13!)
                Me.AutoScaleDimensions = ef2
                Me.AutoScaleMode = AutoScaleMode.Font
                size2 = New Size(&H149, &H39)
                Me.ClientSize = size2
                Me.Controls.Add(Me.Label1)
                Me.Controls.Add(Me.TextBox1)
                Me.Controls.Add(Me.RichTextBox1)
                Me.Controls.Add(Me.WebBrowser1)
                Me.FormBorderStyle = FormBorderStyle.FixedSingle
                Me.Icon = DirectCast(manager.GetObject("$this.Icon"), Icon)
                Me.MaximizeBox = False
                Me.MinimizeBox = False
                Me.Name = "Form1"
                Me.Text = "Habbo.com Web Build -:- Coded by AnusPower"
                Me.ResumeLayout(False)
                Me.PerformLayout
            End Sub
    
            Private Sub RichTextBox1_TextChanged(ByVal sender As Object, ByVal e As EventArgs)
                Dim text As String = Me.RichTextBox1.Text
                Dim startIndex As Integer = ([text].IndexOf("var habboStaticFilePath = ""http://images.habbo.com/habboweb/") + 60)
                Dim index As Integer = [text].IndexOf("/web-gallery"";", startIndex)
                Me.TextBox1.Text = [text].Substring(startIndex, (index - startIndex))
                [text] = Nothing
            End Sub
    
            Private Sub WebBrowser1_ProgressChanged(ByVal sender As Object, ByVal e As WebBrowserProgressChangedEventArgs)
                Me.RichTextBox1.Text = Me.WebBrowser1.DocumentText
            End Sub
    
    
            ' Properties
            Friend Overridable Property Label1 As Label
                <DebuggerNonUserCode> _
                Get
                    Return Me._Label1
                End Get
                <MethodImpl(MethodImplOptions.Synchronized), DebuggerNonUserCode> _
                Set(ByVal WithEventsValue As Label)
                    Me._Label1 = WithEventsValue
                End Set
            End Property
    
            Friend Overridable Property RichTextBox1 As RichTextBox
                <DebuggerNonUserCode> _
                Get
                    Return Me._RichTextBox1
                End Get
                <MethodImpl(MethodImplOptions.Synchronized), DebuggerNonUserCode> _
                Set(ByVal WithEventsValue As RichTextBox)
                    Dim handler As EventHandler = New EventHandler(AddressOf Me.RichTextBox1_TextChanged)
                    If (Not Me._RichTextBox1 Is Nothing) Then
                        RemoveHandler Me._RichTextBox1.TextChanged, handler
                    End If
                    Me._RichTextBox1 = WithEventsValue
                    If (Not Me._RichTextBox1 Is Nothing) Then
                        AddHandler Me._RichTextBox1.TextChanged, handler
                    End If
                End Set
            End Property
    
            Friend Overridable Property TextBox1 As TextBox
                <DebuggerNonUserCode> _
                Get
                    Return Me._TextBox1
                End Get
                <MethodImpl(MethodImplOptions.Synchronized), DebuggerNonUserCode> _
                Set(ByVal WithEventsValue As TextBox)
                    Me._TextBox1 = WithEventsValue
                End Set
            End Property
    
            Friend Overridable Property Timer1 As Timer
                <DebuggerNonUserCode> _
                Get
                    Return Me._Timer1
                End Get
                <MethodImpl(MethodImplOptions.Synchronized), DebuggerNonUserCode> _
                Set(ByVal WithEventsValue As Timer)
                    Me._Timer1 = WithEventsValue
                End Set
            End Property
    
            Friend Overridable Property WebBrowser1 As WebBrowser
                <DebuggerNonUserCode> _
                Get
                    Return Me._WebBrowser1
                End Get
                <MethodImpl(MethodImplOptions.Synchronized), DebuggerNonUserCode> _
                Set(ByVal WithEventsValue As WebBrowser)
                    Dim handler As WebBrowserProgressChangedEventHandler = New WebBrowserProgressChangedEventHandler(AddressOf Me.WebBrowser1_ProgressChanged)
                    If (Not Me._WebBrowser1 Is Nothing) Then
                        RemoveHandler Me._WebBrowser1.ProgressChanged, handler
                    End If
                    Me._WebBrowser1 = WithEventsValue
                    If (Not Me._WebBrowser1 Is Nothing) Then
                        AddHandler Me._WebBrowser1.ProgressChanged, handler
                    End If
                End Set
            End Property
    
    
            ' Fields
            Private Shared __ENCList As List(Of WeakReference) = New List(Of WeakReference)
            <AccessedThroughProperty("Label1")> _
            Private _Label1 As Label
            <AccessedThroughProperty("RichTextBox1")> _
            Private _RichTextBox1 As RichTextBox
            <AccessedThroughProperty("TextBox1")> _
            Private _TextBox1 As TextBox
            <AccessedThroughProperty("Timer1")> _
            Private _Timer1 As Timer
            <AccessedThroughProperty("WebBrowser1")> _
            Private _WebBrowser1 As WebBrowser
            Private components As IContainer
        End Class
    End Namespace

  4. #4
    Planning Stuff Since 2013 Vrop93 is offline
    MemberRank
    Jan 2012 Join Date
    Grocery StoreLocation
    320Posts

    Re: Habbo Web Build Checker

    Thanks AnusPower. It would be easier to do in PHP so it auto updates but thanks.

  5. #5
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: Habbo Web Build Checker

    This is good, simple and easy!
    But who dosn't know how to go to habbo.com and do CTRL+U and look after the web build?

    Greetz,
    Prizm

  6. #6
    Enthusiast AnusPower is offline
    MemberRank
    Nov 2012 Join Date
    45Posts

    Re: Habbo Web Build Checker

    some, like myself are lazy to CTRL+U, do this simple prog saves all the time, also like Vrop mentioned of course there is ways to auto update via php

    but thanks for feedback <3

  7. #7
    Valued Member xMiraclesz is offline
    MemberRank
    Dec 2012 Join Date
    NetherlandLocation
    136Posts

    Re: Habbo Web Build Checker

    Good work, small but fine!

  8. #8
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,773Posts

    Re: Habbo Web Build Checker

    Nom nom nom..

    http://app.jospiek.nl/habbo/webbuild/

    No ty :)

  9. #9
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: Habbo Web Build Checker

    Just use something that AUTOMATICALLY updates the web build over something you have to copy over and over again.

  10. #10
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: Habbo Web Build Checker

    Quote Originally Posted by Tha View Post
    Just use something that AUTOMATICALLY updates the web build over something you have to copy over and over again.
    Exactly. There have been plenty of mods that do this :)

  11. #11
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,484Posts

    Re: Habbo Web Build Checker

    Quote Originally Posted by joopie View Post
    Nice usage of json :)

  12. #12
    Account Upgraded | Title Enabled! SkeetEmUp is offline
    MemberRank
    Aug 2011 Join Date
    358Posts

    Re: Habbo Web Build Checker

    People still use Habbo's webbuild? Why not just host your own. Problem solved?

  13. #13
    :joy: Jonteh is offline
    MemberRank
    Apr 2007 Join Date
    New York, USALocation
    3,372Posts

    Re: Habbo Web Build Checker

    Quote Originally Posted by SkeetEmUp View Post
    People still use Habbo's webbuild? Why not just host your own. Problem solved?
    Some people consider self-hosting hard lol

  14. #14
    ☮TAKU???? seanrom is offline
    MemberRank
    Nov 2009 Join Date
    1,004Posts

    Re: Habbo Web Build Checker

    Quote Originally Posted by joopie View Post
    I adore your nice solutions, such as this.
    I would never think of using JSON :p

  15. #15
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: Habbo Web Build Checker

    Quote Originally Posted by SkeetEmUp View Post
    People still use Habbo's webbuild? Why not just host your own. Problem solved?
    More bandwidth on your host.

  16. #16
    :joy: Jonteh is offline
    MemberRank
    Apr 2007 Join Date
    New York, USALocation
    3,372Posts

    Re: Habbo Web Build Checker

    Quote Originally Posted by Tha View Post
    More bandwidth on your host.
    Like it matters. Most hosts offer over 2TB for free or cheap which is all you need. Infact - a small retro could easily live off of 200gb bandwidth even with self hosting swfs and images.

  17. #17
    Member Biblioteca13 is offline
    MemberRank
    Sep 2012 Join Date
    91Posts

    Re: Habbo Web Build Checker

    Simple and nice program

  18. #18
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,484Posts

    Re: Habbo Web Build Checker

    Quote Originally Posted by Tha View Post
    More bandwidth on your host.
    ..but more reliable if Habbo goes on maintenance.

  19. #19
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: Habbo Web Build Checker

    Quote Originally Posted by Quackster View Post
    ..but more reliable if Habbo goes on maintenance.
    Can't defend myself against that.

  20. #20
    lol Disguised is offline
    MemberRank
    Jan 2011 Join Date
    521Posts

    Re: Habbo Web Build Checker

    You dont need a program
    its easy as going to habbo.com
    view page source
    and find the webbuild.

  21. #21
    Enthusiast AnusPower is offline
    MemberRank
    Nov 2012 Join Date
    45Posts

    Re: Habbo Web Build Checker

    Quote Originally Posted by dambro View Post
    You dont need a program
    its easy as going to habbo.com
    view page source
    and find the webbuild.
    saves the trouble doing all that.
    then again like others said u can use a auto web build updater.



Advertisement