Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-05-2004, 10:12 AM
Mika Mika is offline
 
Join Date: Feb 2002
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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.
Reply With Quote
  #2  
Old 02-05-2004, 10:44 AM
futureal futureal is offline
 
Join Date: Feb 2002
Location: Del Mar, CA, USA
Posts: 556
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #3  
Old 02-05-2004, 11:25 AM
Mika Mika is offline
 
Join Date: Feb 2002
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 02-05-2004, 11:32 AM
Mika Mika is offline
 
Join Date: Feb 2002
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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);
Reply With Quote
  #5  
Old 02-05-2004, 04:06 PM
Mika Mika is offline
 
Join Date: Feb 2002
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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'];
}
if (THIS_SCRIPT != 'arcade') { phpadsstuff goes here} is the key.
Reply With Quote
  #6  
Old 02-17-2004, 11:24 PM
dpakman91 dpakman91 is offline
 
Join Date: Jan 2004
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Originally Posted by Mika
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'];
}
if (THIS_SCRIPT != 'arcade') { phpadsstuff goes here} is the key.
Reply With Quote
  #7  
Old 02-19-2004, 07:13 PM
sifuhall sifuhall is offline
 
Join Date: Nov 2001
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like clarification on this as well.

[update] No longer needed. It was clear once I examined what you were doing. [/update]
Reply With Quote
  #8  
Old 02-19-2004, 08:53 PM
dpakman91 dpakman91 is offline
 
Join Date: Jan 2004
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sifuhall
I would like clarification on this as well.

[update] No longer needed. It was clear once I examined what you were doing. [/update]
did you find a way to get the scores working AND display ads on the arcade page?
Reply With Quote
  #9  
Old 04-29-2004, 02:06 PM
Nitesh Nitesh is offline
 
Join Date: Jun 2002
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone come up with a solution for having the arcade and phpadsnew running yet?
Reply With Quote
  #10  
Old 08-24-2004, 11:53 AM
jeremycs jeremycs is offline
 
Join Date: Jul 2004
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Curious as well...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:31 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04492 seconds
  • Memory Usage 2,252KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete