Community Script like this... [Help]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    just a beginner..

    Comment


      #17
      Well, now you have to look in the configuration or core file if there is a function named getShout().

      For a quick fix, try to change " echo getShout($u, $s,TRUE); " with " echo getShout($u, $s); ".
      Last edited by arnage; 25.04.11, 09:40.
      <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

      Comment


        #18
        @arnage

        Well, now you have to look in the configuration or core file if there is a function named getShout().
        i can't find any core file i think there is no core file or configuration on the script,,

        For a quick fix, try to change " echo getShout($u, $s,TRUE); " with " echo getShout($u, $s); ".
        error again.. no effect at all.

        Added after 7 minutes:

        @arnage if you dont mind,, do you have any community script lavalair aside from the old script available in the site. any working community site will do.. lol
        Last edited by chessmaster; 25.04.11, 10:43.

        Comment


          #19
          Really there is nowhere for the function getShout().
          You can view this forum for a diferent script because there are really many forum scripts, but honestly I do not know what's the best one.
          Maybe a PhpBB wap.
          <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

          Comment


            #20
            yes sir i cant find any getshout() (core) there,,anyways, thank you for the response. i've been searching for a good and working lavalair script,, till now.. nothing.. just a beginner here.. just learned hosting/uploading script a couple of days ago.. lol .. yes sir lot of script here,, i almost tried half of the available script.. unfortunately.. it came a long way to fix the error..lol

            Comment


              #21
              You're welcome. Just keep going and don't give up. ;)
              <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

              Comment


                #22
                thank you sir .. let me favor sir,, if you have any community script lavalair please share it to me..

                Comment


                  #23
                  There are too many lavalair Mod scripts & other community scripts in this site bro...
                  If you're New, You can also use JohnCMS, Dcms Mod, RotorCMS etc as your community script.
                  All are available here.
                  Just search ..

                  Comment


                    #24
                    Originally posted by iBeyond View Post
                    There are too many lavalair Mod scripts & other community scripts in this site bro...
                    If you're New, You can also use JohnCMS, Dcms Mod, RotorCMS etc as your community script.
                    All are available here.
                    Just search ..
                    ahh thanks for that info, yes im just new here.. let me ask to you.. what kind of script are these: pinoywap.net , pinoygsm.net ..that is my dream site - or any site that are like the said site.. lol

                    Comment


                      #25
                      Hmm I aslo need A Community Script....But it should be error free...please tell us some good lavalair scripts.

                      Comment


                        #26
                        Originally posted by Parag View Post
                        Hmm I aslo need A Community Script....But it should be error free...please tell us some good lavalair scripts.
                        i also need it too.. hope someone can give or share their error free lavalair script..

                        Comment


                          #27
                          i hope someone share some good script here..

                          Comment


                            #28
                            It's not lavalair lol... Try mod it as well as u can.. Then put the modules.. Done.. ;) Finally u can see wap like this --> AspireWap | Achieve your dream ! Try and error m8.. For sure. That script "MalaysiaWap_OOP" shared by metulj not for newbie coder.. Need to learn oop first.. not too hard actually... Try AND Error. B-)

                            Added after 8 minutes:

                            Example:

                            function getShout($u, $s, $s="FALSE"){
                            $shout = mysql_fetch_array(mysql_query("SELECT * FROM shout ORDER BY sent DESC LIMIT 1"));
                            $name = id_name($shout[user]);
                            $show = "<a href=\"index.php?a=profile&amp;w=$shout[user]\">".$name."</a> - ";
                            $show .= parsetext($shout[message], $shout[user]);
                            return $show;
                            }



                            function addShout($text, $u, $s="FALSE"){
                            if(trim($text)!=""){
                            $res = mysql_query("INSERT INTO shout SET message='".$text."', user='".$u."', sent='".time()."'");
                            if($res) {
                            $shout = "Shout add successful";
                            }else{
                            $shout = errorSQL();
                            }
                            }else{
                            $shout = "Please input some text";
                            }
                            return $shout;
                            }

                            SOME ONE "STAFF HERE"... HELP CHANGE MY NAME TO eJaTd29 PLEASE.. THANKS.
                            Last edited by m4ster_v4; 05.05.11, 11:52.
                            sigpic
                            Visit my WEBSITE Project: http://www.aspirewap.net

                            Comment


                              #29
                              @m4ster_v4 ---> hi mates, im from philippines... i like your site aspirewap as you posted the link in my thread yesterday,, im just a new here and new also in coding etc. like what i posted in my thread can you help me to have a community site like yours (site) ... i really really want it.. if you dont mind,, can you share your script to me? im so idiot to say it to you.. (laughing)... im just hoping.. even we're not know each other and became mate to this site.. hope you spend few minutes to think if you want to share it to me,, and im so very glad if you granted my request..

                              Comment


                                #30
                                Originally posted by chessmaster View Post
                                @m4ster_v4 ---> hi mates, im from philippines... i like your site aspirewap as you posted the link in my thread yesterday,, im just a new here and new also in coding etc. like what i posted in my thread can you help me to have a community site like yours (site) ... i really really want it.. if you dont mind,, can you share your script to me? im so idiot to say it to you.. (laughing)... im just hoping.. even we're not know each other and became mate to this site.. hope you spend few minutes to think if you want to share it to me,, and im so very glad if you granted my request..
                                i will not share that sc.. i already share my lavalair mod.. use it okay... EJATD29_COM_SCRIPT_FULL.. find it.
                                sigpic
                                Visit my WEBSITE Project: http://www.aspirewap.net

                                Comment

                                Working...
                                X