Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 42
Search took 0.00 seconds.
Search: Posts Made By: The M.I.P.
Forum: vBulletin 3.5 Add-ons 08-09-2006, 05:38 AM
Replies: 600
Views: 194,283
Posted By The M.I.P.
I moved to a new server and forgot to update the...

I moved to a new server and forgot to update the nameservers. This is corrected now.
Forum: vBulletin 3.5 Add-ons 02-15-2006, 07:47 PM
Replies: 600
Views: 194,283
Posted By The M.I.P.
Select "Uninstall" from the dropdown menu in...

Select "Uninstall" from the dropdown menu in AdminCP->Manage Products->phpAdsNew Integration

Don't forget to remove any occurences of the ad-tag in your templates, else the compiled template still...
Forum: vBulletin 3.5 Add-ons 02-04-2006, 09:00 AM
Replies: 27
Views: 12,433
Posted By The M.I.P.
Postbit / Memberinfo[/QUOTE] Don't forget that...

Postbit / Memberinfo[/QUOTE]
Don't forget that this plugin doesn't save its data in the users table or in a userfield. Location info is only available for a user/visitor who is currently surfing...
Forum: vBulletin 3.5 Add-ons 02-03-2006, 02:36 PM
Replies: 27
Views: 12,433
Posted By The M.I.P.
This depends on your server. If your server is...

This depends on your server. If your server is already running with high loads, you will definitely experience a loss of performance.
It's a non-intrusive plugin, so just give it a try.

The...
Forum: vBulletin 3.5 Add-ons 02-02-2006, 10:00 PM
Replies: 27
Views: 12,433
Posted By The M.I.P.
Geotargeting by GeoIP integration

This plugin uses Maxmind's GeoIP database (http://www.maxmind.com/app/geoip_country) to look up a visitor's country depending on his IP-address.
You may use this e.g. to display specific content or...
Forum: vBulletin 3.5 Add-ons 12-18-2005, 12:54 AM
Replies: 600
Views: 194,283
Posted By The M.I.P.
Thx for reporting this. It was caused by a buggy...

Thx for reporting this. It was caused by a buggy regular expression and is fixed in version 1.0.3 of this product. Please see upgrade section in my first post.

I also thought about this before,...
Forum: vBulletin 3.5 Add-ons 12-13-2005, 02:36 PM
Replies: 600
Views: 194,283
Posted By The M.I.P.
@Xstreamist: "Supported" means that I look...

@Xstreamist:
"Supported" means that I look after this thread, fix reported bugs (those with useful descriptions, not ones like "it doesn't work") and make sure it works as per description on clean...
Forum: vBulletin 3.5 Add-ons 12-13-2005, 01:16 PM
Replies: 600
Views: 194,283
Posted By The M.I.P.
Version 1.0.2 is out with a minor fix towards PHP...

Version 1.0.2 is out with a minor fix towards PHP 5.1.1 compatibility.
Please make sure to have set $phpAds_config['compatibility_mode'] = true; in phpAdsNew config file, as this resolves problems...
Forum: vBulletin 3.5 Add-ons 12-05-2005, 04:32 AM
Replies: 600
Views: 194,283
Posted By The M.I.P.
@toxin, tgmorris: Normally, phpAdsNew should...

@toxin, tgmorris:
Normally, phpAdsNew should run fine using a separate DB. Please give me some time to check what could have gone wrong...

@djsydeburnz:
When logged in as admin in phpAdsNew, you...
Forum: vBulletin 3.5 Add-ons 12-03-2005, 03:46 PM
Replies: 600
Views: 194,283
Posted By The M.I.P.
Hi Toxin, since version 1.0.1 of this plugin,...

Hi Toxin,
since version 1.0.1 of this plugin, the path to a local phpAdsNew is a "normal" filesystem path.
So in your case, the correct setting in vBulletin options is either...
Forum: vBulletin 3.5 Add-ons 12-03-2005, 04:38 AM
Replies: 600
Views: 194,283
Posted By The M.I.P.
@Triple_T: I'll have a look at it. Meanwhile,...

@Triple_T:
I'll have a look at it. Meanwhile, please use a separate DB connection as told in the comments in your inc_feeatures.php file.

@Xstreamist:
If your banner's don't rotate, please first...
Forum: vBulletin 3.5 Add-ons 11-20-2005, 02:06 PM
Replies: 600
Views: 194,283
Posted By The M.I.P.
@Triple_T: I can't see any interrelation of...

@Triple_T:
I can't see any interrelation of your problem with this phpAdsnew integration.
Nevertheless, your cited code above doesn't show the line where variable $result is assigned (there's only...
Forum: vBulletin 3.5 Add-ons 11-19-2005, 11:03 AM
Replies: 600
Views: 194,283
Posted By The M.I.P.
Your script doesn't seem to call the view_ad...

