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.

   Re: Finished-[6.5] Games Arcade Deluxe v1.8 to Del.icio.us Add to del.icio.us
  Digg Re: Finished-[6.5] Games Arcade Deluxe v1.8 Digg it
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: 25432
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]
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: 25432
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: 25432
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: 25432
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: 25432
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
Bada bing!
Enthusiast

Registered: 11/08/03
Posts: 439
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="" />
_________________________

A taxpayer voting for Obama is like a chicken voting for Colonel Sanders.

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: 25432
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
0 Registered (), 23 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Blogs, love em or hate em?
by AllenAyres
10/07/08 02:05 PM
What do you use to edit the files
by Ian_W
10/05/08 03:33 PM
BeyondCompare v3.00
by Ian_W
10/05/08 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
10/05/08 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
Looking for a simple upload script
by Murphdog
09/26/08 08:45 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
pisa666, ghengis317, NitroX, Dogan, EliYah-
13345 Registered Users
Top Posters Last 30 Days
AllenAyres 12
blaaskaak 7
tackaberry 5
FREAK1 5
Chris Bale 4
Ian_W 4
Gizmo 4

 

 

 
fusionbb message board php hacks