![]() |
Quote:
// ###################### Start doimicons ####################### |
Quote:
Ok I'm not sure but it seems to me there is a problem somewhere in one of your php files or templates and its causing this problem with your install. When I click on a game the URL up above points to here: http:///forum/arcade.php?do=extendsession You notice the /// there it seems you're missing your domain name in the line. If I were you I'd go over my install again very carefully. |
Quote:
:disappointed: |
Quote:
// merge in css colors if available if (!empty($style['csscolors'])) { $stylevar = array_merge($stylevar, unserialize($style['csscolors'])); unset($style['csscolors']); } here-->-------------------------------------------------<-----here // declares the arcade image directory $stylevar['imgdir_arcade'] = "images/arcade"; // get CSS width for outerdivwidth from outertablewidth if Where as I don't. You might want to try and close the open space, not to sure if that would matter or not but it wouldn't hurt to try. Other than that I have no clue because this is such a simple line to install there isn't much room for a mistake. |
Hey,
im pretty new to php, but i got through most problems but now im getting this error..... Quote:
|
I also get an error everytime I upload functions.php. I don't suspect that something is wrong with that particular file, but I have no idea what it could be:
Code:
|
i had to delete a user on my board and he had alot of scores on the arcade..
now where his name use to be is the name of the game, and it just shows the highscore. how can i remove all the scores not linked to a nick? |
Oldfart .... thank u
i edit it and the 2nd problem dissappered thx again :) |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
If you think you can install the arcade OK, try and install it on your live site instead. If you follow the instructions carefully you shouldn't have any problems. I've installed it on 4 different boards now and upgraded 2 times from 3.0.1 to 3.0.3 and haven't had any problems so far... *knock on wood* Good Luck! |
thanks for your reply.....
i relised i was getting that error when i went to admincp but.... this is the error i get when i try to view the boards.... Quote:
heeeelp ?? :( |
Quote:
|
Quote:
|
Yeah, I'm using version 3.0.3, and no, this is the first hack I'm installing on this particular vB, so all the files should be fresh.
|
what do u mean old fart??? where is that command and whats it do
|
Quote:
|
Quote:
|
Please help!
I have Ushop installed and after installing v3 Arcade I get an error when attempting to open a thread / write a post / edit a post. My debugger says its in this line in newreply.php: <form name="vbform" action="editpost.php" method="post" onsubmit="return validatePost(this, 0, 10, );" onreset="vB_RESET(this);"> I have attached the file. Can someone please help, my board is to reopen monday after upgrade and it's my birthday, so be nice ;) Sunshine from Denmark -Marianne |
Wohhhh firstly you need to very quickly take that file out of your post, tis against rules laws and all that rubbish so you need to do it before they moan at you.
Then secondly post the error you are receiving here. |
Quote:
Here are my errors: Post reply: Syntax error Line 491 New Thread: Syntax error Line 489 Edit Post: Syntax error Line 555 |
Ok copy and paste the whole error here :) Cheers
|
When clicking "New Reply" I get pic. #1
After writing and then submitting I get pic #2 Then it says: Please complete both the subject and message fields. Press the back button, correct the problem and try again. The message you have entered is too short. Please lengthen your message to at least 10 characters. Both are as should be, but it seems that it does not read these fields. If I edit a post, it says "edited by" but the new text or alteration does not show up? Thanks for your time! |
Please help!
I have installed hacks: PetzVB v2 uCash & uShop 0.95 v3 Arcade Version 1.0 vBadvanced Homepage version 1.1 *** When trying to post thread: Error in newthread.php line 554: <form action="newthread.php" method="post" name="vbform" onsubmit="return validatePost(this, this.subject.value, 10, );" onreset="vB_RESET(this);"> When submitting thread or post: Error in newthread line 554: <form action="newthread.php" method="post" name="vbform" onsubmit="return validatePost(this, this.subject.value, 10, );" onreset="vB_RESET(this);"> Rapports: Please complete both the subject and message fields. Press the back button, correct the problem and try again. The message you have entered is too short. Please lengthen your message to at least 10 characters. Thread does not get posted. *** When trying to reply to thread: Error in newreply.php line 556: <form action="newreply.php" name="vbform" method="post" onsubmit="return validatePost(this, 0, 10, );" onreset="vB_RESET(this);"> When submitting the post: Error in newreply.php line 556: <form action="newreply.php" name="vbform" method="post" onsubmit="return validatePost(this, 0, 10, );" onreset="vB_RESET(this);"> Rapports: Please complete both the subject and message fields. Press the back button, correct the problem and try again. The message you have entered is too short. Please lengthen your message to at least 10 characters. The reply does not get posted. *** When trying to edit post: Error in editpost.php line 620: <form name="vbform" action="editpost.php" method="post" onsubmit="return validatePost(this, 0, 10, );" onreset="vB_RESET(this);"> When submitting it rapports no errors but it only says "edited by" in the post og the reason for editing, the new text is not present. If I edit som of the original text, the change does not happen. *** When playing in v3 Arcade and finishing a game, I type in the comments box but on submit gets: No permissions (I have the permissions). *** I sure hope that someone can help. I'm supposed to open my upgraded forum monday and still have a long way to go :( Sunshine from Denmark -Marianne |
Thanks guys, everything's finally setup at spoofee.com!
|
I had a user get disconnected before their high score could be submitted. I know there's no option in the CP to edit in a score, but is there some sort of backdoor way to do this?
|
Got this install with nary a scratch ;)
Only problem I'm having, and this is minor, is that the Arcades link works just fine in my forum... but not on my portal. The portal index is outside the forum directory in the root, so how would I go about re-writing the link and have it work both ways? I'm pretty sure a conditional statement would work, but I'm a n00b. Any help would be appreciated :D |
Quote:
Thanks |
Anyone know what file controls the url to the extendsession command? When my url bar shows extendsesssion, the url is incomplete.
|
Quote:
I got this issue fixed... basically copied the format of the other links in my navbar that show on both the portal index and forumhome. Musta been lack of sleep cause I was trying to do this for a few hours last night and did it again this morning, and it worked. Go figure :ermm: Anyway, I took the tag from the installation text: Code:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl]">Arcade</a></td> I would have searched the thread for this but like I said, I really needed sleep at the time ;) |
help!!
i keep on getting this error: Warning: Invalid argument supplied for foreach() in /home/anishado/public_html/forums/includes/functions_showthread.php on line 656 Warning: Invalid argument supplied for foreach() in /home/anishado/public_html/forums/includes/functions_showthread.php on line 656 ontop of showthread.php line 656 is: Code:
if ($arcadegeneral['awardson']==1) { |
Hmm, anyone know what's wrong with the v3arcade.com site? Doesn't look like the hack will be supported for long..
|
Quote:
In: Minimum Characters Per Post. If you put nothing instead of 0, then it happens.. wierd! |
Quote:
|
Hi Amy,
she probably just needs to install flash for her browser. I use macOSX and it works great on all my browsers (I.E. FireFox Safari) |
Quote:
There is definitely a way to cheat the games. It's happened again yesterday by the same person re-registering. |
Quote:
|
All times are GMT. The time now is 02:27 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|