AutoIt Forums: PPlayer (finally Open-Source!) - AutoIt Forums

Jump to content

  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • 4
  • You cannot start a new topic
  • You cannot reply to this topic

PPlayer (finally Open-Source!) Tons of features and now Open-Source: please comment!!! Rate Topic: ***** 1 Votes

#21 User is offline   i542 

  • Welcome back; your last visit was: Jan 18 2009, 06:57 PM
  • PipPipPipPipPipPip
  • Group: Full Members
  • Posts: 1,816
  • Joined: 13-August 05
  • Location:MSN Messenger

Posted 17 June 2007 - 12:04 PM

View PostGmail, on Jun 16 2007, 10:28 PM, said:

Hey

First of all, i don't like the idea of paying for it either.

(...)

One more turned to the whiteside :P

View PostGmail, on Jun 16 2007, 10:28 PM, said:

PS: Thanks for showing me where the edit button is.

You welcome.

Piano_Man said:

I agree with you, why pay for something like this when there's free software like iTunes or Windows media player... "so detailed GUI"?

GUI: A lot of labels and buttons.
yess...4 users think it should be free...

Pascal said:

In some cases you get messages about paying 5€ but on the download page (the page with the "eula") you can read:
QUOTE
License:
PPlayer comes with a full working 7-Day Trial license.
After 7 days you’re required to enter your e-mail for validation.
If you’re successful your license will be updated to Premium.

Pascal, don't you dare to lie to them!!! When you enter your e-mail, you will get e-mail 'pay' and SPAM!!!
http://img530.imageshack.us/img530/5707/spammervd6.th.jpg

#22 User is offline   Obi-w00t 

  • Member
  • Pip
  • Group: Full Members
  • Posts: 64
  • Joined: 26-November 06

Posted 17 June 2007 - 01:05 PM

Anyone else thinking releasing an AutoIt program you have to pay for is useless as any script kiddie with 3 brain cells can decompile it and remove any protection?

#23 User is offline   i542 

  • Welcome back; your last visit was: Jan 18 2009, 06:57 PM
  • PipPipPipPipPipPip
  • Group: Full Members
  • Posts: 1,816
  • Joined: 13-August 05
  • Location:MSN Messenger

Posted 17 June 2007 - 03:05 PM

View PostObi-w00t, on Jun 17 2007, 02:05 PM, said:

Anyone else thinking releasing an AutoIt program you have to pay for is useless as any script kiddie with 3 brain cells can decompile it and remove any protection?
Me.

#24 User is offline   Pascal257 

  • Advanced Member
  • PipPip
  • Group: Full Members
  • Posts: 158
  • Joined: 18-March 07
  • Location:Germany/NRW/Bochum

Posted 17 June 2007 - 05:45 PM

i542... " 11 years old "
I don't think thats right but mentally you're junger ;)

As I said "In some cases you get messages about paying 5€ but on the download page (the page with the "eula") you can read:"
And that email is that case...
That spam thing is more than stupid I don't need to say anything to this.

The GUI wasn't loaded that full from the beginning.
But adding things with the coordinates is not that difficult.

@ Obi-W00t and i542 you can crack the player if you want and post all of the code.


I thought we're not in kiddie WoW or CSS forums...
Pretty sad

#25 User is offline   Generator 

  • Code Generator
  • PipPipPipPipPipPip
  • Group: Full Members
  • Posts: 1,617
  • Joined: 27-March 07
  • Location:British Columbia, Canada

Posted 17 June 2007 - 05:48 PM

View PostPascal257, on Jun 17 2007, 09:45 AM, said:

i542... " 11 years old "
I don't think thats right but mentally you're junger ;)

As I said "In some cases you get messages about paying 5€ but on the download page (the page with the "eula") you can read:"
And that email is that case...
That spam thing is more than stupid I don't need to say anything to this.

The GUI wasn't loaded that full from the beginning.
But adding things with the coordinates is not that difficult.

@ Obi-W00t and i542 you can crack the player if you want and post all of the code.
I thought we're not in kiddie WoW or CSS forums...
Pretty sad

But this is sad when you make people pay for it, which the whole thing doesn't take much skill to make, instead of sharing the code and let people learn from you as well as you learn from others by people improving your code. That's the spirit.

