[Help] Sea Rename File Problem

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

    [Help] Sea Rename File Problem

    I renamed a file in sea script

    01.%20Ulte%20Debo%20Palte
    %20Debo%20-
    %20[MusicJagat.Com].mp3

    To

    01. Ulte Debo Palte
    Debo.mp3

    Using Sea File Manager File Rename option [r].

    Well, Now I show you the problem

    1) The file renamed only in index.php, not in view.php (File download Page) --> I may fix it
    2) The main problem is here
    When I click rename option, it should rename the file in real (as we do manually using ftp), but it dosen't.

    Plase help me guys!

    Here is the url
    index.php


    view.php
    http://onlymasti.tk/view.php?id=29

    I'm using translated ver Sea 8.1 by srini

    Added after 46 minutes:

    Hey I'm waiting!
    Last edited by Rocky01; 23.05.12, 02:21.

    #2
    sea rename work only for script
    means if you rename the file using sea admin panel
    the effect only you see in script not in server ftp cpanel
    They Make Rules & I Break Them

    Comment


      #3
      Is there no function to do that like
      Code:
      <?php rename(); ?>

      Comment

      Working...
      X