UBB.Dev
Posted By: Gizmo CustomBB Code: Pastebin - 08/10/2020 4:58 AM
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 Forum

CustomTags.txt:
Code
<?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>',
  ),
);
?>
© UBB.Developers