• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

COMET - No buy Photo Item.

Newbie Spellweaver
Joined
Dec 25, 2015
Messages
66
Reaction score
9
I ready the camera comet,
but now I have a problem, is that I do not buy the photo
Look :
https://gyazo.com/27b755eec8245daba1ac550eeeaaa425

ZoekGamer - COMET - No buy Photo Item. - RaGEZONE Forums
 
Banned
Banned
Joined
Aug 25, 2009
Messages
431
Reaction score
190
Spent some time with ZoekGamer this evening trying to resolve.
He was using a Comet version which doesn't support the Camera. So we upgraded him to the one released by Quackster at http://forum.ragezone.com/f353/final-comet-server-source-java-1130631/

We're now looking for a SWF with the camera php script in it (PRODUCTION-201702211601-24705679). The ones in the release thread are either corrupt or do not have camera working in them.

If anyone has it please be so kind to upload :)
 
Upvote 0
Junior Spellweaver
Joined
Dec 22, 2010
Messages
154
Reaction score
24
Spent some time with ZoekGamer this evening trying to resolve.
He was using a Comet version which doesn't support the Camera. So we upgraded him to the one released by Quackster at http://forum.ragezone.com/f353/final-comet-server-source-java-1130631/

We're now looking for a SWF with the camera php script in it (PRODUCTION-201702211601-24705679). The ones in the release thread are either corrupt or do not have camera working in them.

If anyone has it please be so kind to upload :)

In this version, camera is disabled.
 
Upvote 0
Banned
Banned
Joined
Aug 25, 2009
Messages
431
Reaction score
190
In this version, camera is disabled.
It's not disabled. I opened the source, saw it in there, and was able to make fake requests to generate camera photos.
The problem is the SWF needs to be altered so that camera photos are sent as a PNG over HTTP.
 
Upvote 0
Newbie Spellweaver
Joined
Dec 25, 2015
Messages
66
Reaction score
9
someone has the PRODUCTION-201702211601-24705679 swf configured for comet camera?... Thanks.
 
Upvote 0
Junior Spellweaver
Joined
Dec 22, 2010
Messages
154
Reaction score
24
It's not disabled. I opened the source, saw it in there, and was able to make fake requests to generate camera photos.
The problem is the SWF needs to be altered so that camera photos are sent as a PNG over HTTP.

Because you usedvthe one Metus released, there is 2 version, Quackster's release and Metu's release, the one Quackster shared camera its disabled in MessageHandler
Code:
    private void registerCamera() {
//        this.getMessages().put(Events.TakePhotoMessageEvent, new TakePhotoMessageEvent());
    }
 
Upvote 0
Newbie Spellweaver
Joined
Dec 25, 2015
Messages
66
Reaction score
9
Because you usedvthe one Metus released, there is 2 version, Quackster's release and Metu's release, the one Quackster shared camera its disabled in MessageHandler
Code:
    private void registerCamera() {
//        this.getMessages().put(Events.TakePhotoMessageEvent, new TakePhotoMessageEvent());
    }

Yes, but look

ZoekGamer - COMET - No buy Photo Item. - RaGEZONE Forums
 
Upvote 0
Back
Top