#26 User is offline   Pascal257 

  • Advanced Member
  • PipPip
  • Group: Full Members
  • Posts: 158
  • Joined: 18-March 07
  • Location:Germany/NRW/Bochum

Posted 17 June 2007 - 05:53 PM

View PostPiano_Man, on Jun 16 2007, 08:52 PM, said:

I agree with you, why pay for something like this when there's free software like iTunes or Windows media player... "so detailed GUI"? I didn't find the Gui all that amazing, it's unique though... I like how it looks simple but still has everything needed.

I would recommend a few changes, the first is that in the main window I find the Idle... Idle.. Idle.. Idle..... Idle... very annoying. What's the point of the program telling us it's not doing anything? I would rather just know when it is doing something.. just my opinion though.

One possible recommendation is getting rid of the slider at the bottom of the PlayMode GUI, I didn't find any use for it and having something useless on a GUI is pretty hideous. Unless I just didn't find the use for it....

One bug I got was that the seek bar didn't work.. When I started the song, the song played for six seconds and then the slider/label time updated.. And after that it just stayed at six. The last thing, assuming the timer is fixed I would have it so that it doesn't show "00:03:12" and would show instead: "3:12"...

Good work altogether though

I see you're able to post correctly...

Those label showing the state of the player ("idle", "playing") is from the beta for testing.
I'll remove it in upcoming versions because it's no longer needed.

That slider is for changing the similar bands the player looks for.
Slider on 1 means 1 similar band s.o.
The Playmode GUI is new and not complete yet. I'll add the required labels there.

The thing with the timer is strange...
It gets updated after song info is loaded and then every second...
The label could be changed to 3:12 - I'll put the required setting into the settings.

Thanks

Pascal

#27 User is offline   Generator 

  • Code Generator
  • PipPipPipPipPipPip
  • Group: Full Members
  • Posts: 1,617
  • Joined: 27-March 07
  • Location:British Columbia, Canada

Posted 17 June 2007 - 05:56 PM

View PostPascal257, on Jun 17 2007, 09:53 AM, said:

I see you're able to post correctly...

Those label showing the state of the player ("idle", "playing") is from the beta for testing.
I'll remove it in upcoming versions because it's no longer needed.

That slider is for changing the similar bands the player looks for.
Slider on 1 means 1 similar band s.o.
The Playmode GUI is new and not complete yet. I'll add the required labels there.

The thing with the timer is strange...
It gets updated after song info is loaded and then every second...
The label could be changed to 3:12 - I'll put the required setting into the settings.

Thanks

Pascal

Make a better menu, it's annoying when it pops up to say you have to right click.

#28 User is offline   Pascal257 

  • Advanced Member
  • PipPip
  • Group: Full Members
  • Posts: 158
  • Joined: 18-March 07
  • Location:Germany/NRW/Bochum

Posted 17 June 2007 - 05:57 PM

View PostGenerator, on Jun 17 2007, 06:48 PM, said:

But this is sad when you make people pay for it, which the whole thing doesn't take much skill to make, instead of sharing the code and let people learn from you as well as you learn from others by people improving your code. That's the spirit.

It's the time it took.
I don't want the player copied one by one -- actually its more than 2,2k lines and 2 weeks of pure coding etc.
Thats why I would send parts of the player per email...

Whats the problem??
Why do people need to spam this thread because of a misunderstanding?
Everyone should know now that its free to use.
And free to get the code...

#29 User is offline   Achilles 

  • Achilles == Ichigo
  • PipPipPipPipPipPipPip
  • Group: Full Members
  • Posts: 2,695
  • Joined: 23-July 06
  • Location:Quito, Ecuador

Posted 17 June 2007 - 05:58 PM

View PostObi-w00t, on Jun 17 2007, 04:05 AM, said:

any script kiddie with 3 brain cells can decompile it and remove any protection?

How? I've tried decompiling it but no luck there... I guess I only have two brain cells :lmao:

#30 User is offline   Pascal257 

  • Advanced Member
  • PipPip
  • Group: Full Members
  • Posts: 158
  • Joined: 18-March 07
  • Location:Germany/NRW/Bochum

Posted 17 June 2007 - 05:58 PM

