php forum
php mysql forum
php mysql smarty
 
Page 21 of 24 < 1 2 ... 19 20 21 22 23 24 >
Topic Options
#278953 - 04/13/05 02:06 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: ]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
you need a few things when altering games to work with IBProarcade, or V3arcade.. you need the authors permission and the to read this thread<br /><br />http://www.v3arcade.com/play/showthread.php?t=418&highlight=convert
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278954 - 04/13/05 03:46 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: 234234]
drkknght Offline
Kahuna

Registered: 11/09/00
Posts: 1249
Loc: rob's pad -- where it takes sk...
oh man... all those already-modded games were once available for easy download?! <br /> <br />man, did i miss out <img src="http://www.ubbdev.com/forum/images/graemlins/frown.gif" alt="" />
_________________________
professional discussion killer
due to intelligence limitations, i do not offer support.
my site ~ my boards

Top
#278955 - 04/13/05 07:03 PM Re: Finished-[6.5] Games Arcade Deluxe v1.6 [Re: ]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
theres games for ibproarcade, v3arcade, and shaowarcade all over the internet.. just google a bit.. places like<br /><br />http://www.v3arcadegames.com/forums/<br /><br />http://www.phpcusa.com/modules.php?name=Downloads&d_op=viewdownload&cid=58<br /><br />http://www.subzerofx.com/shop/index.php?s=272ab0d875081d8e49d50b30b215b21f&showforum=39
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278956 - 04/20/05 01:32 PM Re: Finished-[6.5] Games Arcade Deluxe v1.6 [Re: wht]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
I don't know if this is a bug or not, but when I set the minimum number of posts required to play to zero and "became" another member with a zero post count and I couldn't play the games. I upped their post count to one with an SQL command and then I was able to play the games.<br /><br />BTW, feel free to use the new arcade.tmpl file with the table fixes I posted a few messages back in the original download. All work was done by Josh, so it's good.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#278957 - 05/18/05 07:43 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: 234234]
tydu Offline
Lurker

Registered: 05/18/05
Posts: 8
hi,<br /><br />i am using an own session handler for my ubb board.<br />now the arcades dont work correct any more.<br /><br />its possible to play, but doesn`t insert the score.<br />in flashgames u can read "waiting for transmit score" and it never end.<br /><br />the db connection must be ok, because when i start playing a game it write an insert to table gamesessions. but after the game it doesn`t do any updates of score, validate,...<br /><br />anybody know this problem?<br /><br />thx for help.<br /><br />bye<br />tydu<br /><br />PS: sorry for my english...

Top
#278958 - 05/18/05 08:25 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: Jim Gagne]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
any particular games? all games? you said you have threads set to sessions?
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278959 - 05/18/05 09:22 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: 234234]
tydu Offline
Lurker

Registered: 05/18/05
Posts: 8
yes, i set it to sessions and build my own php session handler. <br />it works great on the forum. <br /> <br />all games are working, but as i wrote there is still the problem with saving the score. <br /> <br />any other idea? <br /> <br />thx & bye <br />tydu

Top
#278960 - 05/18/05 04:13 PM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: Jim Gagne]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
ALL games have issues with saving score? or just IBPRO type? because ibpro was written using a session script where the stock 5 that came with this did not..<br /><br />if its just ones marked as ibpro type then it could be that but if its ALL then something else is happening..<br /><br />if just the ipbro type do the following..<br /><br />create a file called index.php<br /><br />and within it place<br /><br /><?php<br />foreach($_POST as $key => $value){<br />echo "key: $key; value: $value<br />\n";<br />}<br />?><br /><br /><br />and play a game it should run that script afterwords..<br /><br />if ALL of them try turning cookie back on in threads instead of sessions and see if that works.. <br /><br />All I can say is it works fine for me
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278961 - 05/20/05 05:40 PM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: 234234]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
Since installing 1.8 I have not been able to play Yeti Sports. I have just reinstalled the game and it starts to open, but does not get as far as 'Type in your name' or (whatever it says) screen.<br />Anyone know why???
_________________________
parentforum.org

Top
#278962 - 05/20/05 07:21 PM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: DMClark]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Hmm just tried version 1-7 and stagedive on my site and it works.. could you have a setting wrong? a bad file? Hmmm is it just Yeti Sports?
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278963 - 05/21/05 02:24 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: 234234]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
All my other games are fine. The only Yeti game I have is sports, so I will try and add some.<br /><br />Thanks scroungr
_________________________
parentforum.org

Top
#278964 - 05/23/05 06:52 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: 234234]
tydu Offline
Lurker

