php forum
php mysql forum
php mysql smarty
 
Page 1 of 24 1 2 3 ... 23 24 >
Topic Options
#278553 - 08/26/04 09:57 PM Finished-[6.5.2] Games Arcade Deluxe v1.9
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA

   Finished-[6.5.2] Games Arcade Deluxe v1.9 to Del.icio.us Add to del.icio.us
  Digg Finished-[6.5.2] Games Arcade Deluxe v1.9 Digg it
Mod Name / Version: Games Arcade Deluxe v1.9 <br /> <br />Description: Games Arcade with tournament play. I have included 5 games. the rest can be found around the web.. As the versions change rerun the instarcade.php script to update any variables that may have changed. <br /> <br />## I was gonna charge for this mod but I decided instead to make it so that if you find it useful you can donate to the "Send me back to college fund" <br /> <br />to donate click Game Arcade v1.8 <br /> <br />or go to Paypal and send to me at []scroungr@calvert.cc[/] <br /> <br /> <br />Working Under: UBB.Threads 6.5 <br /> <br />Mod Status: Finished <br /> <br />Any pre-requisites: UBBT 6.5 <br /> <br />Author(s): scroungr <br /> <br />Date: 03/14/05 <br /> <br />Credits: Me, Myself, and I, Ian Spence, Allen Ayres<br /> <br />Files Altered: /languages/english/showprofile.php, /languages/english/online.php, showprofile.php <br /> <br />New Files: A directory chock full of files for the arcade <br /> <br />Database Altered: Yes adds new field to users table <br /> <br />Info/Instructions: Read the enclosed instructions <br /> <br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files. <br /> <br /> [:"red"] Differences from Last Version[/] <br />From 1.8<br />*updated to work with 6.5.2<br />*LOTS of html/xhtml bugfixes<br />Fixed: <br />From v1.6 <br />* Added categories. <br />* Added ability to import ibproarcade, v3arcade, and shadowarcade games. <br />* added marque to showflat.php for games won. <br /> <br />From v1.5 <br />* Sorts alphabetically now. <br />* Saves games correctly. <br />* Changed some wording in admin panel to make things easier <br />* removed miniimage and made it all under one gif so use the largest <br />* made highscores pull username and highscores from gamesessions table <br />From v1.4 <br />* Global Variables fixed in instarcade.php and arcadeadmin.php <br />* avatar in stats now shows the user you are looking at yours


Attachments
119058-Arcade1.8.zip (536 downloads)



Edited by AllenAyres (12/26/05 03:29 AM)

Top
#278554 - 08/26/04 10:24 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: 234234]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Glad you decided to release this! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> One thing, there are no files in the admin direcotry.

Top
#278555 - 08/26/04 10:34 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: BlarC]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
had to have something for you to pay for <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> j/k I updated the file.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278556 - 08/26/04 10:48 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: 234234]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Okay, it says the DB is altered in your post but there is nothing in the instructions for it. Also, I am getting headers already sent when I bring up arcade.php. Could it be because I am still on 6.4? <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />

Top
#278557 - 08/26/04 11:12 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: BlarC]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Hmm could be since I built it around 6.5 and the install script actually modifies the database. I will need to see your setup send me a PM with some info so I can check it.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278558 - 08/26/04 11:37 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: 234234]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
Sweeeeet! Up and running no sweat!
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#278559 - 08/27/04 02:50 AM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: gailg]
id242_dup1 Offline
Member

Registered: 05/23/03
Posts: 159
installed on 6.2.3 and running - THANK YOU!!!!!<br /><br />Very simple issues...<br />in the two included edit files, i had to change...<br /><br />
Code:
<br />// Require the library<br />require ("/home/ctadmin/public_html/ubbthreads/includes/hack.inc.php");<br />$config['iip_call'] = 1;<br />require ("$thispath/arcade/languages/{$myprefs['language']}/arcade.php");<br />
<br /><br />to...<br />
Code:
<br />// Require the library<br />require ("../main.inc.php");<br />$config['iip_call'] = 1;<br />require ("../arcade/languages/${$config['cookieprefix']."w3t_language"}/arcade.php");<br />
<br /><br />and the admin path to the config is changed to "../../main.inc.php"<br /><br />Everything else was PERFECT - I especialy like your attention to details in the install script... AWESOME WORK!!!

Top
#278560 - 08/27/04 09:43 AM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: VickiSmith]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
When trying to add a game, there is no submit button.

