php forum
php mysql forum
php mysql smarty
 
Page 24 of 24 < 1 2 ... 22 23 24
Topic Options
#279013 - 06/24/05 03:18 PM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: 234234]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
I was still scared to. lol. It the zip updated?
_________________________
DrChaos
LeetGamers

Top
#279014 - 06/24/05 06:17 PM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: Duck]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
pretty much
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#279015 - 07/11/05 08:12 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 still have the problem to submit the score after playing an arcade game.<br /><br />i just want to know, which vars transmitted after pressing the submit score button. if i know that, i can hack the script.<br /><br />anyone know that?<br /><br />thx<br /><br />bye<br />tydu

Top
#279016 - 07/19/05 09:38 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: Jim Gagne]
tydu Offline
Lurker

Registered: 05/18/05
Posts: 8
hi, <br /> <br />if anybody have the same probs with submitting the score, i found the problem. <br /> <br />on my server php4.3.9 the function "mysql_insert_id()" doesn`t wort. <br /> <br />so i paste this to the script under the line: <br /> <br />// $lastid = mysql_insert_id(); <br />---- <br />$query2 = "SELECT sessionid FROM {$config['tbprefix']}gamesessions ORDER BY sessionid DESC LIMIT 1"; <br />$res1 = $dbh -> do_query($query2,__LINE__,__FILE__); <br />$row1 = $dbh -> fetch_array($res1); <br />$lastid = $row1["sessionid"]; <br />--- <br /> <br />i also have some problems with permission handling, but thats because i use an own session handling. think u dont get this problem if u use the regular way. <br /> <br />ciao <br />tydu

Top
#279017 - 07/19/05 12:36 PM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: Jim Gagne]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
thank you for the fix <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#279018 - 07/19/05 07:08 PM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: Jim Gagne]
Happy Birthday ScriptZ Man Offline
User

Registered: 01/03/05
Posts: 38
The line ($lastid = mysql_insert_id();) is in the arcade.php file twice. Where am I suppose to submit it? After the first one, second one, or both? <img src="http://www.ubbdev.com/forum/images/graemlins/crazy.gif" alt="" />

Top
#279019 - 07/21/05 04:39 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: Pumpkihn]
tydu Offline
Lurker

Registered: 05/18/05
Posts: 8
hi,<br /><br />i put the code under both "$lastid = mysql_insert_id();" lines and now the score submit works fine.<br /><br />bye<br />tydu

Top
#279020 - 07/21/05 04:55 AM Re: Finished-[6.5] Games Arcade Deluxe v1.8 [Re: Jim Gagne]
tydu Offline
Lurker

Registered: 05/18/05
Posts: 8
hi,<br /><br />anyone know, where i can download more arcade games?<br /><br />thx<br /><br />bye<br />tydu

Top
#279021 - 12/26/05 03:27 AM Finished-[6.5.2] Games Arcade Deluxe v1.9 [Re: 234234]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
Zip file in original post updated to work with 6.5.2 as well as LOTS of html/xhtml bugfixes. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#279022 - 02/10/06 11:52 AM Re: Finished-[6.5] Games Arcade Deluxe v1.6 [Re: barbiro]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
[]ChAoS said:<br /> []http://emeraldforestseattle.com/ubbthreads/images/graemlins/foreheadslap.gif[/] <br /> <br />With the marquee enabled I am showing Blank Lines underneath the signature areas now. Is that intentional? <br />http://emeraldforestseattle.com/ubbthrea...mp;page=0#97278 <br /> <br />*edit-I just noticed that some posts are showing the double spacing and some aren't [/]<br /><br />I recently had to restore from an old backup and it happened to be running this version. How do I disable the marquee again?
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
#279023 - 02/10/06 12:24 PM Re: Finished-[6.5] Games Arcade Deluxe v1.6 [Re: barbiro]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
I found this is showflat.tpl<br /><br />UBBTPRINT;<br /><br />if("{$postrow[$i]['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 />{$postrow[$i]['marquetext']}<br /></strong></font></center></marquee></td></tr></table><br />UBBTPRINT;<br /><br />} //UBBTREMARK<br />echo <<<UBBTPRINT<br /><br />is there anything there that should not be removed?
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
#279024 - 02/10/06 05:06 PM Re: Finished-[6.5] Games Arcade Deluxe v1.6 [Re: barbiro]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
all of that should be safe to remove, just remember to make a backup first <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#279025 - 05/01/06 10:11 PM Re: Finished-[6.5] Games Arcade Deluxe v1.6 [Re: SurfMinister]
bbosworth Offline
Lurker

Registered: 05/01/06
Posts: 1
I feel kinda silly... but... I cant find the install script in the zip file on the front page.. Am I going nuts, or am I just missing something altogether? <img src="/forum/images/graemlins/smile.gif" alt="" />

Top
#279026 - 05/02/06 08:20 PM Re: Finished-[6.5] Games Arcade Deluxe v1.6 [Re: gliderdad79]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
when you unzip the file there's an instructions.txt file that explains how to install it <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#279027 - 06/03/06 02:17 AM Re: Finished-[6.5] Games Arcade Deluxe v1.6 [Re: SurfMinister]
Datal Offline
Member

Registered: 08/27/01
Posts: 203
OK I downloaded the zip file... I only have like 3 php files in it... What install script am I to put in the ubbthreads folder???

Top
#279028 - 06/03/06 11:20 AM Re: Finished-[6.5] Games Arcade Deluxe v1.6 [Re: Macthorn]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
There's an instructions.txt file in the root of the folders there <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#279029 - 06/03/06 11:37 AM Re: Finished-[6.5] Games Arcade Deluxe v1.6 [Re: SurfMinister]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 442
Loc: SoCal
I just downloaded the .zip file and there is no install script.<br /><br />just the instructions.txt and an arcade dir..<br /><br /><img src="/forum/images/graemlins/frown.gif" alt="" />
_________________________

Top
#279030 - 06/03/06 12:28 PM Re: Finished-[6.5] Games Arcade Deluxe v1.6 [Re: ]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
oops! <img src="/forum/images/graemlins/smash.gif" alt="" /><br /><br />OK, I uploaded the correct zip in the first post with the install script in it now, sorry for the mixup, most have been updating and not installing new recently <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
Page 24 of 24 < 1 2 ... 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