scroungr
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.
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
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
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="" />
ChAoS_dup1
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
ChAoS_dup1
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
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="" />
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="" />
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25366
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="" />