need help in sea script

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

    need help in sea script

    I want to add a file called livetv.php how i display this file in sea script at like under my main files.
    Click image for larger version

Name:	screenshotxrvb.png
Views:	1
Size:	5.7 KB
ID:	112900
    Please Help me...!!!!

    #2
    you have to creat a different php page called livetv.php
    in that page you have to give all tv link along with css
    then you just need to give a link on main index ex. yourdomain.com/livetv.php
    They Make Rules & I Break Them

    Comment


      #3
      Originally posted by ajit55u View Post
      you have to creat a different php page called livetv.php
      in that page you have to give all tv link along with css
      then you just need to give a link on main index ex. yourdomain.com/livetv.php
      But where i paste the link ? But i think i need to use
      PHP Code:
      include 
      tag? What you think?

      Comment


        #4
        if the entire livetv.php code boils down to one link or image preview then you can use
        Code:
        include'livetv.php';
        but if its an entire page of its 0wn.... then you need to go with something like
        Code:
        <a href="livetv.php">Live TV</a>

        Comment


          #5
          Originally posted by zain View Post
          if the entire livetv.php code boils down to one link or image preview then you can use
          Code:
          include'livetv.php';
          but if its an entire page of its 0wn.... then you need to go with something like
          Code:
          <a href="livetv.php">Live TV</a>
          Yes but there is a problem with the script, It's local file get content which grab files from folder called "files", so here how i enter the file livetv.php in those auto index directory?

          Comment


            #6
            you need to add that livetv.php page in every folder ??
            or you just need to add that page link on main site index.php
            what exactly you want to do?
            Last edited by ajit55u; 12.10.12, 12:19.
            They Make Rules & I Break Them

            Comment


              #7
              oh, u need 2 place that lnk b/w ur downloads optn...

              Comment


                #8
                Originally posted by nikhildasvp View Post
                oh, u need 2 place that lnk b/w ur downloads optn...
                yes thats i want to tell.

                Comment

                Working...
                X