Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBExternal v1.6 Details »»
vBExternal v1.6
Version: 1.00, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.0 Beta 1 Rating:
Released: 06-12-2005 Last Update: Never Installs: 213
 
No support by the author.

Well, this doesn't modify any php, nor use a plugin, so i wasn't sure exactly where to stick it

Anyhow, this is a port of the vBExternal for vb 3.0.7, so look at this thread for more information: https://vborg.vbsupport.ru/showthrea...threadid=81943

Enjoy

- Zero Tolerance

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #272  
Old 03-26-2006, 09:39 PM
boduzapho boduzapho is offline
 
Join Date: Feb 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Larrysw
I just updated my post try it if it doesn't work I'll PM you the code I have.

Ok i got it to work sort of, found the new code, installed on a FRESH copy of VB 3.5.4, now seeing this:
------------------------------------------------------------------------
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.

We apologise for any inconvenience.
------------------------------------------------------------------------

weird... it is a fresh clean install, weird..
Reply With Quote
  #273  
Old 03-27-2006, 08:49 PM
boduzapho boduzapho is offline
 
Join Date: Feb 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by boduzapho
Ok i got it to work sort of, found the new code, installed on a FRESH copy of VB 3.5.4, now seeing this:
------------------------------------------------------------------------
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.

We apologise for any inconvenience.
------------------------------------------------------------------------

weird... it is a fresh clean install, weird..

Ok its working, sort of...


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

<fieldset>
<legend>News Article: <a href='{url}/showthread.php?t={threadid}'>{threadname}</a></legend>
<table cellpadding='0' cellspacing='0' border='0' width='100%'>
<tr>
<td width='100%'>{post}</td>
</tr>
<tr>
<td width='100%' style='white-space:nowrap'><span style='float:right'>[Comments: {comments}]</span>
<b>Posted By:</b> <a href='{url}/member.php?u={postuserid}'>{postusername}</a></td>
</tr>
</table>
</fieldset>
this is the page I am using, but it is not producing any data....

The site is running off of an active forum, there are users, new posts ect...

any suggestions?
Reply With Quote
  #274  
Old 03-27-2006, 09:55 PM
boduzapho boduzapho is offline
 
Join Date: Feb 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Never mind, re did the hack in ASP, works good for me
Reply With Quote
  #275  
Old 03-27-2006, 10:05 PM
webgeek247 webgeek247 is offline
 
Join Date: Mar 2006
Location: United Kingdom
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by boduzapho
Ok its working, sort of...




this is the page I am using, but it is not producing any data....

all I get is this

http://63.209.191.131/info.php

The site is running off of an active forum, there are users, new posts ect...

any suggestions?
Firstly create a blank php file and copy this into it

Code:
<?php 
echo getcwd(); 
?>
name this path.php, upload it to your webservers root and point your browser at it and this will tell you your servers path.

Now enter that path into chdir and require once also naming the location of your servers root and forum folder

Code:
<?php
chdir('/xxx/xxx/x/xxxx/xxxx/forum_root_folder/your_forum_folder');
require_once('/xxx/xxx/x/xxxx/xxxx/forum_root_folder/your_forum_folder/vbexternal.php');
?>
this needs the full path

enter this inbetween

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php
chdir('/xxx/xxx/x/xxxx/xxxx/forum_root_folder/your_forum_folder');
require_once('/xxx/xxx/x/xxxx/xxxx/forum_root_folder/your_forum_folder/vbexternal.php');
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

</head>
<body>
<!-- Where output code goes -->

<?php
output_TopPosters(5);
?>

<?php
output_NewestMembers(5);
?>
<!-- etc etc -->
</body>
</html>
the other code you have there has to be in a external .html file within your vbexternal folder

also make sure your vbexternal folder is the same lettercase as your path eg. if its vbexternal name your path that otherwise if its vBexternal (note the capital B, name it like that)

hope that helps
Reply With Quote
  #276  
Old 03-31-2006, 10:32 PM
blacklancer's Avatar
blacklancer blacklancer is offline
 
Join Date: Jan 2006
Location: so cal
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok...i finally got rid of errors, but now, nothing is showing up. my normal html is showing up fine, but none of the php info. i'm completly lost right now.........

i attached my index.php, and my website is www.sclc.net.

someone please help!!
Reply With Quote
  #277  
Old 04-02-2006, 06:38 AM
Paul_Hollibone Paul_Hollibone is offline
 
Join Date: Apr 2005
Location: Australia
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question.

I am running a site which uses vb 3.5.4, and it is also using this script as a login script.
PHP Code:
        <? 



if ($vbulletin->userinfo['userid']!=0) { 
$username=$vbulletin->userinfo['username']; 
   
print("<align='center'><span class='sectionheader'>Welcome back, $username!<br>"); ?>
        <? 

} else { 
  


?>
      </p>
      <form action='/forums/login.php' method='post' class="style46" onsubmit='md5hash(vb_login_password,vb_login_md5password)'>
        <p align="center" class="inbottom">
          <script type='text/javascript' src='/forums/clientscript/vbulletin_md5.js'></script>
          <span class="style57">Username:</span><span class="style57">
          <input type='text' class='button' name='vb_login_username' id='navbar_username' size='15' accesskey='u' tabindex='1' value='' onfocus='if (this.value == 'username="username"') this.value = '';>
          <br />
          Password:
          <input type='password' class='button' name='vb_login_password' size='15' accesskey='p' tabindex='2' />
          <br />
          <input type='checkbox' name='cookieuser' value='1' tabindex='3' id='cb_cookieuser_navbar' accesskey='c' />
          Remember Me</span><br />
          <input name="submit" type='submit' class='button' accesskey='s' tabindex='4' title='Log In' value='Log In' />
          <input type='hidden' name='do' value='login' />
          <input type='hidden' name='forceredirect' value='1' />
          <input type='hidden' name='vb_login_md5password' />
        </p>
      </form>
      <div align="left" class="style46">
        <div align="center">
          <p><a href="/forums/register.php?"><span class="inbottom">Support ThrillHistory.com &amp; Register Today. It only takes two Minutes! </span></a>
              <? 



?>
Which also uses this.
PHP Code:
<?php
chdir
("forums/"); 
require(
'global.php');   
chdir("../");
?>
Now I have tried many times to implement a few of these enhancments onto my website, however I am greeted with the Vbulletin DB error page. Any help?
Reply With Quote
  #278  
Old 04-07-2006, 11:55 AM
Sean James's Avatar
Sean James Sean James is offline
 
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have tried almost everything and for some reason i cant get a stylesheet to work with this, internal or external.
Reply With Quote
  #279  
Old 04-08-2006, 03:33 PM
Charmedfan Charmedfan is offline
 
Join Date: Jan 2006
Location: Cologne, Germany
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any solution to show HTML on the external page?
Reply With Quote
  #280  
Old 04-08-2006, 05:26 PM
djjeffa's Avatar
djjeffa djjeffa is offline
 
Join Date: Aug 2004
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

still wonderin if anyone got this to work on a diffrent domain?
Reply With Quote
  #281  
Old 04-17-2006, 01:53 PM
pewp pewp is offline
 
Join Date: Aug 2005
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there anyway to make the news output keep stickied threads at the top of the output?
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 07:55 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.05573 seconds
  • Memory Usage 2,327KB
  • 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
  • (3)bbcode_code
  • (2)bbcode_php
  • (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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • 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