Paltalk WinAmp Bot

Paltalk programs

Paltalk WinAmp Bot

Postby locohacker » Wed Jun 21, 2006 10:36 am


Aigh peeps I being working on thsi new proggie, so you can adminsiter winamp from paltalk rooms, its cool so i wanna you guys to check it out first.

here is winamp in case you dont have it

http://www.imfiles.com/Software/Comp ... _L312.html

and you need to enable music playing on paltalk room, check this post

http://www.imfiles.com/paltalk/playi ... t1329.html

aigh for help click on the help menu of the program all the commands are there.

any bugs or suggestions please post them here
Attachments
pwb.JPG
pwb.JPG (32.77 KiB) Viewed 938 times
PWB Setup.zip
(403.57 KiB) Downloaded 195 times
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby locohacker » Wed Jun 21, 2006 6:00 pm

Aigh here a cool addon for you room admins, its call Paltalk Winamp Bot Lazy Admin. just click on the button to send the command so you dont have to type them :)

To use it just click on conenct to connect to the room thats it :) then click on the buttons to send the command :)
Attachments
pwbla.jpg
pwbla.jpg (42.52 KiB) Viewed 922 times
PWB Lazy Admin.zip
(20.51 KiB) Downloaded 110 times
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby BattleStar-Galactica » Thu Jun 22, 2006 2:17 am

I didn't test your prog but do U know we can add a song path to winamp playlist or delete with api, that means we dont need to load all songs into winamp one shot :lol:
User avatar
BattleStar-Galactica
imFiles Master
imFiles Master
 
Posts: 565
Joined: Tue Sep 20, 2005 12:19 am
Location: safest place to hide

Postby method » Thu Jun 22, 2006 5:06 am

loco does this allow users in the room to make request and tell them when their songs gona play and people type and post commands to get info about the song and their request? i have seen some stuff like that in some room so i wonder if this one can do that too?
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby locohacker » Thu Jun 22, 2006 6:44 am

Nano, how you do that, and is it posible to get all the song to ur own list too :) I just use a bas I found in planet source code, but the list thing oounds interesting :)

method i was thinking bout that, I give it a try i just dont want to make a big code like my music bot lol cause of the cpu usage. :shock:
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby BattleStar-Galactica » Sat Jun 24, 2006 2:06 am

I use vbnet here is the function to add a song tho winamp playlist



Public Function PLAddTrack(ByVal WAFile As String) As Boolean
' WAFile is the entire path and filename of the file to add
Dim OpenStatus As Integer

If System.IO.File.Exists(WAFile) = False Then Return False
Try
OpenStatus = Shell(WAPath & " /class=" & Chr(34) & WAClassName & Chr(34) & " /ADD " & Chr(34) & WAFile & Chr(34), AppWinStyle.MinimizedNoFocus)
If OpenStatus <> 0 Then
Return True
Else
Return False
End If
Catch ex As Exception
Return False
End Try
End Function

variables: WAPath is the full path of your installation winamp like C:\programm files\winamp.exe

WAFile is your song with full path like c:\mysong.mp3
WAClassName is the window class of winamp

and to clear play list use this

SendMessage(WAHandle, 1024, 0, 101)
User avatar
BattleStar-Galactica
imFiles Master
imFiles Master
 
Posts: 565
Joined: Tue Sep 20, 2005 12:19 am
Location: safest place to hide

Postby BattleStar-Galactica » Sat Jun 24, 2006 2:35 am

I dont use winamp playlist. I load all my songs from a file to listbox and each time I want play a song I have just send my full path from listbox to winamp.

note: clear winamp playlist before send a new song to it other else you will accumulate the songs in winamp playlist
User avatar
BattleStar-Galactica
imFiles Master
imFiles Master
 
Posts: 565
Joined: Tue Sep 20, 2005 12:19 am
Location: safest place to hide

Postby locohacker » Sat Jun 24, 2006 7:56 am

Aigh i check that out, I was going to make this myu main music bot But I think I finnally fix the other music bot cpu usage problem, :) will see
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm


Return to Paltalk Programs

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 1 guest