View PostGenerator, on Jun 17 2007, 06:56 PM, said:

Make a better menu, it's annoying when it pops up to say you have to right click.

Heh I don't know how.
There were to much buttons on the place so I added a button with context menu.
But I don't know how to open the context menu from the button.

Quote

Plus who would pay for this Player when iTune or WMP 11 can burn and get songs from CD & much more.

I dont use CDs anymore so I thought why implementing CD-functions?

You should take a look on the PlayMode-GUI thats the special thing of PPlayer that WMP and itunes etc don't have.

This post has been edited by Pascal257: 17 June 2007 - 06:04 PM


#31 User is offline   Pascal257 

  • Advanced Member
  • PipPip
  • Group: Full Members
  • Posts: 158
  • Joined: 18-March 07
  • Location:Germany/NRW/Bochum

Posted 17 June 2007 - 05:59 PM

View PostPiano_Man, on Jun 17 2007, 06:58 PM, said:

How? I've tried decompiling it but no luck there... I guess I only have two brain cells :lmao:

Thanks.

#32 User is offline   Achilles 

  • Achilles == Ichigo
  • PipPipPipPipPipPipPip
  • Group: Full Members
  • Posts: 2,695
  • Joined: 23-July 06
  • Location:Quito, Ecuador

Posted 17 June 2007 - 06:05 PM

View PostPascal257, on Jun 17 2007, 08:58 AM, said:

Heh I don't know how.
There were to much buttons on the place so I added a button with context menu.
But I don't know how to open the context menu from the button.

Ummm, I was going to say use GuiRegisterMsg() in some way but on second thought that probably wouldn't work. How about something like this :)

[ autoIt ]    ( Popup )
If GuiGetMsg() = $menuButton then MouseClick("Right")

Kind of a cheap way of doing it but I think it would work...

This post has been edited by Piano_Man: 17 June 2007 - 06:06 PM


#33 User is offline   Pascal257 

  • Advanced Member
  • PipPip
  • Group: Full Members
  • Posts: 158
  • Joined: 18-March 07
  • Location:Germany/NRW/Bochum

Posted 17 June 2007 - 06:21 PM

View PostPiano_Man, on Jun 17 2007, 07:05 PM, said:

Ummm, I was going to say use GuiRegisterMsg() in some way but on second thought that probably wouldn't work. How about something like this :)

[ autoIt ]    ( Popup )
If GuiGetMsg() = $menuButton then MouseClick("Right")

Kind of a cheap way of doing it but I think it would work...

Nice idea ;)

I'll use this until I find a more "skilled" way to do this ^^

Thanks

Edith:

And a little questions: Why is Jon working on an Obfuscator?

Edit2:

Quote

Title: AutoIt Error
Text: Line 0 (File "C:\Program files\PPlayer\resource\database.exe"):

$A4FA560A5600C =&$SA24A5F007
$A4FA560A5600C =^ERROR

Error: Error in expression.

That error is caused by the obsfucator...
I'm on to find it.
Could you tell me where you got this error?

This post has been edited by Pascal257: 17 June 2007 - 06:27 PM


#34 User is offline   Achilles 

  • Achilles == Ichigo
  • PipPipPipPipPipPipPip
  • Group: Full Members
  • Posts: 2,695
  • Joined: 23-July 06
  • Location:Quito, Ecuador

Posted 17 June 2007 - 09:06 PM

View PostPascal257, on Jun 17 2007, 09:21 AM, said:

Nice idea ;)

I'll use this until I find a more "skilled" way to do this ^^

Thanks


Your welcome... and let me know if you find a more.. um, professional way, of doing it!

#35 User is offline   BrettF 

  • My Drunk Monkey Guerilla is gonna getcha!
  • Icon
  • Group: AutoIt MVPs(MVP)
  • Posts: 7,331
  • Joined: 02-October 06
  • Gender:Male
  • Location:Brisbane, Australia

Posted 17 June 2007 - 09:24 PM

Maybe.... From the helpfile :P

