If you want to change the title, and place some text on the blank webpage that appears after the upload has completed, edit the /cgi-bin/uu_lib.pm file.
This is a part of my file:
Now if I could just work out how to get it to point to this .gifCode:print "<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN\">\n"; print "<html>\n"; print " <head>\n"; print " <title>Your video is being processed, please wait a moment.<\/title>\n"; print " <meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\">\n"; print " <meta http-equiv=\"Pragma\" content=\"no-cache\">\n"; print " <meta http-equiv=\"CACHE-CONTROL\" content=\"no-cache\">\n"; print " <meta http-equiv=\"expires\" content=\"-1\">\n"; print " <meta name=\"robots\" content=\"none\">\n"; print " <\/head>\n"; print " <body style=\"background-color: #EEEEEE; color: #000000; font-family: arial, helvetica, sans_serif;\">\n"; print " \n"; print " <div align='center'>\n"; print " \n"; print " Your video is being processed. Please wait a moment.\n"; print " \n"; print " $msg\n"; print " \n"; print " \n"; print " </div>\n"; print " </body>\n"; print "</html>\n"; if($kak_exit){ exit; }
![]()


Reply With Quote
Bookmarks