Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant archive_postsperpage - assumed 'archive_postsperpage' (this will throw an Error in a future version of PHP) in ..../archive/index.php on line 456
Realotbot [Archive] - Forums

PDA

View Full Version : Realotbot



klusbert
04-11-2012, 09:59 AM
Hello tpforum.

I've done a bot for realot which I am going to sell, I need at least one good moderator.(free license)

check out :
http://ladabot.com/index.html

maozao
04-11-2012, 07:32 PM
Good luck with your project Klusbert, you deserve it!

klusbert
04-11-2012, 07:49 PM
thank you :)

kubat
04-11-2012, 08:50 PM
so, its for tibianic also?

klusbert
04-11-2012, 10:23 PM
nop only realot

Pro-grammer
04-12-2012, 04:50 AM
Hey can I ask what component did you used for the coding highlights?

klusbert
04-12-2012, 06:08 PM
Hey can I ask what component did you used for the coding highlights?


http://www.codeproject.com/Articles/161871/Fast-Colored-TextBox-for-syntax-highlighting :)


Having some problems with my hoster, going they are working on it. Be patient xd

Nevski
04-14-2012, 10:25 AM
Great work klusbert!

@all
If play on realots than you definitely should try this awsome bot!

klusbert
04-14-2012, 07:37 PM
Great work klusbert!

@all
If play on realots than you definitely should try this awsome bot!



Ty Nevski!

I did a who isOnline function, I cant regex so good so I did it my way xD.
Works fast tho.


Dim Str As System.IO.Stream
Dim srRead As System.IO.StreamReader
Try
Dim req As System.Net.WebRequest = System.Net.WebRequest.Create("http://www.realots.net/online/")
Dim resp As System.Net.WebResponse = req.GetResponse
Str = resp.GetResponseStream
srRead = New System.IO.StreamReader(Str)
Return srRead.ReadToEnd
Catch ex As Exception
Return "Unable to download content"
Finally
' Close Stream and StreamReader when done
srRead.Close()
Str.Close()
End Try
End Function

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
'a href="/character/
Dim text As String = getPage()
Dim count As Integer = 0
Dim Index As Integer
Dim str As String = ""
str += "a href="
str += """"
str += "/character/"
Do While True
Index = InStr(text, str)
If Index = 0 Then
Exit Do
End If
Index += 18
Dim lenght As Integer = GetNameLenght(text.Substring(Index))
Dim name As String = GetName(text.Substring(Index), lenght)
ListBox1.Items.Add(name)
Index += lenght
text = text.Substring(Index)
Loop
End Sub

Private Function GetNameLenght(ByVal str As String) As Integer
For i As Integer = 0 To str.Length
If str(i) = "/" Then
Return i
End If
Next
End Function
Private Function GetName(ByVal str As String, ByVal lenght As Integer)
Dim tmp As String = ""
For i As Integer = 0 To lenght - 1
tmp += str(i)
Next
Return tmp
End Function

Blahhh
04-15-2012, 11:00 AM
another oldschool OT ruined :/

klusbert
04-15-2012, 04:55 PM
Moving to another hosting, I having problem to reach the old site. Sorry about this.

krille
04-17-2012, 01:45 PM
I went to the site and your saying your gonna sell it? but its able to download the bot? xDD

i dont play realots just wanted to check xdd

Diego
04-17-2012, 03:11 PM
I can help you out with regex if you want to :)

klusbert
04-20-2012, 10:35 PM
I went to the site and your saying your gonna sell it? but its able to download the bot? xDD

i dont play realots just wanted to check xdd

You will need to have a login to start it :)