vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - vB Google Adsense for Search plus Integration (https://vborg.vbsupport.ru/showthread.php?t=207057)

amerelgen 05-02-2009 03:42 AM

Quote:

Originally Posted by davidw (Post 1802859)
Let me ask you something. Is searchresults.php going to go at the root of your site?

For example. yoursite.com/searchresults.php

If so, you can add // before the line, or delete that line altogether - save and upload.

How to install AppServ ?

amerelgen 05-02-2009 12:50 PM

1 Attachment(s)
Does not show search results
This image search results

https://vborg.vbsupport.ru/external/2009/05/163.jpg

davidw 05-02-2009 07:48 PM

Quote:

Originally Posted by amerelgen (Post 1802867)
How to install AppServ ?

I am not sure what AppServ is, so I wouldn't know how to install it.

Quote:

Originally Posted by amerelgen (Post 1803009)
Does not show search results
This image search results

https://vborg.vbsupport.ru/attachmen...1&d=1241272197

Can you PM me info where I can view this?

kronnos 05-11-2009 03:56 PM

For some reason i cant edit the search_forum template. When i click save and reload, it just takes me to a black page with the Vb copyright notice on it and that all. All other template changes work.

davidw 05-11-2009 04:36 PM

Looks like you are not the only person who is having this issue:
http://www.vbulletin.com/forum/showthread.php?t=308007
Are you able to revert back?

nomoreturn 05-16-2009 08:14 AM

hello installed but got this error

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/m****/public_html/searchresults.php on line 8

my site on main domain www.mysite.com how can i change this
chdir('/path/to/your/forums/');
i change it like chdir('/var/www/vhosts/mysite.com/');
please let me know if i'm doing wrong if so please corect me thanks

davidw 05-16-2009 10:51 AM

If you uploaded your searchresults.php file to your forum root, such as www.mysite.com/searchresults.php and your error message is this:

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/m****/public_html/searchresults.php on line 8

then the data you enter in the chdir('/path/to/your/forums/'); would be

chdir('/home/m****/public_html/');
(of course you would want all the information there)

and not

chdir('/var/www/vhosts/mysite.com/');

The second one - /var/www/vhosts/mysite.com/ was an example.

Hope that helps

nomoreturn 05-19-2009 07:03 AM

1 Attachment(s)
Quote:

Originally Posted by davidw (Post 1811735)
If you uploaded your searchresults.php file to your forum root, such as www.mysite.com/searchresults.php and your error message is this:

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/m****/public_html/searchresults.php on line 8

then the data you enter in the chdir('/path/to/your/forums/'); would be

chdir('/home/m****/public_html/');
(of course you would want all the information there)

and not

chdir('/var/www/vhosts/mysite.com/');

The second one - /var/www/vhosts/mysite.com/ was an example.

Hope that helps

Thanks for reply i did it as u said chdir('/home/m****/public_html/'); but still the same thing
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/mast**/public_html/searchresults.php on line 8

i attach pics so please have a look

davidw 05-19-2009 11:01 AM

If you are using it at the root, you can safely put // in front of that line
So
chdir('/home/m****/public_html/');
becomes
// chdir('/home/m****/public_html/');

You get a bad request due to not having the full partner-pub in there. See example in red under step one.

nomoreturn 05-19-2009 09:47 PM

Thanks davidw its working now thanks alot


All times are GMT. The time now is 06:35 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.01129 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete