No account yet?
 

Subscriptions

ImageWhen you sign up as a premium subscriber, you get more than access to a host of fantastic features. You become a member of a flourishing community that continuously improves the very projects that run your website. Why not sign up today?

Subscriber Benefits

  • Subscriber only addons and plugins!
  • Latest beta code and SVN builds!
  • Access new versions before anyone else!
  • Premium Priority Support!
  • User Manuals for our components!
Read On!
Pragmatic Utopia
Welcome, Guest
Please or Register.    Lost Password?
Preferred PUArcade Web Host:
3 new subscriber downloads (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: 3 new subscriber downloads
#8136
pragma (Admin)
Admin
Posts: 2413
graph
User Online Now Click here to see the profile of this user
Gender: Male Pragmatic Utopia PUArcade
3 new subscriber downloads 3 Months, 4 Weeks ago Karma: 89  
I posted 3 more downloads for subscribers:

- A plugin to provide RISP shoutbox integration
- A plugin to provide SMO shoutbox integration
- A plugin to provide UddeIM integration

Note that these are all very new beta code and may or may not work for you. Please post any issues in the forums.

Yes, these will eventually be released to the general public, but for now, they are for subscribers only.

These are for use only with the current SVN releases.

Head over to the subscribers download area and grab your copies now! If you aren't a subscriber yet, support the community and SIGN UP!
 
Report to moderator   Logged Logged  
 
Please DO NOT send support requests via PM or email. Instead, please post a question in the forums so everyone can benefit. Yes, this means you. No, your problem is not an exception.
  The administrator has disabled public write access.


#8139
xabaras (User)
Gamer
Posts: 157
graphgraph
User Online Now Click here to see the profile of this user
Re:3 new subscriber downloads 3 Months, 4 Weeks ago Karma: 4  
ohh, these are cool... lets test them...
thanks pragma
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/08/06 10:02 By xabaras.
  The administrator has disabled public write access.
#8147
xabaras (User)
Gamer
Posts: 157
graphgraph
User Online Now Click here to see the profile of this user
Re:3 new subscriber downloads 3 Months, 4 Weeks ago Karma: 4  
hi,
I have tried the plugin for SMO shoutbox integration... There are some issues...
I have enabled both options for new score and new highest score message, but:

If a game has NO score saved, and i save the first score for that game, two messages appear "correctly" in the shoutbox, one for the new score, one for the new highest score; if i save another highest score for that game, only another message of new score appears, and not the message for the new highest score.

Moreover, i think it would be better if an only message appear, for a new "normal" score, or for a new high score... not both them...

At last, the plugin supports games with reversed score?
And, can usernames and gamenames in the messages be linked to users profiles and game pages?

p.s. opss, sorry if this is not the right place to talk about this...
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/08/06 15:55 By xabaras.
  The administrator has disabled public write access.
#8152
adroussel (User)
Geek
Posts: 300
graphgraph
User Offline Click here to see the profile of this user
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 6  
When it comes to joomla 1.5 and new Risp shoutbox, the table is not #__liveshoutbox anymore but #__shoutbox.

Only needs to be replaced in INSERT lines.


I also think shouting twice when new hiscore and new score is too much.
btw, it first shouts for new hiscore and then for new score.

But it works great!
it seems to support reverse scoring




To add links to games I modified this part (for RISP shoutbox!):


Code:

$entryby = $gamename; $thetime = time(); $msg = $newusername . " just scored " . $score; $url = "index.php?option=com_puarcade&Itemid=100004&gid=".$gameid;
and
Code:

$entryby = $gamename; $thetime = time(); $msg = $newusername . " just got a NEW HISCORE: " . $score; $url = "index.php?option=com_puarcade&Itemid=100004&gid=".$gameid;
More info as soon as I have tested UddeIM notification
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#8153
sko (User)
Gamer
Posts: 127
graphgraph
User Online Now Click here to see the profile of this user
Unser Hildesheim
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 0  
i got a white page when plugin is enabled. But only for "Shout when new Champion". For every score is working.

i use Zyuras Shoutbox ver. 2.0.3 for Joomla! 1.5, which depends on risps shoutbox. http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,4863/Itemid,35/

table in database are the same and the message is in it, so i dont know why i get this white page....
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/08/07 04:18 By sko.
 
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
  The administrator has disabled public write access.
#8174
sko (User)
Gamer
Posts: 127
graphgraph
User Online Now Click here to see the profile of this user
Unser Hildesheim
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 0  
is it working for all with J1.5? iam the only one with this prob?
 
Report to moderator   Logged Logged  
 
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
  The administrator has disabled public write access.
#8175
pragma (Admin)
Admin
Posts: 2413
graph
User Online Now Click here to see the profile of this user
Gender: Male Pragmatic Utopia PUArcade
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 89  
There aren't many people using these plugins. Just you guys for testing.
 
Report to moderator   Logged Logged  
 
Please DO NOT send support requests via PM or email. Instead, please post a question in the forums so everyone can benefit. Yes, this means you. No, your problem is not an exception.
  The administrator has disabled public write access.
#8177
adroussel (User)
Geek
Posts: 300
graphgraph
User Offline Click here to see the profile of this user
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 6  
sko wrote:
QUOTE:
i got a white page when plugin is enabled. But only for "Shout when new Champion". For every score is working.

i use Zyuras Shoutbox ver. 2.0.3 for Joomla! 1.5, which depends on risps shoutbox. http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,4863/Itemid,35/

table in database are the same and the message is in it, so i dont know why i get this white page....


I'm using this shoutbox for j1.5. http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,43/Itemid,35/
It's working fine with PUplugins. The only thing to modify is the table name in plugins php file (#__shoutbox instead of #__liveshoutbox) as mentionned above.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#8179
sko (User)
Gamer
Posts: 127
graphgraph
User Online Now Click here to see the profile of this user
Unser Hildesheim
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 0  
ok, the original from risp doesnt work for me too.. after sending score i get white page (but he do the news in the database/shoutbox, after refresh to startsite i look into shoutbox and all there). but its only for shout when new highscore. shout for every score working good and both together too.

so it doesnt depends on shoutbox module (com_shoutbox is the original from risp). grmpf...
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/08/07 23:26 By sko.
 
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
  The administrator has disabled public write access.
#8180
jg_balcombe (Moderator)
Moderator
Posts: 221
graphgraph
User Offline Click here to see the profile of this user
Gender: Male FGFC jg_balcombe@hotmail.com Location: Delhi, India Birthdate: 1973-08-31
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 9  
Sorry have been away, will look into the issues this weekend.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#8181
sko (User)
Gamer
Posts: 127
graphgraph
User Online Now Click here to see the profile of this user
Unser Hildesheim
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 0  
thx! didnt know why it works with both enabled but not with only highsore..
 
Report to moderator   Logged Logged  
 
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
  The administrator has disabled public write access.
#8182
adroussel (User)
Geek
Posts: 300
graphgraph
User Offline Click here to see the profile of this user
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 6  
Ok, it seems we had the same issue actually:
White page when scoring on some games...

I unpublished UddeIM plugin and now my problematic games score just fine. both on new score and new hiscore.

do you have the UddeIM Plugin published? try unpublishing it
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#8184
sko (User)
Gamer
Posts: 127
graphgraph
User Online Now Click here to see the profile of this user
Unser Hildesheim
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 0  
no uddeIM..

work all games:
publish all scores --> yes
publich highsores --> yes

work all games:
publish all scores --> yes
publich highsores --> no

doesnt work all games:
publish all scores --> no
publich highsores --> yes

i have the normal J1.5 plugins + jReviews Comment Plugin, PUArcade System Bot, google maps and Search - EventList
 
Report to moderator   Logged Logged  
 
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
  The administrator has disabled public write access.
#8196
jg_balcombe (Moderator)
Moderator
Posts: 221
graphgraph
User Offline Click here to see the profile of this user
Gender: Male FGFC jg_balcombe@hotmail.com Location: Delhi, India Birthdate: 1973-08-31
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 9  
Ok,

So changes required in summary

1. RISP table has changed to #__shoutbox
2. We shouldn't fire both events, it should be either a new score or a new hi score... (if both options are enabled)

Im struggling to understand the issue about switching both on options at the moment, as the configuration should in theory have absolutely nothing to do with anything else.

If I get change 2) implemented above, this might resolve things anyway.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#8198
sko (User)
Gamer
Posts: 127
graphgraph
User Online Now Click here to see the profile of this user
Unser Hildesheim
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 0  
i do diabled all other components plugins and changed order, so that was not the reason.... mh..
 
Report to moderator   Logged Logged  
 
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
  The administrator has disabled public write access.
#8213
sko (User)
Gamer
Posts: 127
graphgraph
User Online Now Click here to see the profile of this user
Unser Hildesheim
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 0  
how can i disable only the output from "every score"? i was trying but i think i disable hole function

not the best solution, but i think then it will be work
 
Report to moderator   Logged Logged  
 
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
  The administrator has disabled public write access.
#8221
sko (User)
Gamer
Posts: 127
graphgraph
User Online Now Click here to see the profile of this user
Unser Hildesheim
Re:3 new subscriber downloads 3 Months, 3 Weeks ago Karma: 0  
ok, i want to give a blab-chat (http://hot-things.net/?q=blab) for the first who figured this error out!




 
Report to moderator   Logged Logged  
 
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
  The administrator has disabled public write access.
#8349
sko (User)
Gamer
Posts: 127
graphgraph
User Online Now