[ autoIt ]    ( ExpandCollapse - Popup )
; ***************** ; * Second sample * ; ***************** #include <GUIConstants.au3> $hGui           = GUICreate("My GUI", 170, 40) $OptionsBtn     = GUICtrlCreateButton("&Options", 10, 10, 70, 20, $BS_FLAT) ; At first create a dummy control for the options and a contextmenu for it $OptionsDummy   = GUICtrlCreateDummy() $OptionsContext = GUICtrlCreateContextMenu($OptionsDummy) $OptionsCommon  = GUICtrlCreateMenuItem("Common", $OptionsContext) $OptionsFile    = GUICtrlCreateMenuItem("File", $OptionsContext) GUICtrlCreateMenuItem("", $OptionsContext) $OptionsExit    = GUICtrlCreateMenuItem("Exit", $OptionsContext) $HelpBtn        = GUICtrlCreateButton("&Help", 90, 10, 70, 20, $BS_FLAT) ; Create a dummy control and a contextmenu for the help too $HelpDummy      = GUICtrlCreateDummy() $HelpContext    = GUICtrlCreateContextMenu($HelpDummy) $HelpWWW        = GUICtrlCreateMenuItem("Website", $HelpContext) GUICtrlCreateMenuItem("", $HelpContext) $HelpAbout      = GUICtrlCreateMenuItem("About...", $HelpContext) GUISetState() While 1     $Msg = GUIGetMsg()         Switch $Msg         Case $OptionsExit, $GUI_EVENT_CLOSE             ExitLoop                     Case $OptionsBtn             ShowMenu($hGui, $Msg, $OptionsContext)                     Case $HelpBtn             ShowMenu($hGui, $Msg, $HelpContext)                     Case $HelpAbout             Msgbox(64, "About...", "GUICtrlGetHandle-Sample")     EndSwitch   WEnd     ;Exit ; Show a menu in a given GUI window which belongs to a given GUI ctrl Func ShowMenu($hWnd, $CtrlID, $nContextID)     Local $hMenu = GUICtrlGetHandle($nContextID)         $arPos = ControlGetPos($hWnd, "", $CtrlID)         Local $x = $arPos[0]     Local $y = $arPos[1] + $arPos[3]         ClientToScreen($hWnd, $x, $y)     TrackPopupMenu($hWnd, $hMenu, $x, $y) EndFunc ; Convert the client (GUI) coordinates to screen (desktop) coordinates Func ClientToScreen($hWnd, ByRef $x, ByRef $y)     Local $stPoint = DllStructCreate("int;int")         DllStructSetData($stPoint, 1, $x)     DllStructSetData($stPoint, 2, $y)     DllCall("user32.dll", "int", "ClientToScreen", "hwnd", $hWnd, "ptr", DllStructGetPtr($stPoint))         $x = DllStructGetData($stPoint, 1)     $y = DllStructGetData($stPoint, 2)     ; release Struct not really needed as it is a local     $stPoint = 0 EndFunc ; Show at the given coordinates (x, y) the popup menu (hMenu) which belongs to a given GUI window (hWnd) Func TrackPopupMenu($hWnd, $hMenu, $x, $y)     DllCall("user32.dll", "int", "TrackPopupMenuEx", "hwnd", $hMenu, "int", 0, "int", $x, "int", $y, "hwnd", $hWnd, "ptr", 0) EndFunc


#36 User is offline   Achilles 

  • Achilles == Ichigo
  • PipPipPipPipPipPipPip
  • Group: Full Members
  • Posts: 2,695
  • Joined: 23-July 06
  • Location:Quito, Ecuador

Posted 17 June 2007 - 10:44 PM

View PostBert, on Jun 17 2007, 12:24 PM, said:

Maybe.... From the helpfile :P

[ autoIt ]    ( Popup )
;Code


That would be the more professional way. Imagine looking in the helpfile, I don't know why I would even bother imagining :P

#37 User is offline   i542 

  • Welcome back; your last visit was: Jan 18 2009, 06:57 PM
  • PipPipPipPipPipPip
  • Group: Full Members
  • Posts: 1,816
  • Joined: 13-August 05
  • Location:MSN Messenger

Posted 18 June 2007 - 09:41 AM

View PostPascal257, on Jun 17 2007, 06:45 PM, said:

i542... " 11 years old "
I don't think thats right but mentally you're younger ;)

