+ Reply to Thread
Page 14 of 18 FirstFirst ... 4 12 13 14 15 16 ... LastLast
Results 131 to 140 of 179

Thread: Lavalair Mods...

  1. #131
    Senior Member bOrN2pwn is on a distinguished road bOrN2pwn's Avatar
    Join Date
    Mar 2009
    Location
    South Africa
    Posts
    269
    Thanks
    16
    Thanked 54 Times in 23 Posts
    Blog Entries
    1
    Rep Power
    2

    Default

    Found this dont know what it is
    BakGat
    Code:
    class Counter {
    public:
      void Count();
      int  ReadDisplay();
    private:
      int  CurrentCount;
    };
    








    Back up my hard drive? How do I put it in reverse?
    My Community

    WapLive Hosting Cpanel11

  2. #132
    Super Moderator subzero is an unknown quantity at this point subzero's Avatar
    Join Date
    Mar 2006
    Location
    Your Screen.
    Posts
    2,828
    Thanks
    76
    Thanked 75 Times in 39 Posts
    Blog Entries
    2
    Rep Power
    0

    Default

    space it please.




    Super Cheap hosting:
    Read Tearms&Conditions here:
    FAQ:
    Support forum:


    WapMasterz.Net is back with new forum style!!
    Click this image to goto wapmasterz site!



  3. #133
    Senior Member bOrN2pwn is on a distinguished road bOrN2pwn's Avatar
    Join Date
    Mar 2009
    Location
    South Africa
    Posts
    269
    Thanks
    16
    Thanked 54 Times in 23 Posts
    Blog Entries
    1
    Rep Power
    2

    Default

    Its a bunch of scripts......
    h t t p : / / w w w.w a p f o r u m . i n /wapscripts/
    BakGat
    Code:
    class Counter {
    public:
      void Count();
      int  ReadDisplay();
    private:
      int  CurrentCount;
    };
    








    Back up my hard drive? How do I put it in reverse?
    My Community

    WapLive Hosting Cpanel11

  4. #134
    Senior Member honkytonkman honkytonkman's Avatar
    Join Date
    Sep 2006
    Location
    italy
    Posts
    220
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    one thing i've been lookin' for , that at final i done by myself..this codes will show ya
    hour of the messages in chatrooms , exemple:
    JOHNDOE-12,35, hi folks ..is anybody here?

    in chat.php page put this :
    Code:
     $newtime = date("H:i,$seeit");
    
    then find the following code and replaced with this:
    Code:
    $chatok = mysql_query("INSERT INTO ibwf_chat SET  chatter='".$uid."', who='".$who."', timesent='".time()."', msgtext='".$newtime." ".$message."', rid='".$rid."';");
    
    $newtime will make appears hour into message.

  5. #135
    Senior Member honkytonkman honkytonkman's Avatar
    Join Date
    Sep 2006
    Location
    italy
    Posts
    220
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    i try to put a bbcode for showing images :
    Code:
    $text = preg_replace("/\[img\](.*?)\[\/img\]/i","<img src=\"http://\\1\" alt=\"\\1\" />", $text);
    
    but dont't works..where is my wrong?

  6. #136
    Moderator riderz is on a distinguished road riderz's Avatar
    Join Date
    Mar 2009
    Location
    south africa
    Posts
    1,259
    Thanks
    75
    Thanked 171 Times in 77 Posts
    Rep Power
    3

    Default

    if im not mistaken i think there must be an $ infront of the 1 like following
    Code:
    $text = preg_replace("/\[img\](.*?)\[\/img\]/i","<img src=\"http://\\1\" alt=\"\\$1\" />", $text);
    
    I'm working on my six-pack...I've got 2 cans left.

    _________________
    Cheap Host Waplive Webhosting
    Jacques


    __________________

    NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

  7. #137
    Senior Member honkytonkman honkytonkman's Avatar
    Join Date
    Sep 2006
    Location
    italy
    Posts
    220
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Quote Originally Posted by riderz
    if im not mistaken i think there must be an $ infront of the 1 like following
    Code:
    $text = preg_replace("/\[img\](.*?)\[\/img\]/i","<img src=\"http://\\1\" alt=\"\\$1\" />", $text);
    
    i tried but the code don't works

  8. #138
    Moderator riderz is on a distinguished road riderz's Avatar
    Join Date
    Mar 2009
    Location
    south africa
    Posts
    1,259
    Thanks
    75
    Thanked 171 Times in 77 Posts
    Rep Power
    3

    Default

    here are mine im using mabe u can check whats diff
    Code:
    $text = preg_replace("/\[img\=(.*?)\]/is","<table cellpadding=\"3px\"\"><tr><td><img src=\"phpthumb.php?image=$1\"></td></tr></td></tr></table>",$text);
    
    Code:
    $text = preg_replace("/\[img\=(.*?)\]/is","<img src=\"phpthumb.php?image=$1\">",$text);
    
    I'm working on my six-pack...I've got 2 cans left.

    _________________
    Cheap Host Waplive Webhosting
    Jacques


    __________________

    NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

  9. #139
    Senior Member honkytonkman honkytonkman's Avatar
    Join Date
    Sep 2006
    Location
    italy
    Posts
    220
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Unhappy

    Quote Originally Posted by riderz
    here are mine im using mabe u can check whats diff
    Code:
    $text = preg_replace("/\[img\=(.*?)\]/is","<table cellpadding=\"3px\"\"><tr><td><img src=\"phpthumb.php?image=$1\"></td></tr></td></tr></table>",$text);
    
    Code:
    $text = preg_replace("/\[img\=(.*?)\]/is","<img src=\"phpthumb.php?image=$1\">",$text);
    
    i don't know why but don't works in my lava..using one or the other ,always appears
    between [img][/img] the link but not the image

  10. #140
    Senior Member bOrN2pwn is on a distinguished road bOrN2pwn's Avatar
    Join Date
    Mar 2009
    Location
    South Africa
    Posts
    269
    Thanks
    16
    Thanked 54 Times in 23 Posts
    Blog Entries
    1
    Rep Power
    2

    Default

    And heres another Lavalair mod called Vault upload lol.


    Use the thanks button if you like what you see......
    Attached Files
    Last edited by bOrN2pwn; 01-04-10 at 10:28.
    BakGat
    Code:
    class Counter {
    public:
      void Count();
      int  ReadDisplay();
    private:
      int  CurrentCount;
    };
    








    Back up my hard drive? How do I put it in reverse?
    My Community

    WapLive Hosting Cpanel11

+ Reply to Thread
Page 14 of 18 FirstFirst ... 4 12 13 14 15 16 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. [web] Ipb 2.1.7 With Loads Of Mods Pre-installed
    By WhiteWarrior in forum Scripts Forum
    Replies: 6
    Last Post: 01-04-10, 07:43
  2. Prodigits Vs Lavalair Peperonity Blablabla
    By SpiderWap in forum Scripts Forum
    Replies: 50
    Last Post: 15-10-09, 09:07
  3. Protection for lavalair hacker?
    By hebron in forum Site / Script testing and error fixing
    Replies: 4
    Last Post: 29-05-09, 07:24
  4. New Lavalair Mods
    By swethart in forum Coding Forum
    Replies: 1
    Last Post: 30-07-08, 19:27
  5. Lavalair Security Mods + Fixed Tools
    By subzero in forum Scripts Forum
    Replies: 16
    Last Post: 04-02-08, 20:52

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

SEO by vBSEO