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:
Discussion of SVN Version 349 and up (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Discussion of SVN Version 349 and up
#8737
mucha0815 (User)
Newb Sauce
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 0  
The "style" element is in the "body" section instead of inside "head".
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.


#8761
pragma (Admin)
Admin
Posts: 2413
graph
User Online Now Click here to see the profile of this user
Gender: Male Pragmatic Utopia PUArcade
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 89  
sko wrote:
QUOTE:
razor7 wrote:
QUOTE:
3 days with no messages?

Jejeje...PU SVN may be working like a charm!


iam not really care..

- template breaks on game play (right column) ->new bug
- log out when upload game /delete game
- special folder links appear even though disabled in backend


When was the last time you updated from SVN? I think some of these are already fixed, no?
 
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.
#8770
pragma (Admin)
Admin
Posts: 2413
graph
User Online Now Click here to see the profile of this user
Gender: Male Pragmatic Utopia PUArcade
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 89  
I committed a couple updates today that I got from JamesB.

It turns out that the leaderboard caching was not working - it was recreating the leaderboard every time. If you apply the current SVN code, the caching should work now.

Also, there were some changes made to some database indexes in the installer, so be sure to do an uninstall/reinstall to make sure you get these changes applied.
 
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.
#8785
mucha0815 (User)
Newb Sauce
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 0  
Here is a link for for xhtml valid flash integration: http://www.alistapart.com/articles/flashsatay/

I tested it with my puarcade and it works.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#8798
razor7 (User)
Player
Posts: 72
graphgraph
User Offline Click here to see the profile of this user
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 0  
Hello...i´m having the same issue - template breaks on game play (right column). I thinkk is a missing </div>
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/09 05:41 By razor7.
  The administrator has disabled public write access.
#8800
mucha0815 (User)
Newb Sauce
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 0  
svn 359 and J1.5.6:

<link rel="stylesheet" type="text/css"...
is in the body part of the Site instead of in the head.

There is a missing "<center>" before the down1 image, because there is a closing tag "</center>".

on line 366 is a closing tag without starttag: echo "</center>";

In admin:
The picture donate.png wasnt found.

In admin->manage game:
Show all doesnt work -> shows nothing

In admin->manage game->game:
The gametitle & gamename is "<br />" instead of the real names
The picture beside Game Maintenance (maintenance.png) was not found.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#8804
pragma (Admin)
Admin
Posts: 2413
graph
User Online Now Click here to see the profile of this user
Gender: Male Pragmatic Utopia PUArcade
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 89  
mucha0815 wrote:
QUOTE:
Here is a link for for xhtml valid flash integration:
http://www.alistapart.com/articles/flashsatay/

I tested it with my puarcade and it works.


That looks pretty cool, but did you make a container movie? Did that container movie pass in all the variables required?

Or did you just skip the container part and not worry about the streaming thing? Do you think that would be ok? I see some games upwards of 8-10mb.
 
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.
#8812
mucha0815 (User)
Newb Sauce
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 0  
The game "Budapest Defenders" doesnt work anymore after upgrading to 359, can someone test this too please?
Its hanging on loading.
EDIT by miro912
DONT LINK MY FILES!

@pragma
sorry i dont understand all of what youre saying, my english isnt very good.
But here is how i did it:
Code:

<object data="<?php echo $livesite.$config->games_dir.$game->filename; ?>?pn_extravars=arcade~storescore|no_html~1&amp;pn_script=index2.php&amp;pn_modvar=option&amp;pn_modvalue=com_puarcade&amp;pn_uname=<?php echo $uname; ?>&amp;pn_gid=<?php echo $game->id; ?>&amp;pn_domain=PUArcade" type="application/x-shockwave-flash" width="<?php echo $game->width; ?>" height="<?php echo $game->height; ?>" id="<?php echo $game->filename; ?>" align="middle"> <param name="movie" value="<?php echo $livesite.$config->games_dir.$game->filename; ?>?pn_extravars=arcade~storescore|no_html~1&amp;pn_script=index2.php&amp;pn_modvar=option&amp;pn_modvalue=com_puarcade&amp;pn_uname=<?php echo $uname; ?>&amp;pn_gid=<?php echo $game->id; ?>&amp;pn_domain=PUArcade"/> <param name="quality" value="high"/> <param name="bgcolor" value="<?php echo $game->background; ?>"/> <param name="menu" value="false"/> </object> <?php }else if(stristr($game->filename, '.dcr')){ ?> <object data="<?php echo $livesite.$config->games_dir.$game->filename; ?>?pn_extravars=arcade~storescore&amp;pn_modvar=option&amp;pn_modvalue=com_puarcade&amp;pn_uname=<?php echo $uname; ?>&amp;pn_gid=<?php echo $game->id; ?>&amp;pn_domain=PUArcade" type="application/x-shockwave-flash" classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="<?php echo $protocol; ?>download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0" width="<?php echo $game->width; ?>" height="<?php echo $game->height; ?>" id="<?php echo $game->filename; ?>" align="middle"> <param name="src" value="<?php echo $livesite.$config->games_dir.$game->filename; ?>?pn_extravars=arcade~storescore&pn_modvar=option&pn_modvalue=com_puarcade&pn_uname=<?php echo $uname; ?>&pn_gid=<?php echo $game->id; ?>&pn_domain=PUArcade"/> <param name="quality" value="high"/> <param name="bgcolor" value="<?php echo $game->background; ?>"/> <param name="menu" value="false"/> </object>
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/09 09:43 By miro912.
  The administrator has disabled public write access.
#8859
adroussel (User)
Geek
Posts: 300
graphgraph
User Offline Click here to see the profile of this user
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 6  
svn360

I like the new Leaderboard, I mean I LOVE it!
It just displays as fast as a normal page!
Good job!

just one thing
I had a link from my menu
index.php?option=com_puarcade&arcade=leaderboard&limit=50
but now it will not go any further than 20...?


Another thing is
I think the page design is not optimal, kind of empty with one colomn in the middle...
Why not displaying in a 2nd colomn the number of 1st places a user has
with the ability to order the leaderboard according to points or 1st places quantity

For exemple the one from mod_pu_champ works fine
just in case i join the zip file
File Attachment:
File Name: mod_pu_champ.zip
File Size: 2139



what do you think?

Other thing:
After that 360 fresh install I reinstalled shoutbox and UddeIM plugins
and published them, but scoring doesn't shout at all...


PS: after reuploading the old cls.puarcade.php, it scored back again
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/10 00:59 By adroussel.
  The administrator has disabled public write access.
#8860
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 33  
QUOTE:
Other thing:
After that 360 fresh install I reinstalled shoutbox and UddeIM plugins
and published them, but scoring doesn't shout at all...


PS: after reuploading the old cls.puarcade.php, it scored back again


Yes, the same problem by me.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/10 01:25 By miro912.
 
  The administrator has disabled public write access.
#8864
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:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 9  
sorry, what do you mean?

Do you mean the score isn't being saved?

or

Do you mean the shoutbox is not registering the new high score?


Note:

The cls.puarcade.php change means that either a new score has been saved message comes or a new highscore for the game message... therefore you need both options switched on....
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#8866
adroussel (User)
Geek
Posts: 300
graphgraph
User Offline Click here to see the profile of this user
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 6  
I only scored a new game but that was not a hiscore
it was a personal hiscore, puarcade saved score with no problem but the shoutbox stayed quiet
after re uploading the cls.puarcade.php
same operation made the shoutbox shout fine like before
I haven't had the opportunity to see how it reacts when a new hi score is saved... I'll teel you

Edit: just to say soem users got new high scores and as before (I reuploaded the cls.puarcade.php) shouted twice.
Hope it helps

PS: I'm using the first verion of the plugin with the fix for risp tables in j1.5 and the 'exit fix' for the uddeimplugin
I don't have access to new ones
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/10 03:49 By adroussel.
  The administrator has disabled public write access.
#8867
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 33  
jg_balcombe wrote:
QUOTE:
sorry, what do you mean?

Do you mean the score isn't being saved?

or

Do you mean the shoutbox is not registering the new high score?


Note:

The cls.puarcade.php change means that either a new score has been saved message comes or a new highscore for the game message... therefore you need both options switched on....


Score is saving but no shouts
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#8889
Bombe (User)
User
Posts: 37
graphgraph
User Offline Click here to see the profile of this user
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 0  
Hello, first off thanks for this great FREE component.

I downloaded the svn 360 and installed it on joomla 1.5.6.
Ok all games run fine, so i tested the score function.
Does not work... It always appear the PUA_SCORE_PROBLEM message.

But then I turned the intregated Joomla SEO functions off and now its scoring.

I also had the same problem like mucha0815 with the game "Budapest Defender". After turning off SEO its gone.
The game was stopping at the loading screen.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#8890
razor7 (User)
Player
Posts: 72
graphgraph
User Offline Click here to see the profile of this user
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 0  
Found some issues and fix the right column broken...

Issue...in line 745 of puarcade.html.php is a missing tag closing slash
Code:

border=0 hspace=3 [b]/>[/b]".PU_ADD_FAVE."</a>";
Also lines 787-789 are misplaced... this code
Code:

?> </div> <?php
should be betweem the four brackets, because the enclosure of a div tag must not depend on user configuration...jejeje. If left here, the closing div tag of <div class="pu_GamePageBottomLinks"> may depend on comment system enabled...$config->comments == 1, so this is how should it look
Code:

} } ?> </div> <?php } }
Attached modified file for yor convinience
File Attachment:
File Name: puarcade-a75a6344ad3c5f8aaa5b3d1cbb60a228.zip
File Size: 10514
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/10 18:56 By razor7.
  The administrator has disabled public write access.
#8891
Bombe (User)
User
Posts: 37
graphgraph
User Offline Click here to see the profile of this user
Re:Discussion of SVN Version 349 and up 2 Months, 3 Weeks ago Karma: 0  
I always get the message from PUA_TECH_TROUBLE when I play a game very long and want to submit score.

In adminpanel on manage games:
Its showing "<br /> <b>Warning</b>: htmlentities() [<a href='function.htmlentities'>function.htmlentities</a>]: charset `ISO-8858-1' not supported, assuming iso-8859-1 in <b>/mnt/web7/43/55/6485246/htdocs/administrator/components/com_puarcade/admin.puarcade.html.php</b> on line <b>1133</b><br /> gamename" on gametitle and gamename.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#8894
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