Your script doesn't seem to call the view_ad function plugin, which resides on hook init_startup.
Make sure the plugin is enabled and the hook exists in you script.
As your script isn't part of...
Forum: vBulletin 3.5 Add-ons 11-15-2005, 12:30 PM
Replies: 600
Views: 194,283
Posted By The M.I.P.
@tassoman: First try to set the full path to...

@tassoman:
First try to set the full path to phpAdsNew (instead of a relative one) in the settings of this product, to be sure that inclusion of phpadsnew.inc.php also works, when you're using the...
Forum: vBulletin 3.5 Add-ons 11-15-2005, 05:19 AM
Replies: 600
Views: 194,283
Posted By The M.I.P.
The base directory for inclusion is your forum's...

The base directory for inclusion is your forum's directory, so in your case, the correct path would be "./banners". You can also specify the full path.

(Your "../banners" would point to...
Forum: vBulletin 3.5 Add-ons 11-15-2005, 04:24 AM
Replies: 600
Views: 194,283
Posted By The M.I.P.
You do this by either using banner keywords as...

You do this by either using banner keywords as shown in my fourth example or you set the zones explicitly with template conditionals like I have shown in my fifth example:
<if...
Forum: vBulletin 3.5 Add-ons 11-10-2005, 04:00 PM
Replies: 600
Views: 194,283
Posted By The M.I.P.
@lsgworldl Please use new version 1.0.1. This...

@lsgworldl
Please use new version 1.0.1. This should solve the confusion concerning paths.
Forum: Modification Requests/Questions (Unpaid) 11-10-2005, 08:31 AM
Replies: 2
Views: 1,072
Posted By The M.I.P.
Why not make a public forum (guests can post new...

Why not make a public forum (guests can post new threads) and place a link to newthread.php?do=newthread&f=$IDOFPUBLICFORUM instead of sendmessage.php?
Additionally, set admins to receive e-mail...
Forum: vBulletin 3.5 Add-ons 11-10-2005, 03:53 AM
Replies: 600
Views: 194,283
Posted By The M.I.P.
How did you specify the path to phpAdsNew in...

How did you specify the path to phpAdsNew in vBulletin's Server Settings and Optimization Options?
The correct setting seems to be /adsnew in your case.

Please also make sure that phpAdsNew is...
Forum: vBulletin 3.5 Add-ons 11-09-2005, 12:01 PM
Replies: 600
Views: 194,283
Posted By The M.I.P.
There's a preliminary phpAdsNew 2.0.7...

There's a preliminary phpAdsNew 2.0.7 (http://forum.phpadsnew.com/index.php?showtopic=9493) version as a workaround for the PHP 4.4.1 bug (http://bugs.php.net/bug.php?id=35067).
Forum: vBulletin 3.5 Add-ons 11-08-2005, 04:20 PM
Replies: 600
Views: 194,283
Posted By The M.I.P.
Did you add global $xmlrpc_valid_parents; to line...

Did you add global $xmlrpc_valid_parents; to line 76 of lib-xmlrpc.inc.php as told in the "NOTES" section of my first post?
Forum: vBulletin 3.5 Add-ons 11-08-2005, 12:03 PM
Replies: 600
Views: 194,283
Posted By The M.I.P.
You can use the <ad ... /> tags anywhere in your...

You can use the <ad ... /> tags anywhere in your templates. When using multiple <ad ... /> tags on a page, you should define an own zone for each ad in phpAdsNew - see the phpAdsNew user guide...
Forum: vBulletin 3.5 Add-ons 11-07-2005, 04:04 PM
Replies: 20
Views: 6,240
Posted By The M.I.P.
I basically moved stuff from the navbar template...

I basically moved stuff from the navbar template into the header, the navbar itself is only used to display the breadcrumbs.
header template contains top of page, left column and top of center...
Forum: vBulletin 3.5 Add-ons 11-07-2005, 05:46 AM
Replies: 20
Views: 6,240
Posted By The M.I.P.
Yes - it calls fetch_avatar_url() function from...

Yes - it calls fetch_avatar_url() function from includes/functions_user.php which in turn needs one query to pull the avatar data from the database.
Forum: vBulletin 3.5 Add-ons 11-07-2005, 05:09 AM
Replies: 600
Views: 194,283
Posted By The M.I.P.
For your convenience, MIME-type of...

For your convenience, MIME-type of phpadsnew-1.0.xml (http://prao.mine.nu/tmp/phpadsnew-1.0.xml) is now set to application/octet-stream which should make your browser ask to save the file instead of...
Showing results 1 to 25 of 42

 
Forum Jump

All times are GMT. The time now is 09:15 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
  • Page Generation 0.04142 seconds
  • Memory Usage 2,044KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (72)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete