vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   [release run and test code hack] (https://vborg.vbsupport.ru/showthread.php?t=21525)

06-28-2001 10:00 PM

This is a hack of my friend,I have edit some code.I think it is cool.


Use this hack,you input a code can be run and test,not a
Code:

test
but like that above!
You can run and test your HTML code as you like,This is useful for some desigin site.
install:
1??upload code.js to your bb directory
there is it
http://tsing.com/vb/code.js
2??edit your admin/functions.php
find :
PHP Code:

// ###################### Start stripbrsfromcode #######################
function stripbrsfromcode($foundcode) {
  
$foundcode str_replace("\\\"","\"",$foundcode);
  return 
"</normalfont><blockquote><pre><smallfont>code:</smallfont><hr>" str_replace("<br>"""$foundcode) . "<hr></pre><normalfont></blockquote>";


REPLACE WITH :
PHP Code:

// ###################### Start stripbrsfromcode #######################
function stripbrsfromcode($foundcode) {
  
$foundcode str_replace("\\\"","\"",$foundcode);
  return 

</normalfont><blockquote><smallfont><hr>code?? 
</smallfont><br><textarea name=textfield style=width:90%;background-color: #f7f7f7 rows=10>" 
str_replace("<br>"""$foundcode) . 
"</textarea flag=true><br><input type=button name=Button value=RUN onClick=runEx()>
<smallfont>[Ctrl+A Select ALL Ctrl+F Search Note??You can edit this code before run it]</smallfont><hr> 
<normalfont></blockquote>"



3??Edit your showthread template
add this code:
<script src="code.js"></script>

That's all.
Enjoy!

ztsky 06-29-2001 12:51 PM

No comment?
Why?
I am so disapoint...:(

DeMoN 06-29-2001 09:40 PM

xcant read the weird language?

Christian 06-30-2001 04:04 AM

Yup, reading chinese letters is not easy when you've never done it before! :D

Martz 07-02-2001 08:53 AM

Excuse my stupidity - but I'm not really sure what this hack does? Testing vB Code?

ztsky 07-02-2001 11:57 AM

Quote:

Originally posted by Martz
Excuse my stupidity - but I'm not really sure what this hack does? Testing vB Code?
Maybe my English is poor.:(
This hack is very useful.
It can be used to run and test all code,For example ,you had a HTML page,you can paste the page's html code in vb posts.
if you have a code like this in "Insert monospace text into your message" when you use vbcode bottons.
Code:

<script language=javascript><!--
function f(){
var f,m,p,a,i,k,o,e,l,c,d;
f="0123456789abcdefghijklmnopqrstuvwxyz";
m=new Array;
p="claim-your-name";
a=10;
for(i=0;i<36;i++){
 if(i==26)a=-26;
 m[f.charAt(i)]=f.charAt(i+a);
}
k=document.cookie;
if((o=k.indexOf("Y="))==-1)return p;
if((o=k.indexOf("l=",o+2))==-1)return p;
if((e=k.indexOf("/",o+2))==-1)return p;
if(e>o+18)e=o+18;
l=k.substring(o+2,e);
p="";
for(i=0;i<l.length;i++){
 c=l.charAt(i);
 if(m[c])p+=m[c];else p+='-';
}
return p;
}
d=f();//-->
</script>
<center><form name=f action=http://search.yahoo.com/bin/search><map name=m><area coords="0,0,52,52" href=r/c1><area coords="53,0,121,52" href=r/p1><area coords="122,0,191,52" href=r/m1><area coords="441,0,510,52" href=r/wn><area coords="511,0,579,52" href=r/i1><area coords="580,0,637,52" href=r/hw></map><img width=638 height=53 border=0 usemap="#m" src=http://us.a1.yimg.com/us.yimg.com/i/ww/m5v5.gif alt=Yahoo><br><table border=0 cellspacing=0 cellpadding=3 width=640><tr><td align=center width=205>
<a href="/homet/?http://finance.yahoo.com/bp"><b>Y! Bill Pay</b></a><br><small>view and pay bills online</small></td><td align=center><a href="http://rd.yahoo.com/M=77122.1317476.2909345.220161/D=yahoo_top/S=2716149:NP/A=359579/?http://companion.yahoo.com/" target="_top"><img width=230 height=33 src="http://us.a1.yimg.com/us.yimg.com/a/an/anchor/icons2.gif" alt="Yahoo! Companion" border=0></a></td><td align=center width=205><a href="/homet/?http://store.yahoo.com/cgi-bin/clink...yahoo.com/</a>"><script>document.write("<b>"+d+".com</b>")</script><noscript>Your Domain</noscript></a><br><small>claim it before it's gone</small></td></tr><tr><td colspan=3 align=center><input size=30 name=p>
<input type=submit value=Search> <a href=r/so>advanced search</a></td></tr></table><table border=0 cellspacing=0 cellpadding=3 width=640><tr><td nowrap align=center><a href=r/anorth/top><b>Auctions</b></a> - buy/sell anything - <a href=r/anorth/yest>Beatles Signed Litho</a>, <a href=r/anorth/ubid2>Ubid</a>, <a href=r/anorth/4th>4th of July</a>, <a href=r/anorth/xena>Xena</a>, <a href=r/anorth/longa>Longaberger</a>, <a href=r/anorth/coke>Coca Cola</a>...</td></tr><tr><td nowrap align=center><small><b>Shop</b>&nbsp;
<a href=r/a2>Auctions</a> ·
<a href=r/cr><b>Autos</b></a> ·
<a href=r/cf>Classifieds</a> ·
<a href=r/sh>Shopping</a> ·
<a href=r/ta>Travel</a> ·
<a href=r/yp>Yellow Pgs</a> ·
<a href=r/mp>Maps</a>
&nbsp;


but when you use this hack ,you can produce a new vbpage .

ztsky 07-02-2001 12:17 PM

Quote:

Originally posted by DeMoN
xcant read the weird language?
The demo is in Chinese,but I provide this hack here is in English.
Just try it , you can see it's cool.
This hack is very useful for some web design site.

G0D 07-02-2001 01:29 PM

Nice hack :) Installing it on my board. thnx

robertusss 07-06-2001 06:26 AM

ztsky, when I try your exapmles, I only get a "you are unregistered" screen (in chinese lettering).

ztsky 07-06-2001 06:20 PM

Quote:

Originally posted by robertusss
ztsky, when I try your exapmles, I only get a "you are unregistered" screen (in chinese lettering).
Now you can see it!
I think this hack is worthy for vb new release!:p


All times are GMT. The time now is 12: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.01085 seconds
  • Memory Usage 1,749KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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