Lavalair shoutbox with no plusses deduction how?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Lavalair shoutbox with no plusses deduction how?

    Please i want to arrange my codes that disable shoutbox plusses deduction to all user

    ///in short its free for all

    and i want a code too that may see who view my profile that reset day by day help guys im working for my website!!!

    //ill post the attachment as soon as im done help guys!!!

    #2
    2 easy lol change the values of how many plusses are taken to 0









    Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
    Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

    Comment


      #3
      remove the query which upadates plusses
      in genproc.php....

      else if($action=="shout")
      .
      .
      .

      mysql_query("UPDATE ibwf_users SET shouts='".$shts."', plusses=plusses-5 WHERE id='".$uid."'");
      echo "<img src=\"images/ok.gif\" alt=\"O\"/>Shout added successfully";


      it may be like that...So remove that , plusses=plusses-5. thats all


      I'm Proud to be a Sri Lankan!

      Comment


        #4
        Originally posted by redpath View Post
        Please i want to arrange my codes that disable shoutbox plusses deduction to all user

        ///in short its free for all

        and i want a code too that may see who view my profile that reset day by day help guys im working for my website!!!

        //ill post the attachment as soon as im done help guys!!!
        wha dont you search first ??
        i mean... theres billion things/problems/ideas/itd
        about lavalair already resolved and posted !
        yet its easyer to post new useless topic right ?
        wrong !

        LOCK&TRASH
        It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
        ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
        ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
        キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

        Comment

        Working...
        X