Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Closed Thread
 
Thread Tools
[ITech] vBExternal Lite Details »»
[ITech] vBExternal Lite
Version: 1.00, by Inferno Tech Inferno Tech is offline
Developer Last Online: May 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.x Rating:
Released: 05-15-2007 Last Update: Never Installs: 141
Additional Files  
No support by the author.

PLEASE REFER TO THE FOLLOWING THREAD FOR HELP/SUPPORT: https://vborg.vbsupport.ru/showthread.php?t=166791

----------------------------------
[ITech] vBExternal Lite
Created By Inferno Technologies (http://www.infernotechnologies.net)
Copyright 2004-2007
All rights reserved
Project Development Team: Zero Tolerance, Acid Burn
Project Lead: Iain "Decado" Kidd
----------------------------------

Ported from vBExternal 1.6 created by Zero Tolerance to work with vBulletin 3.6.x

Features:
  • Easy integration with your existing php scripts
  • No coding experiance needed to make it work
  • Full parsing for bbtags and emoticons/smilies + auto URL correction (no red-x's)
  • Lets you put forum information on your homepage/webpage
  • Users online
  • Latest Threads w/preview
  • More Information *Here*

Installation Information:
  • Template modifications: 0
  • Database changes: 0
  • Files added: 5
  • Files modified: 1 (website page)
  • Installation difficulty: 2/5
Installation Instructions:
1) Unzip the folder and upload the contents of UPLOAD into your root directory
2) Read Useage instructions.txt and then you are done

Version History:
None so far.

Frequently Asked Questions:
Q: So does this able you to put like phrases and stuff in external sites?
A: At the moment it allows you to Display Newest Members, Top Posters, Newest Threads, Newest Replies, News and Users Online onto a page outside of your vbulletin directory.

Q: I have a problem. My page is located at root/cms and my forum at root/forum. It's isn't possible for me to locate the forum in a subfolder of /cms.
Is there any solution for this problem?

A:Yes there is a solution try this piece of code instead of the one that the instructions says to use:
Code:
<?php
chdir('../VB');
require_once('vBExternal.php');
?>
Q: How would i do this if theres 2 different domains involved
A: If the two domains are on both the same server and the same domain account then call you need to do is chdir out of your current account folder (www/public_html/testsite/) to the other domain folder (www/public_html/site2/)

Screenshot:
https://vborg.vbsupport.ru/attachmen...4&d=1118677511
(Thanks to C.Birch)


Acid Burn - Inferno Technologies Developer

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
lange

Comments
  #32  
Old 05-25-2007, 09:44 AM
Inferno Tech's Avatar
Inferno Tech Inferno Tech is offline
 
Join Date: May 2007
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by toonysnn View Post
Awesome! I used this to make a new homepage for my website, very easy. Are we able to use <if condition="$..."> and stuff like that?
[high]* toonysnn clicks install[/high]
Yes you can

Quote:
Originally Posted by carwash View Post
I am getting the same error:

Fatal error: Cannot redeclare class vbulletinhook in /home/user/public_html/forum/vBExternal.php on line 121

Someone else had this problem with 1.6 and said they fixed it by resolving some conflict. What conflict would be causing this?
Give me a day or so to do a lil research into the problems from the old product andf i will get back to you

Acid Burn - Inferno Technologies Developer
  #33  
Old 05-26-2007, 08:24 PM
harry_5 harry_5 is offline
 
Join Date: Sep 2003
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Hack!

One question: I want to display just a certain number of characters from the post on my news page... how?
  #34  
Old 05-28-2007, 09:27 PM
Apfelfrucht Apfelfrucht is offline
 
Join Date: Apr 2006
Location: EU
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To Inferno Tech,

Installed and could you integrate the Search Form too ? like this one :
Code:
<form action="forum/search.php" method="post">
        <input type="hidden" name="forumchoice[]" value="23" />
        <input type="hidden" name="do" value="process" />
	<input type="hidden" name="showposts" value="0" />
	<input type="hidden" name="quicksearch" value="1" />
	<input type="hidden" name="s" value="$session[sessionhash]" />
	<input type="text" class="bginput" name="query" size="20"/>&nbsp;$gobutton<br />
</form>
* <input type="hidden" name="forumchoice[]" value="23" /> = Forum ID.
  #35  
Old 05-29-2007, 09:16 AM
Inferno Tech's Avatar
Inferno Tech Inferno Tech is offline
 
Join Date: May 2007
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will look at doing this for the pro version or maybe the lite, it depends on a few things.

@Harry 5: within vBExternal.php it is referenced all over in each function.

Acid Burn - Inferno Technologies Developer
  #36  
Old 05-29-2007, 08:52 PM
harry_5 harry_5 is offline
 
