The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Arcade hack and PhpAdsNew doesn't work together!
I have been running PhpAdsnew v2 on my forum and then a couple of days ago I found this amazing Arcade hack. Everything else was ok but scores didn't submit ok which is/was actually a big problem. I started to find out what's causing that and found out ..finally.. that the problem is phpadsnew. If a banner is being displayed on the same page where Arcade hack is running games stuck when they try to submit a score.
So everyone who are running phpadsnew and think about installing Arcade hack keep that above in mind. It's a big problem before there's a solution. |
#2
|
|||
|
|||
To clarify, whose arcade hack are you talking about?
I've never tested my own vbProArcade v2.x with phpAdsNew, but I do have my vB3 version working just fine with phpAdsNew on my test site. |
#3
|
|||
|
|||
Sorry, I'm talking about this ->
[vB3.0.0] - v3 Arcade - Games Arcade & Challenge System [vB 3.0.0 RC3] https://vborg.vbsupport.ru/showthread.php?t=60377 I have also VB3. ps. I know that phpadsnew and VB2 or 3 works just fine. The problem is that V3-Arcade hack's score submission doesn't work if there's that phpadsnew-code in phpinclude_start. |
#4
|
|||
|
|||
This is the Phpadsnew code in phpinclude_start:
require ('/usr/local/apache2/htdocs/phpads/phpadsnew.inc.php'); if (!isset($phpAds_context)) $phpAds_context = array(); $phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context); $bann = $phpAds_raw['html']; And the specific line that causes this problem is this: $phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context); |
#5
|
|||
|
|||
Problem solved!
PhpAdsNew works now with V3-Arcade! phpinclude_start should be something like this: Code:
if (THIS_SCRIPT != 'arcade') { require ('/usr/local/apache2/htdocs/phpads/phpadsnew.inc.php'); if (!isset($phpAds_context)) $phpAds_context = array(); $phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context); $bann = $phpAds_raw['html']; } |
#6
|
|||
|
|||
i'm having the same problem and saw this, but i'm not sure exactly what you mean bu "phpadsstuff goes here"...what exactly should i put in there?
Quote:
|
#7
|
|||
|
|||
I would like clarification on this as well.
[update] No longer needed. It was clear once I examined what you were doing. [/update] |
#8
|
|||
|
|||
Quote:
|
#9
|
|||
|
|||
Has anyone come up with a solution for having the arcade and phpadsnew running yet?
|
#10
|
|||
|
|||
Curious as well...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|