|
|
Joined: Jan 2000
Posts: 5,809 Likes: 12
UBB.Dev / UBB.Wiki Owner Time Lord
|
OP
UBB.Dev / UBB.Wiki Owner Time Lord
Joined: Jan 2000
Posts: 5,809 Likes: 12 |
Pastebin is a website where you can store any text online for easy sharing. The website is mainly used by programmers to store pieces of sources code or configuration information, but anyone is more than welcome to paste any type of text. The idea behind the site is to make it more convenient for people to share large amounts of text online. This BBCode will allow you to embed PasteBin blocks on your forums; an example is available on the VNC Web Services Test ForumCustomTags.txt: <?php
$export_tags = array (
0 =>
array (
'tag' => 'pastebin',
'descrip' => 'Pastebin.com',
'prompt' => 'Pastebin URL; eg: https://pastebin.com/xxxxxxxx',
'regex' => '(.*pastebin.com)/([a-zA-Z0-9]+)',
'markup' => '<script src="https://pastebin.com/embed_js/\\\\2"></script>',
),
);
?>
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 96
Joined: April 2001
|
|
Forums63
Topics37,552
Posts293,830
Members13,842
|
Most Online5,166 Sep 15th, 2019
|
|
Currently Online 318
Topics Created 0
Posts Made 5
Users Online 3
Birthdays 3
|
|
|
|
|