Registered: 05/18/05
Posts: 8
hi,<br /><br />what the self createt index.php in the directory arcade is for?<br />it doesn`t work (save rankings).<br />i cant switch do cookie moder because of the own session handling on our community.<br /><br />maybe u have an other idea?<br /><br />bye<br />tydu

Top
#278965 - 05/23/05 07:33 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: Jim Gagne]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
1) I just looked at the zip again and there is no index.php in the zip...<br /><br />2) and about session handling sorry but I wrote it for cookies since most people use cookies not sessions...<br /><br />3) I dont think I am writing another version for threads since threads is at end of life...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278966 - 05/23/05 08:00 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
4) Cookies/Sessions are only used for ibpro type games so... basically if you can't use cookies.. and you can't use the session function that was scripted for ibpro games.. dont use ibpro games.. stick with the v3arcade type games that don't use sessions/cookies and uses $_POST. $_GET instead...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278967 - 05/23/05 08:46 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: 234234]
tydu Offline
Lurker

Registered: 05/18/05
Posts: 8
ok, thx anyway.<br />u are right, ubb threads is at end of life.<br /><br />but 1 question i still have:<br />maybe i can solve the problem by my own.<br />i just need to know how the flashgames transmit their variables.<br />which file they are asking for and what are the var names?<br /><br />thx<br /><br />bye<br />tydu

Top
#278968 - 05/23/05 10:09 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: Jim Gagne]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
depends on the flash game.. who altered it.. and what they altered it for.. thats not a simple question.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278969 - 05/23/05 11:04 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: 234234]
Cro Offline
Power User

Registered: 04/19/04
Posts: 64
hi... im haveing problems with the MARQUE.... after editing the files to see the marque of the games....my forum doesnt look right...here is an image:<br /><br /> []http://geocities.com/zadardalmacija/marque.gif[/] <br /><br />as you can see the gray area is way to long and stretched now...can anybody help me fix this? thanks

Top
#278970 - 05/23/05 11:50 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: MalcolmC]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
something tells me your missing a table end or something....<br /><br />you sure you have<br /><br /><br /><br /><br /><br /><br />UBBTPRINT;<br /><br />if($marquetext) { //UBBTREMARK<br />echo <<<UBBTPRINT<br /><table height = "20%" width="100%" border="0" cellpadding="0" cellspacing="0"><br /><tr><td><br />Current High Scores in:<br /><br /><br /></td></tr><tr><td><br /><marquee width = "95%" scrollamount="2" direction="up" loop="true"><center><font class = "small"><strong><br />$marquetext<br /></strong></font></center></marquee></td></tr></table><br />UBBTPRINT;<br /><br />} //UBBTREMARK<br />echo <<<UBBTPRINT<br /><br /><br /><br />after<br /><br />$TotalPosts<br />$Location<br /><br />in showthreaded.tmpl?<br /><br />because it shouldn't expand like that<br /><br />you can also try changing<br /><br /><font class = "small"><br /><br />to<br /><br /><font size = "1"><br /><br />to save a little space also
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278971 - 05/24/05 03:14 AM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: 234234]
Cro Offline
Power User

Registered: 04/19/04
Posts: 64
i did do all that but still <img src="http://www.ubbdev.com/forum/images/graemlins/frown.gif" alt="" /> this is the code i have in showthreaded.tmpl:<br /><br />
Code:
 &lt;span class="small"&gt;<br />$Title<br />&lt;br /&gt;<br />$Rating<br />&lt;br /&gt;<br />$Picture<br />&lt;br /&gt;<br />$Registered<br />&lt;br /&gt;<br />$TotalPosts<br />&lt;br /&gt;<br />$Location<br /><br /><br />&lt;br /&gt;<br />&lt;br /&gt;<br />UBBTPRINT;<br /><br />if($marquetext) { //UBBTREMARK<br />echo &lt;&lt;&lt;UBBTPRINT<br />&lt;table height = "20%" width="100%" border="0" cellpadding="0" cellspacing="0"&gt;<br />&lt;tr&gt;&lt;td&gt;<br />Current High Scores in:<br />&lt;br /&gt;<br />&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;<br />&lt;marquee width = "95%" scrollamount="2" direction="up" loop="true"&gt;&lt;center&gt;&lt;font class = "1"&gt;&lt;strong&gt;<br />$marquetext<br />&lt;/strong&gt;&lt;/font&gt;&lt;/center&gt;&lt;/marquee&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />UBBTPRINT;<br /><br />} //UBBTREMARK<br />echo &lt;&lt;&lt;UBBTPRINT<br /><br /><br />&lt;/span&gt;<br />&lt;/td&gt; 

Top
#278972 - 05/24/05 09:50 AM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: MalcolmC]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
try placing it after the word span and see if that helps any.. those templates vary with mileage
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
Page 21 of 24 < 1 2 ... 19 20 21 22 23 24 >


Moderator:  Ian_W 
Who's Online
2 registered (GEN, Gizmo), 22 Guests and 12 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Spell Check [beta]
by Gizmo
22 minutes 32 seconds ago
PhotoPost BB Code Popup
by AllenAyres
Today at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Today at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Today at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks