Jump to content

mastaflex

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by mastaflex

  1. finally got it to work. i had to get to public_html but i had to do cd home and cd domainname first Thanks a lot for your help chuck. -Jason
  2. This is how i do it. connecting to database. >$db = mysql_connect(localhost, $db_username, $db_password); mysql_select_db($db_name); then to insert >$sql = "INSERT INTO tablename (value1,value2,value3) VALUES ('$var1','$var2','$var3')"; $result = mysql_query($sql);
  3. after ftp> get websitearc.tar
  4. thanks for the help chuck. I just tried it out but i seem to get a error message every time i try local: websitearc.tar Permission Denied.
  5. correct to move files DIRECTLY from another ftp to my TCH account. I don't want to download then upload
  6. I have SSH enabled on my account but i'm new to it. I was told that wit SSH i could transfer from another ftp to my TCH account. I've looked around for tutorials and such and i came across one. I tried one. scp user@anotherftpip:/directroy/file.zip localhost:/directory/file.zip It then asked me for anotherftpip's password: i tried to enter it but the cursor wouldnt' move so i entered what it should have been and pressed enter. It failed i tried a bunch of other things but it didn't work. Does anyone know of any tutorials i could read on the matter? I tried askin helpdesk but all they said was they don't help with that
  7. I have a passworded ftp that does not have public access threw http. Does anyone know of a script that can get files from the ftp and put it straight on my TCH space? I have one that works with HTTP to TCH but it doesn't work with ftp. Very handy when ur just downloading something to upload up to your server. Thanks for your help people
  8. Is there any way we can cloak a subdomain?
×
×
  • Create New...