Previous Thread
Next Thread
Print Thread
Rating: 5
Page 12 of 12 1 2 10 11 12
Joined: Mar 2003
Posts: 159
Member
Member
Joined: Mar 2003
Posts: 159
[]wicked34 said:
I guess I am alone on this lol [/]
The fix I used was mentioned above. Edit the users signature by adding a few line at the end of the signature box of those users that have the extra space.

Thanks all I know

Sponsored Links
Joined: May 2005
Posts: 20
Newbie
Newbie
Offline
Joined: May 2005
Posts: 20
hmmm, weird. I have tried that and hasnt worked. tried it on mine also, and I dont even have a sig.

I am running firefox, and tried IE, and get the same wacky table. I have tried editing the showflat also, no luck.

thanks for the reply,

Mark

Joined: Jun 2002
Posts: 670
Code Monkey
Code Monkey
Offline
Joined: Jun 2002
Posts: 670
I have set the minimum number of posts required to play to zero and users with zero posts still can't play. Is this a bug?

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
did you also deselect the membersonly and then set the permissioing for their group?

Joined: Jun 2002
Posts: 670
Code Monkey
Code Monkey
Offline
Joined: Jun 2002
Posts: 670
I have it set that anyone can view the arcade, and all user groups, except "guests" can play. I set the minimum posts required to zero. Users with zero posts still can't play.

Sponsored Links
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
what about users with at least 1 post can they play?

Joined: Jun 2002
Posts: 670
Code Monkey
Code Monkey
Offline
Joined: Jun 2002
Posts: 670
Yeah. I upped a user's post count to 1 and they were then able to play.

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
hmm okay I will take a look later.. I think I should have an =< where I may just have a <

Joined: Sep 2003
Posts: 803
Coder
Coder
Offline
Joined: Sep 2003
Posts: 803
OMG, I must be doing something right. I understood that.

"I think I should have an =< where I may just have a <"

Joined: Nov 2002
Posts: 554
Code Monkey
Code Monkey
Offline
Joined: Nov 2002
Posts: 554
Any ideas what is causing this error?

Script: /usr/www/efs/ubbthreads/arcade/arcade.php - Line: 856
SELECT gameid, shortname, gamesettings, title, width, height, FILE, gameimage, highscore,ibpro
FROM w3t_games
WHERE gameid=Mahjong
- Unknown column 'Mahjong' in 'where clause'

Sponsored Links
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
gameid should be a number? When did that happen?

Joined: Nov 2002
Posts: 554
Code Monkey
Code Monkey
Offline
Joined: Nov 2002
Posts: 554
a few days ago apparently as I am seeing this in the sql error logs pr maybe some time now and I missed it

Joined: Jan 2005
Posts: 39
User
User
Offline
Joined: Jan 2005
Posts: 39
What is the purpose of the fixarcade.php file? Also, when I ran it (fixarcade.php) from my browser, I got the following error:
[]Script: /home/katz/public_html/ubbthreads/fixarcade.php
Line#: 60
SQL Error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' highscorerid = WHERE shortname = 'snake'' at line 3
SQL Error #: 1064
Query: UPDATE w3t_games SET highscore = , highscorerid = WHERE shortname = 'snake'[/]

What does it mean?

Joined: Jun 2005
Posts: 1
Lurker
Lurker
Offline
Joined: Jun 2005
Posts: 1
Hello,

I have got a total of around 2000+ ibproarcade/v3arcade games.
If you want to download ALL of them with just 1 single click go to: http://v3progames.com
However you must pay a few bucks because I have to pay for my bandwidth too...

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
fixarcade is actaully useless at this point.. it was included for those who upgraded from the 1.6 mod to 1.8 mod

Joined: Jan 2005
Posts: 39
User
User
Offline
Joined: Jan 2005
Posts: 39
A lot of members on my forum are saying that when they go to the Arcade, they're getting a warning saying they do not have enough posts posted to play. I never setup any restrictions. Where can they be getting this warning from?

TIA

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
because they probably dont have enough posts to play heh.. i the ctrol panel whats the setting set to? default was 100

Joined: Jan 2005
Posts: 39
User
User
Offline
Joined: Jan 2005
Posts: 39
Damn! I feel so stupid right now! Thank You My Friend!

Joined: Sep 2003
Posts: 803
Coder
Coder
Offline
Joined: Sep 2003
Posts: 803
Im still using V1.6.

