The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
HTML, TXT, JAVA Integrator 2.0 Automatically display any HTML, TXT or JAVA file in vB Details »» | |||||||||||||||||||||||||||
HTML, TXT, JAVA Integrator 2.0 Automatically display any HTML, TXT or JAVA file in vB
Developer Last Online: May 2013
vB HTML, TXT, JAVA Integrator 2.0 - Automatically display any HTML, TXT or JAVA file integrated into vB - by Erwin
Upgraded for vB3: https://vborg.vbsupport.ru/showthread.php?t=66084 Hack updated - made it even easier to install - upload 1 file, and you're done! Just change the URL parameters as needed. No need to add templates or edit files. As the name suggests, this hack allows you to display any HTML file as integrated into your forums. No need to make a new template or PHP file. Easy way to incorporate rules, messages, web pages etc. into your forums. All you need to do is to run this URL: http://www.your-forums/forums/html.php?file=xxx.html Where xxx.html is the HTML file you want to integrate into your forums. The file extension can be HTML, HTM, SHTML or even TXT (text files). You can add more file extensions by modifying html.php This is also a quick way to integrate java applets into your forum (for example, java chat applets). Just copy and paste the java applet code into a HTML file, and then put the HTML file name into the URL above. Instant java integration! For HTML files in subdirectories, use this URL: http://www.your-forums/forums/html.p...ctory/xxx.html By default, the title is the filename. To make a custom title in your forum page, use this URL: http://www.your-forums/forums/html.p...tml&title=Your Title You can have spaces in your custom title. I have disabled remote file integration - this way other people cannot use this link to integrate offensive pages into your site. Installation 1) Upload html.php into your forum directory. 2) Done! 3) Upload any HTML file or TEXT file into your forums directory, or sub-directory, and run the command line URL as listed above, and you'll see the file integrated into your forums automatically! If you like this and want to receive updates, do press the "Install" link at the bottom of the thread. Enjoy! This version here is lets ALL users see the integrated HTML page. To let members only see the page, make the modifications listed in the next post. Updates: Version 1.1 - Added ability to add a custom page title to the integrated HTML forum page! Version 2.0 - Removed the need to add a template. Just upload the file, and you're done. Download: Show Your Support
|
Comments |
#72
|
|||
|
|||
Ah ok, didn't explain myself fully, sorry!
I am generally happy with other links opening in new windows, however this hack is great to have stuff appear to be an intergrated part of the board. To pull this illusion off fully, it'd need to open in the same target windows as the URL that the user clicks on rather then a launch a new window. Would this be possible? Either way, thanks for the quick response! |
#73
|
||||
|
||||
To make the illusion full, you need to make all links go through the Command URL with target="_top".
eg. all links have this format: <a href="http://www.yoursite.com/forums/html.php?file=new.html" target="_top"> or something like that... |
#74
|
|||
|
|||
Test it on 2.3.0 final.
The file test.html is integrated into my forum with the header and footer around it but it's integrated in the vbulletin message box. Is it correct ? |
#75
|
||||
|
||||
That's correct. That happens because we are not using any of our own custom templates - version 2 of this hack which is the quick "1 PHP file upload and work" version. (version 1 of this hack had a custom template).
You can always insert your own custom template. Make up a new template (easiest way is to copy the template "standarderror" and modify it). Place $errormessage anywhere you like where you want the contents of the HTML page to show up. Then in html.php, find and change standarderror to the name of your new template. |
#76
|
|||
|
|||
I used your version 2 with your version 1: $content into the custom html template and eval("\$content = \"$buffer\";"); into html.php. It's working.
It will use only one template. Exact ? I have to format (font, size, css, etc) each external html file. Exact ? thanks (Install) |
#77
|
||||
|
||||
Correct.
|
#78
|
|||
|
|||
Hi,
I set up the hack so that unregistered guests, banned members and email confirmation members will get the no permission page but the the html file can be called directly from another websites i.e. to be linked from another websites : http://www.domainname/page.html Any idea ? |
#79
|
|||
|
|||
Great hack Erwin! just wondering now if it is possible if I have a directory with 100's of pages is there some way to search for just those pages instead of coming up with the normal .html file without the VB graphics wrapped around it?
For instance I would like to search and possibly index all pages like http://mysite.com/forums/html.php?fi.../whatever.html and not get http://mysite.com/forums/data/whatever.html So that users could see all pages in the default directory perhaps in an index page instead of pulling up the normal .html pages? *Thanks again for something that might solve my problem....100's of pages I would like to have the VBB look and be searchable somehow |
#80
|
||||
|
||||
Quote:
I see what you mean. Make up a .htaccess file, with the contents: Code:
RewriteEngine on RewriteRule ^data/([^$]*).html$ html.php?file=data/$1.html RewriteRule ^[ft]([0-9]+)/s([^/]*)/(.+)$ /$3 [L] Calling http://mysite.com/forums/data/whatever.html will automatically make you get integrated pages. |
#81
|
|||
|
|||
Thank you for the quick reply Erwin...will try this in the a.m after some sleep...appreciated
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|