Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   help my pliss problem in the description (http://www.bvlist.com/showthread.php?t=12144)

allfree 4th September 2019 15:11

help my pliss problem in the description
 
2 Attachment(s)
where from is problem

my Source is tbdev 08, codes I'm from max_global.php
:drink:


PHP Code:

 // [img]http://www/image.gif[/img]
          
$s preg_replace("/\[img\](http:\/\/[^\s'\"<>]+(\.gif|\.jpg|\.png|\.bmp|\.jpeg))\[\/img\]/i""<a href=\"\\1\" rel=\"ibox\"><IMG border=\"0\" src=\"\\1\" width=150 title=\"Click to enlarge\"></a>"$s); 
   
        
// [img=http://www/image.gif]
         
$s preg_replace("/\[img\](http:\/\/[^\s'\"<>]+(\.gif|\.jpg|\.png|\.bmp|\.jpeg))\[\/img\]/i""<a href=\"\\1\" rel=\"ibox\"><IMG border=\"0\" src=\"\\1\" width=1000 title=\"Click to enlarge\"></a>"$s); 

       
// [imgw]http://www/image.gif[/imgw]
        
$s preg_replace("/\[imgw\](http:\/\/[^\s'\"<>]+(\.(jpg|gif|png)))\[\/imgw\]/i""<img border=\"0\" src=\"\\1\" alt=\"\" onload=\"NcodeImageResizer.createOn(this);\">"$s);

        
// [imgw=http://www/image.gif]
         
$s preg_replace("/\[imgw=(http:\/\/[^\s'\"<>]+(\.(gif|jpg|png)))\]/i""<img border=\"0\" src=\"\\1\" alt=\"\" onload=\"NcodeImageResizer.createOn(this);\">"$s); 

Attachment 5226

Attachment 5227


All times are GMT +2. The time now is 04:15.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.