How do I reset all the game scores back to null.

EDIT:

I did go into the admin settings on the game and clicked on disable / enable games. there is an option to reset all the scores but it didnt work..

Last edited by DrChaos; 06/23/2005 8:51 AM.
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
upgrade...

Joined: Sep 2003
Posts: 803
Coder
Coder
Offline
Joined: Sep 2003
Posts: 803
I was still scared to. lol. It the zip updated?

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
pretty much

Joined: May 2005
Posts: 8
Lurker
Lurker
Offline
Joined: May 2005
Posts: 8
hi,

i still have the problem to submit the score after playing an arcade game.

i just want to know, which vars transmitted after pressing the submit score button. if i know that, i can hack the script.

anyone know that?

thx

bye
tydu

Joined: May 2005
Posts: 8
Lurker
Lurker
Offline
Joined: May 2005
Posts: 8
hi,

if anybody have the same probs with submitting the score, i found the problem.

on my server php4.3.9 the function "mysql_insert_id()" doesn`t wort.

so i paste this to the script under the line:

// $lastid = mysql_insert_id();
----
$query2 = "SELECT sessionid FROM {$config['tbprefix']}gamesessions ORDER BY sessionid DESC LIMIT 1";
$res1 = $dbh -> do_query($query2,__LINE__,__FILE__);
$row1 = $dbh -> fetch_array($res1);
$lastid = $row1["sessionid"];
---

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.

ciao
tydu

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
thank you for the fix


- Allen wavey
- What Drives You?
Joined: Jan 2005
Posts: 39
User
User
Offline
Joined: Jan 2005
Posts: 39
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?

Joined: May 2005
Posts: 8
Lurker
Lurker
Offline
Joined: May 2005
Posts: 8
hi,

i put the code under both "$lastid = mysql_insert_id();" lines and now the score submit works fine.

bye
tydu

Joined: May 2005
Posts: 8
Lurker
Lurker
Offline
Joined: May 2005
Posts: 8
hi,

anyone know, where i can download more arcade games?

thx

bye
tydu

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Zip file in original post updated to work with 6.5.2 as well as LOTS of html/xhtml bugfixes.


- Allen wavey
- What Drives You?
Joined: Nov 2002
Posts: 554
Code Monkey
Code Monkey
Offline
Joined: Nov 2002
Posts: 554
[]ChAoS said:
[]http://emeraldforestseattle.com/ubbthreads/images/graemlins/foreheadslap.gif[/]

With the marquee enabled I am showing Blank Lines underneath the signature areas now. Is that intentional?
http://emeraldforestseattle.com/ubbthrea...mp;page=0#97278

*edit-I just noticed that some posts are showing the double spacing and some aren't [/]

I recently had to restore from an old backup and it happened to be running this version. How do I disable the marquee again?

Joined: Nov 2002
Posts: 554
Code Monkey
Code Monkey
Offline
Joined: Nov 2002
Posts: 554
I found this is showflat.tpl

UBBTPRINT;

if("{$postrow[$i]['marquetext']}") { //UBBTREMARK
echo <<<UBBTPRINT
<table height = "20%" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
Current High Scores in:
<br />
</td></tr><tr><td>
<marquee width = "95%" scrollamount="2" direction="up" loop="true"><center><font class = "small"><strong>
{$postrow[$i]['marquetext']}
</strong></font></center></marquee></td></tr></table>
UBBTPRINT;

} //UBBTREMARK
echo <<<UBBTPRINT

is there anything there that should not be removed?

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
all of that should be safe to remove, just remember to make a backup first


- Allen wavey
- What Drives You?
Joined: May 2006
Posts: 1
Lurker
Lurker
Offline
Joined: May 2006
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?

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
when you unzip the file there's an instructions.txt file that explains how to install it


- Allen wavey
- What Drives You?
Joined: Aug 2001
Posts: 128
Member
Member
Joined: Aug 2001
Posts: 128
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???

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
There's an instructions.txt file in the root of the folders there


- Allen wavey
- What Drives You?
Joined: Nov 2003
Posts: 482
Enthusiast
Enthusiast
Offline
Joined: Nov 2003
Posts: 482
I just downloaded the .zip file and there is no install script.

just the instructions.txt and an arcade dir..


Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
oops!

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


- Allen wavey
- What Drives You?
Page 12 of 12 1 2 10 11 12

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)