Mycode to add megavideo video in your MyBB Forum

Simple steps 1) Login to your mybb admin panel 2) go to mycode 3) Click on "Add new Mycode" 4) Now write following i) Title: megavideo ii) Regular expression: \[megavideo\](.*?)\[/megavideo\] iii) Replacement: <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="432" … [Read more...]

Mycode to add google video in your MyBB Forum

Simple steps 1) Login to your mybb admin panel 2) go to mycode 3) Click on "Add new Mycode" 4) Now write following i) Title: google video ii) Regular expression: (\[googlevideo\]|<a href=\"(http://)?video.google.(com|co\.uk)/videoplay\?docid=)(\W?)(\d{15,20})(\[/googlevideo\]|\" target=\"_blank\">(.*?)</a>) iii) Replacement: <embed style="width:400px; height:326px;" … [Read more...]

Mycode to add youtube video in your MyBB Forum

Simple steps 1) Login to your mybb admin panel 2) go to mycode 3) Click on "Add new Mycode" 4) Now write following i) Title: youtube ii) Regular expression: (\[youtube\]|(<a href=\")?(http://)?(www.)?youtube.com/watch\?v=)(.{11}?)((.*?)\" target=\"_blank\">)?((.*?)\[/youtube\]|(.*?)</a>) iii) Replacement: <object width="425" height="350"><param name="movie" … [Read more...]

How to add new RBLs to cpanel Exim

More then a year ago, cPanel added a future to the Exim Configuration Editor for everyone to easily select from two RBLs (spamhaus.org and spamcop.net) that can be used to filter most of the SPAM that a server receives. While this has been great for most of us (enabling a RBL is a simple as selecting a check box in WHM and pressing the Save button), there are a few admins that would have liked … [Read more...]