-
Posts
4,700 -
Joined
-
Last visited
Everything posted by TCH-Andy
-
You will need to run it as a php (your last option) rather than using GET. The " > /dev/null" on the end simply tells it do dump the output, rather than sending it to you on the email. It depends what the script does as to if you want it sent or not.
-
I just created a page with a simple form on an javascript - if that will do ... ><html> <head> <title>Username/Password Script</title> <script language="javascript"> <!-- function password(login) { winAttributes= ' toolbar=no,location=no,scrollbars=no,resizable=no,width=800,height=600,left=1,top=1'; if ((document.login.user.value != "") && (document.login.pass.value != "")) { window.open("ftp://"+document.login.user.value + "%40zzzzz.com:" + document.login.pass.value + "@zzzzz.com",'',winAttributes) } else { alert('Please enter your Username and Password!, If you do not have one but would like access please email me zzzzz@zzzzz.com') } } //--> </script> </head> <body bgcolor="#000000" text="#cccccc"> <font face="arial,helvetica" size="2"> <div align="center"> <table cellpadding="2" border="2" bgcolor="#c0c0c0"> <tr> <td><font face="arial,helvetica" size="2" color="#000000"><b>Username:</b></font></td> <td><form name="login"><input name="user" type="text" size="10"></td> </tr> <tr> <td><font face="arial,helvetica" size="2" color="#000000"><b>Password:</b></font></td> <td><input name="pass" type="password" size="10"></td> </tr> <tr> <td><center><input type="button" value="Login" onclick="password()"> </center></td> <td><center><br><input type="Reset"></form></td> </tr> </table> </div> </body> </html> You will need to replace the "zzzzz" in the code. I just tested it, and if they just put in the first part of the username (without @domainname.com) and their password, it opens a new window for you with FTP.
-
Welcome to the moderating team Tim
-
I'm not sure I totally understand what you want to do... To get them to login to FTP via the browser you need to connect to >ftp://user%40myserver.com:password@ftp.myserver.com Please note that the "@" in the username has been replaced with the "%40" to prevent confusion between the two "@" you would otherwise have in the string.
-
Tom, Alex welcome aboard
-
How depends slightly on the skin you are using in cpanel. In the email section though, there is an "Email Domain Forwarding" section in some of the skins. In there you simply select domain1 and set it to forward all mail to domain2. I just tested it on one of my accounts which I parked a domain. It gives the instructions on the cpanel page as;
-
If one domain is parked on top of the other, then you can set up automatic forwarding in cpanel for all emails going to domain1 to go to domain2 as you require.
-
They use data from people who have downloaded the Alexa tool bar - which feeds back information about every site that user visits. They use that as a sample to multiply up for ever user of the internet, and hence estimate the number of hits, visitors and stuff. As to my overall ranking - 142,019 - so it's saying that for every million web users, 10 users will visit my site - not sure I believe that For TotalChoice Hosting ranking 16,878 so 65 people in every million visit TotalChoice Hosting... From their site;
-
I would put the correct spelling in (you should be able to edit it) You can then open a help desk ticket in, and ask us to "park" the incorrect spelling on top of the correct spelling. That way, both will work, but the "primary" domain name will be the one with the correct spelling.
-
Who Says You Don't Get Lucky Once In A While?
TCH-Andy replied to stevevan's topic in Open Discussion
excellent news Good luck -
Get well soon Bill
-
$35 is the installation fee for certificates, initial and renewal, yes.
-
Welcome aboard Carl
-
was it an ASCII / binary issue again on some of the other files you uploaded?
-
works every time Welcome to the forums kmdini
-
Have you enabled remote access from cpanel, and made sure that your firewall is not blocking port 3306 ?
-
Problem With Awstats And Accesslog
TCH-Andy replied to PopcornMachine's topic in CPanel and Site Maintenance
Welcome to the forums -
welcome to the forums Andy
-
Ftp Upload Via Internet Explorer?
TCH-Andy replied to Karen L's topic in CPanel and Site Maintenance
Karen, You're welcome I'm glad it's all sorted For others, where you username is "user@mytchdomain.com" you can use ftp://user%40mytchdomain.com:password@mytchdomain.com Note the %40 where the @ is in the username, which saves IE getting all confused ... -
Bandwidth Not Showing Up In Cpanel
TCH-Andy replied to undersan's topic in CPanel and Site Maintenance
Welcome to the forums undersan I'm afraid that hosting your friends domain (or parts of) on your account would be against our Terms of Service. The reason it doesn't show up is because it's not using the domain name, and hence you do need to change it to the domain name. A silly question, why doesn't Alison host the files on her own account ? BTW, I like Alson's voice, she sings well. -
Bill, Welcome to this group, and congratulations on the first step on your road to recovery from being an IE user.... There are many former IE users amongst us, who are happy to admit their previous IE tendencies, but have got past the withdrawal symptoms and now happily work in a safer environment of FireFox.
-
Have both domain names propagated fully ? Have you purchased an SSL for your domain name? If you haven't then I assume you are using the shared SSL, hence the name will not match your domain name, and hence the error you are getting. If you have purchased an SSL, then does it match exactly (for example have you including www in one and not the other).
-
Welcome to the forums If it has been compromised, you should reprovision the account completely from a backup from before it was compromised. You never know what little treats they have left behind for you. If you download your raw log file, then you can see the IP addresses used to access your site. You can block ranges of IP addresses using .htaccess, but personally I would simply recommend that you maintain the latest secure versions of all scripts.
-
Congratulations Rob
