I don't know if this is off topic or not, but I really need help.
In:
Lesane's Store Hack /// INTEGRATION /// futureal's Arcade Hack 9 [vB2.2.7] Arcade Pass Hack v2.0 )
https://vborg.vbsupport.ru/showthread.php?t=43700
I don't know if is wrong or not:
on the instruction:
Code:
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Open up admin/proarcadeadmin.php
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-+-+-+
Find:
-+-+-+
$DB_site->query("UPDATE arcadegames
SET name='$name', title='$title', description='$desc', filename='$filename',
".iif(($thumbdata != "") || ($deletethumb == 1),"thumbnailname='$thumbnail_name', thumbnaildata='$thumbdata',","")."
active='$active', scorevar='$scorevar', width='$width', height='$height',
codebase='$codebase', querystring='$querystring', objectparam='$objectparams',
embedparam='$embedparams',championactive='$championactive',championtext='$championtext',championcolor='$championcolor'
WHERE gameid='$gameid'");
and the only thing I could find is:
Code:
$DB_site->query("UPDATE arcadegames
SET name='$name', title='$title', description='$desc', filename='$filename', hashoffset='$hashoffset',
".iif(($championdata != "") || ($deletechampicon == 1),"championpicname='$championicon_name', championpicdata='$championdata',","")."
".iif(($thumbdata != "") || ($deletethumb == 1),"thumbnailname='$thumbnail_name', thumbnaildata='$thumbdata',","")."
active='$active', scorevar='$scorevar', gamecode='$gamecode',championactive='$championactive',championtext='$championtext',championcolor='$championcolor'
WHERE gameid='$gameid'");
Code:
width='$width', height='$height',
was this the old version of the proarcade? If it is, is there anyway to fix that?
if no, where can I get that old verison of vbproarcade?
thanks.