Join Date: Sep 2003
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Inferno Tech View Post

@Harry 5: within vBExternal.php it is referenced all over in each function.
Sorry, can?t find it...
  #37  
Old 05-30-2007, 04:52 PM
Apfelfrucht Apfelfrucht is offline
 
Join Date: Apr 2006
Location: EU
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Inferno Tech View Post
I will look at doing this for the pro version or maybe the lite, it depends on a few things.

@Harry 5: within vBExternal.php it is referenced all over in each function.

Acid Burn - Inferno Technologies Developer
Thanks in advance
  #38  
Old 06-01-2007, 07:37 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thinking about buying pro version, just hope there will be a discount for people who have rpg and shoutbox and for it to be a bargain ^^

however, im having problems using it right now.

this is the error that is coming up on my homepage which im trying to put the users online on.

Code:
Parse error: syntax error, unexpected '<' in /home/*******/public_html/right.php on line 176
on line 176 i have this
<?php
output_UsersOnline();
?>


I have included

<?php
chdir('./forums');
require_once('./vBExternal.php');
?>

at the top of the php file as well.

Any ideas what is wrong?



Edit again: i removed the users online, and checked to see if the code at the top was working, it was not,
I changed the code at the top of the page to:
Code:
<?php
require_once('http://www.gamerzneeds.net/forums/vBExternal.php');
?>
, now that works.

then put the code back in for online users to show up, and get this error

Code:
Fatal error: Call to undefined function: output_usersonline() in /home/******/public_html/right.php on line 174
line 174 is: output_UsersOnline();

Any ideas whats wrong?



Edit again:

decided to keep trying to modify it, to see if i could get it working, and came up with a different error this time

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

Warning: main(./vBExternal.php) [function.main]: failed to open stream: No such file or directory in /home/*****/public_html/right.php on line 3

Fatal error: main() [function.require]: Failed opening required './vBExternal.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*******/public_html/right.php on line 3
I changed the code at the top of the page to:
Code:
<?php
chdir('http://www.gamerzneeds.net/forums');
require_once('./vBExternal.php');
?>
Edit again:
Changed the top to:
Code:
<?php
chdir('forums/');
require_once('vBExternal.php');
chdir('../');
?>
and im now getting this error:
Code:
There was an error while processing vBExternal:
System was unable to find the template 'vBExternal/users_online.html'
I edited vbexternal.php and changed where the template is found to:
$template = "http://www.gamerzneeds.net/forums/vBExternal/{$template}";

I then get this error:
Code:
There was an error while processing vBExternal:
System was unable to find the template 'http://www.gamerzneeds.net/forums/vBExternal/users_online.html'
I then go to http://www.gamerzneeds.net/forums/vB...rs_online.html to check it is a page, and it is, so whats wrong, it should be able to find it.

I have tried everything i can think of, will have to put back my old code, until you can help me solve this.

Thanks.




Final Edit:

I finally had the idea to do this and change the code to:

Code:
<?php
chdir('./forums');
output_UsersOnline();
chdir('../');
?>
and now everything works.

I just now need to work out how to display it, so it looks nicer, more integrated into my homepage, and more like a vbulletin way of displaying it, if anyone could help, id like to display it in my footer here www.gamerzneeds.net

I would also like to have the links vbseo links otherwise i will have duplicate content.

Thanks.
  #39  
Old 06-01-2007, 10:57 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ive also got it working on a different domain, but now ive been trying to get it to use vbseo url's ive included

Code:
## VBSEO SETTINGS  #####################################################
include_once "forums/includes/functions_vbseo.php"; // change this path to reflect where your forum is
vbseo_startup(); // if you have a vbSEO version under 3, comment this line and uncomment the next three
// vbseo_get_options();
// vbseo_prepare_seo_replace();
// get_forum_info();
not sure which files it should be included in, but i tried them all.

I then tried editing the threadid part, and got lost again lol.

anyway, i know its simple, and ill most likely get it when im not so tired.

I just now need to learn how to make it look good and fit the layout better, because i appear to be hopeless at design. any tips would be appreciated.

thanks.
  #40  
Old 06-02-2007, 12:23 AM
gforce75 gforce75 is offline
 
Join Date: Sep 2003
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great idea. I've been looking for something like this. I'll give it a crack.
  #41  
Old 06-04-2007, 07:51 AM
Inferno Tech's Avatar
Inferno Tech Inferno Tech is offline
 
Join Date: May 2007
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vBEXternal was never intended to be used with vbSEO but i may and try to add it in for the Pro release, but there are no promises.

Acid Burn - Inferno Technologies Developer
Closed Thread

Thread Tools

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 07:48 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.10192 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
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
  • (12)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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