Top
#278561 - 08/27/04 10:45 AM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: BlarC]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
I took out the avatar line from the stats page since it always showed the user's avatar of who was viewing the page and not the person you were viewing:<br /><br /><td width="1" nowrap>$avatar</td><br /><br />I would like to change the order in which the games appear, but haven't found that part yet.
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#278562 - 08/27/04 03:03 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: gailg]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
This is only the 1.4 Version and still needs some work. If I find the time I will update it to I think version 1.8 which I am running locally..
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278563 - 08/27/04 03:21 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: 234234]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
Buy me a Chainsaw for this big arse Evergreen I need to Chop Down Fund"<br /><br /><br />LMAO!!!
_________________________
DrChaos
LeetGamers

Top
#278564 - 08/27/04 07:26 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: Duck]
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
does 1.8 address the weird tables?

Top
#278565 - 08/27/04 07:53 PM Re: Finished-[6.5] Games Arcade Deluxe v1.5 [Re: 234234]
Zackary Offline
Member

Registered: 03/01/01
Posts: 652
Loc: West Fargo, ND USA
Nice job bud. I really like this one and now that I've gotten a faster connection, I think I'll put it on my site for my users. Maybe I can get more of our goofy members to visit more frequently. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />There are some funky table layouts, but I can tweak that NP. I'll see if I can save a few bucks and send your way. (depending on how many diapers our friends and family supply us <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />)<br /><br />Can you recommend a site to get some more compatible games?

Top
#278566 - 08/27/04 08:14 PM Re: Finished-[6.5] Games Arcade Deluxe v1.5 [Re: ]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
For the record, I sent the $25 up front - a bargin considering what I am sure was a heck of an effort to get done. Chop away!
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#278567 - 08/27/04 08:18 PM Re: Finished-[6.5] Games Arcade Deluxe v1.5 [Re: ]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
Ill have to wait and hope for the next one. Im on 6.5b4 still. (I dont want to have to re-do all the mods untill the 6.5 final comes out.)<br /><br />I dont have this in shoprofile.php (6.5b4)<br />
Code:
 &lt;img src="{$config['images']}/addtobook.gif" align="top" alt="" /&gt;<br />$addresslinkstart<br />{$ubbt_lang['ADD_BOOK']}$addresslinkstop 
_________________________
DrChaos
LeetGamers

Top
#278568 - 08/27/04 08:29 PM Re: Finished-[6.5] Games Arcade Deluxe v1.5 [Re: Duck]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
I put the code in showprofile.tmpl myself; but I'm running a modified showprofile page in 6.4. If you notice he's just adding two links to the profile page - you should be able to find a place to add them in your tmpl file that suits you.
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#278569 - 08/27/04 09:45 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: gailg]
Zackary Offline
Member

Registered: 03/01/01
Posts: 652
Loc: West Fargo, ND USA
[]PhotoPost said:<br />I took out the avatar line from the stats page since it always showed the user's avatar of who was viewing the page and not the person you were viewing:<br /><br /><td width="1" nowrap>$avatar</td><br />[/]<br /><br />Dirty fix, change the above to: <br /><br /><td width="1" nowrap><img src="$userstat[avatar]"></td><br /><br />Works for me. I'm sure there's a more proper way to fix that. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#278570 - 08/27/04 10:11 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: ]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
I fixed it in the version 1.5 so it will display the correct avatar
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278571 - 08/27/04 10:12 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
and whats so weird about my tables? Please explain I am NOT a guru <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#278572 - 08/27/04 10:33 PM Re: Finished-[6.5] Games Arcade Deluxe v1.4 [Re: BlarC]
Zackary Offline
Member

Registered: 03/01/01
Posts: 652
Loc: West Fargo, ND USA
[]ericgtr said:<br />When trying to add a game, there is no submit button. [/]<br /><br />There's a missing > that causes the button not to show.<br /><br />In arcadeadmin.tmpl find (This appears 3 times, the first 2 instances are broken):<br /><br />
Code:
 &lt;center<br />&lt;input type="submit" name="submit" value="{$ubbt_lang['SUBMITCHANGES']}" class="buttons"&gt; 
<br /><br />Notice the missing > on center. Adding it fixes the missing submit button.

Top
Page 1 of 24 1 2 3 ... 23 24 >


Moderator:  Ian_W 
Top Posters Last 30 Days
AllenAyres 13
Gizmo 10
sirdude 2
willing 2
S7ARBVCK 2
MattUK 1
Kevin H 1
Who's Online
0 Registered (), 26 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Noob - need help, or a reality check!
by Gizmo
Today at 03:21 AM
Here I am! Rock me like a Hurricane!
by AllenAyres
09/02/08 03:05 PM
[7.x] Generic Page Outside of forum directory
by Gizmo
08/30/08 05:43 PM
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
Installing FlashChat with 7.3
by Gizmo
08/23/08 05:36 AM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
veedubb8, twentyseven, Claus1, welcomeback1, Paug
13327 Registered Users

 

 

 
fusionbb message board php hacks