As I said "In some cases you get messages about paying 5€ but on the download page (the page with the "eula") you can read:"
And that email is that case...
That spam thing is more than stupid I don't need to say anything to this.

The GUI wasn't loaded that full from the beginning.
But adding things with the coordinates is not that difficult.

@ Obi-W00t and i542 you can crack the player if you want and post all of the code.
I thought we're not in kiddie WoW or CSS forums...
Pretty sad

1. As my doctor says, I am

Quote

smarter than whole AutoIt forum, just I don't use it.
As a fact, I started using AutoIt v2.64 when I was 8.
2. Spam thing? Dude I have more than 1000 spams since I gave my e-mail to you.
3. Nope if you use Koda or GuiBuilder.
4. It won't be necessary. I will use my StarPlay.

#38 User is offline   Pascal257 

  • Advanced Member
  • PipPip
  • Group: Full Members
  • Posts: 158
  • Joined: 18-March 07
  • Location:Germany/NRW/Bochum

Posted 18 June 2007 - 11:51 AM

View Posti542, on Jun 18 2007, 10:41 AM, said:

1. As my doctor says, I am As a fact, I started using AutoIt v2.64 when I was 8.
2. Spam thing? Dude I have more than 1000 spams since I gave my e-mail to you.
3. Nope if you use Koda or GuiBuilder.
4. It won't be necessary. I will use my StarPlay.

Ok congratz then you could stay out of this topic please?
To 2:
You subscribed with your domain adress but showed me your spams on google.
So you have more than 1 adress coming onto your google account -> more spam.
And your email is published on your website readable by spammingbots etc.
Those spam doens't come from me so shut up.
To 3:
You don't understand me right?
It's possible to add things pure with coordinates...
To 4:
Have fun with your project.
Then you should see how much time it costs...
Oh I see your player hasn't nearly half of the features mine has...
Lots of work will come to you if you want to concurrent mine ;)

I don't want a flame war so I'll repeat myself:
Please stay out of this topic.

----------

The menu problem is fixed now, thx Bert.
I should take a look on the other things of the helpfile ;)

Pascal

#39 User is offline   BrettF 

  • My Drunk Monkey Guerilla is gonna getcha!
  • Icon
  • Group: AutoIt MVPs(MVP)
  • Posts: 7,331
  • Joined: 02-October 06
  • Gender:Male
  • Location:Brisbane, Australia

Posted 18 June 2007 - 11:57 AM

View PostPascal257, on Jun 18 2007, 08:51 PM, said:

The menu problem is fixed now, thx Bert.
I should take a look on the other things of the helpfile ;)


Thats k... If u ever need more help... :P

Yes... yes you should :P

#40 User is offline   i542 

  • Welcome back; your last visit was: Jan 18 2009, 06:57 PM
  • PipPipPipPipPipPip
  • Group: Full Members
  • Posts: 1,816
  • Joined: 13-August 05
  • Location:MSN Messenger

Posted 18 June 2007 - 04:31 PM

View PostPascal257, on Jun 18 2007, 12:51 PM, said:

Ok congratz then you could stay out of this topic please?
To 2:
You subscribed with your domain adress but showed me your spams on google.
So you have more than 1 adress coming onto your google account -> more spam.
And your email is published on your website readable by spammingbots etc.
Those spam doens't come from me so shut up.
To 3:
You don't understand me right?
It's possible to add things pure with coordinates...
To 4:
Have fun with your project.
Then you should see how much time it costs...
Oh I see your player hasn't nearly half of the features mine has...
Lots of work will come to you if you want to concurrent mine ;)

I don't want a flame war so I'll repeat myself:
Please stay out of this topic.

Pascal

To "to 2": I have only one address with domain name (me@i542.net) and it points to Gmail. I used it so far only in login for PayPal (they are writing spam?) and Download.hr (they now really don't wrote spam.)
To "to 3": I know.
To "to 4": I don't think so, Pas. As you can see, my is in beta and yours is too complicated (I already give copy of StarPlay to install on all PC's in dad's company and they are pretty happy with what they got. I also gave copy of PPlayer to my friend computer god and he thinks yours is too complicated for begginer, so shut up).
To "flame war": Wanna play Worms World Party :P ?

  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • 4
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users