fb style guestbook

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

    #31
    pmguy plz provide for lava

    Comment


      #32
      thanks for sharing

      Comment


        #33
        ok, i'll do one better than that... here is status-bar full backup of my cpanel...

        full backup

        hope you guys enjoy it...
        C3 Themes: http://c3themes.wen.ru/index.html
        Find Files: http://mystarter.tk/?goto=X-search

        Comment


          #34
          Originally posted by pmbguy View Post
          ok, i'll do one better than that... here is status-bar full backup of my cpanel...

          full backup

          hope you guys enjoy it...



          You don't have permission to access /backup-3.11.2011_19-42-57_pmbguy.tar.gz on this server.

          Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

          Comment


            #35
            oops, i forgot to chmod backup... fixed it now
            C3 Themes: http://c3themes.wen.ru/index.html
            Find Files: http://mystarter.tk/?goto=X-search

            Comment


              #36
              ok, i shrunk it down by removing upload folders, etc... i'll upload it here cause someone inboxed saying they can't download it...

              ok, here is public_html folder n database... you gotta create a folder above public_html for handling uploads, etc...

              check in the upload code n modify, etc...
              Attached Files
              C3 Themes: http://c3themes.wen.ru/index.html
              Find Files: http://mystarter.tk/?goto=X-search

              Comment


                #37
                ok, you wanted lava code... so here you go...

                here's the code n sql for the status bar style shoutbox... I modified the shoutbox n replaced it with status bar... anyways, enough text, here's the code... n hope it helps some peoples...
                Attached Files
                C3 Themes: http://c3themes.wen.ru/index.html
                Find Files: http://mystarter.tk/?goto=X-search

                Comment


                  #38
                  this error occurs
                  Fatal Error Or Something Funny Like That

                  Comment


                    #39
                    ok, there's one or two functions that i didn't include in the code... but they shouldn't be too hard to add, just read the code or error messages and you'll see, i downloaded and ported the code to funmobile no problems...

                    like these two function...

                    function isvalidnick($text)



                    {
                    $cus = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM fun_users WHERE name='".$text."'"));
                    if($cus[0]>0)
                    {
                    return true;
                    }
                    return false;
                    }

                    function findinside($start, $end, $string) {
                    preg_match_all('/' . preg_quote($start, '/') . '([^\.)]+)'. preg_quote($end, '/').'/i', $string, $m);
                    return $m[1];
                    }
                    C3 Themes: http://c3themes.wen.ru/index.html
                    Find Files: http://mystarter.tk/?goto=X-search

                    Comment

                    Working...
                    X