Need This

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

    Need This

    Can any 1 help me with a script that can show this please
    The red blocks indicate what I want...
    Please help thanx
    Attached Files
    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
    BakGat
    sigpic

    #2
    Will this work

    PHP Code:

    //The Query
    query_posts('posts_per_page=5');

    //The Loop
    if ( have_posts() ) : while ( have_posts() ) : the_post();
     ..
    endwhile; else:
     ..
    endif;

    //Reset Query
    wp_reset_query(); 
    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
    BakGat
    sigpic

    Comment


      #3
      can you post what exactly you want? because image is very small and i cant read/understand what you want.
      Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

      Comment


        #4
        U wanna red border? Lol
        PHP Code:
        /* I don't know everything hehe */ 
        Find me on facebook

        Comment


          #5
          i want whats in the red border click on image to enlarge
          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
          BakGat
          sigpic

          Comment


            #6
            Originally posted by bOrN2pwn View Post
            i want whats in the red border click on image to enlarge
            image resolution is too low. cant read whats inside red border.
            Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

            Comment


              #7
              New image better Quality

              Please give me a snippet that will display the date the name and a brief description of what you can read further on thanks...
              Attached Files
              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
              BakGat
              sigpic

              Comment


                #8
                Waplive? Why don't u ask rider to help u isn't rider doing the waplive sites???
                My site: http://mimobifunclub.tk
                sigpic

                Comment


                  #9
                  so you want a script by which you can post news about your site?
                  Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

                  Comment


                    #10
                    omg mobideve u are an idiot look at the footer of the waplive site and then post again. i designed waplive web and a few other waplive sites. And yes ksg91 just like you said i want that. But it must be printed like its printed there .
                    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
                    BakGat
                    sigpic

                    Comment


                      #11
                      Originally posted by bOrN2pwn View Post
                      Will this work

                      PHP Code:

                      //The Query
                      query_posts('posts_per_page=5');

                      //The Loop
                      if ( have_posts() ) : while ( have_posts() ) : the_post();
                       ..
                      endwhile; else:
                       ..
                      endif;

                      //Reset Query
                      wp_reset_query(); 
                      do you get some output from this?
                      Advertise your mobile site for FREE with AdTwirl

                      Comment


                        #12
                        no not really i get nothing i just treid it.
                        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
                        BakGat
                        sigpic

                        Comment


                          #13
                          No need to get RUDE born2pawn....
                          I just said it coz a while ago (last year) I was on a site that rider gave a link to me called waplive (yes a lava edit) and then I also was on a website that had only 1 page about webhosting and design also called waplive...
                          and no I haven't looked at the footers at all so sue me lol.
                          My site: http://mimobifunclub.tk
                          sigpic

                          Comment


                            #14
                            you just need to create a mysql table with fields like id, announcement and date. then just create a simple admin panel to announce something/post update. and rest retrive announcements from db and put it where ever you want.
                            Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

                            Comment


                              #15
                              post snippet please cause there might be a few other that would like the code
                              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
                              BakGat
                              sigpic

                              Comment

                              Working...
                              X