
LisaJill
-
Posts
1,660 -
Joined
-
Last visited
Never
Posts posted by LisaJill
-
-
You still should, running multiple stat scripts can put quite a load on a server - which is why we only use AWStats. So it's something the tech team will want to know about. =)
-
You can use scripts to send mail, people do it all thetime. PHPBB for instance can send confirmation emails, I know my site sends emails to users without problems.
I can't program, so I'm not really sure how this is accomplished, but the major packages shouldn't have any problems sending email.
What program are you attempting to use? We can go from there. =)
-
It appears from that error that the answer is, "no" only in kb. Can't have an image that's 0kb.
-
It probably is because of that. You need to submit a ticket to the Help Desk so that they can fix this up for you. =)
-
No, there's no substitute. Target was deprecated (and for good reasons *winks*)
You'll have to use javascript if you insist. =)
-
A database backup/restore would restore the settings. You could install another copy elsewhere and compare settings, that's probably the easiest way if you're not sure what's going on.
-
The best method is a Help Desk ticket - make sure you put in a proper email address and explain as well as you did here. =) The forums aren't for one-on-one support and mods do not have access to your account, or the server. =)
-
Just as a note: that thing makes scrolling really tedious, I suggest against it for useability reasons.
-
I can't tell you how to do a screenshot as I don't know what operating system you're on. On OSX I use a program called 'snap'n'drag'.
In windows i believe it's ctrl ptrscreen then paste it into a document or some such. Or get a program to do it properly =)
You may want to make sure that all your paths are right. Are you having any other display problems on the control panel side?
-
You may want to look through Hotscripts - that's proably your best bet. =)
-
Betty,
As far as someone doing something malicious to TCH's servers, yes they can get in trouble.
However -- if they use an insecure script on your account, or guess your password, or somesuch - then its your responsibility and you can get in trouble too. That's why it's important to listen to that email and keep your scripts up-to-date. =)
-
The reason is because of how the server is setup. public_html IS your document root. IE: public_html = /
So, anything inside public_html is a subdirectory, and resolves ******/radio etc.
This has nothing to do with MT, but rather with how servers work. =)
If you want to store the pages inside /radio you can use a redirect. But then you'd have to figure out something else for / - is there some reason in particular you're handling it that way?
2) Screenshot? I have no idea what you're talking about. It may be a stylesheet issue, though.
-
Unless you're planning on downloading the raw logs and processing them locally on your computer, I would highly suggest against this. Running stats programs takes a *lot* of processor and running another one in a shared hosting environment is likely to cause some problems.
I believe that Urchin can do per hour stats, but it has a licensing fee.
-
That would depend on how they "hacked" and what they did.
For instance, if they just guessed your password - TCH would have no idea.
But if they did something malicious that harmed the servers, then it would be known.
But I doubt that not seeing images on your board is a symptom of being hacked. If you think it has been you should submit a ticket to the Help Desk immediately. =)
-
110: Standard POP3 port.
25: Standard SMTP port. Lots of places block it now - if your ISP blocks it, try 26. (If you can't send mail, that is =) )
You created this account sometime today - right? When you did that, you created a password for it. That's the password to use.
-
POP3 = Incoming mail server
SMTP = Outgoing mail server
Both = mail.****** as noted. =)
-
Yes, you can use this with mail.app.
the userid will be whatever you set +domain.com, the password will be whatever you chose when you created the account. The POP and SMTP servers will be mail.******.
Does that help?
-
Sure. =) I've never even downloaded Drupal, so it was just a guess based off their docs, which seem pretty good so far.
-
It sounds like you (and that post) missed a major step in the installation. That is the creation of the tables.
from Drupal's installation guide:
Create tables (using phpmyadmin, go to database -> SQL -> load database.mysql file which comes with drupal in /database/ directory)I don't think you did that, which is exemplified by the table not existing (that's what your error says)
-
Just as a clarification - you can use a Reseller account to host two sites under one account. I'm not sure which accounts you were looking at, but that may be a solution. =)
-
-
For either of these (temporary upgrade or plan upgrade) you need to submit a ticket to the Help Desk addressed to sales. =)
-
This thread came into existance because of the email. It couldn't be linked to because it didn't exist when the email was sent. =)
-
Just remember that if you do a fresh install you willl lose - not only your entries, but your templates as well. Those do NOT get exported.
I would suggest that you post in the MT forums if nooone here has a suggestion. Reinstalling for an ugprade should never be necessary withi any script. I'm sure that they've seen this problem many times over there. =)
Pop Before Smtp
in Scripting Talk
Posted
Well, for mail clients they *can* It is possible for a server to make it so that you have to check incoming mail within a certain time frame before trying to send. And if you haven't, it won't let you send.
I'm actually not sure if TCH is set up that way. But scripts are *definitely not* restricted by it. You could have a look at some of the form mail scripts (like dodos mail) or the open source boards (like phpbb) to see how they deal with it. =) I think that they do use PHPmail as opposed to smtp - but this is so far out of my realm of knoweldge that it's best I stop talking.