borfast
Members-
Posts
3,271 -
Joined
-
Last visited
Everything posted by borfast
-
Go to your CPanel and under "Site Management" you'll see "Web protect". Click it...
-
It's working fine, now (I have a reseller account on 15, too )
-
Hi Dorsey. You can use PHPShell (www.gimpster.com/wiki/PhpShell) or MyShell(www.gimpster.com/wiki/MyShell). If these don't fit your needs, you may request that the gurus install Jailshell on your account (open a help desk ticket about that). Hope this helps
-
Hi gurl. I didn't know if that was your real password but just in case I edited it out so no one can use it for some kind of mallicious purpose. Anyway, I tried accessing h-acct.com but it says it can't find the host. Is that the same problem you're having? And could you please describe a little more the problem, like any error message you get?
-
Hi roadmap Well, there's two possible ways to accomplish what you want. The first one, unfortunately unavailable on TCH's servers, is using a streaming server. It's a web server specialized in serving audio and video streams over the web. In such a case, you place a link to your content with an URL such as mms://yoursite.com/blabla.asx , in case you're talking about Windows Media Streaming Audio. Your visitors will have to use a special viewer that supports the protocol you're using, though (like Windows Media Player, in the .asx case). The second option is to include an <object> tag in your pages, instructing your visitor's browser to use a plugin to play that file. Such HTML code looks something like this: ><object id="MediaPlayer" width="320" height="240" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject"> <param name="FileName" value="http://yourwebsite.com/yourmediafile.wmv"> <param name="autostart" value="1"> <param name="showcontrols" value="0"> <embed type="application/x-mplayer2" src="http://yourwebsite.com/yourmediafile.wmv" width="320" height="240" autostart="1" showcontrols="0"> </embed> </object> Note that this code is not compliant with the W3C standards, and so it may not work on all browsers. If you use a WYSIWYG editor, then I'm almost sure it has some way to insert the corresponding code for most of the existing multimedia plugins. You just need to tell it where the file is going to be
-
Hi Thomas. Is the "DNS" thing it asks about the first text box of them all? If so, that's the database server host name. You just need to put 'localhost' there (without the quotes).
-
What's Paul going to talk about?
-
Hmm... that seems like an incorrect MIME type... Check the MIME types on your CPanel, perhaps you're missing the MS Word one. If that's the case, try adding it: application/msword But I don't think that's the problem, though, since all servers have (or at least should have) that MIME type installed by default. I don't know Group-Office but I'd say the problem is that the PHP code isn't setting the MIME type for the downloaded data, and so the browser thinks it's receiving an HTML page instead of a Word attachment, so it proceeds accordingly: it shows the document on it's window instead of offering a download dialog to the user. Still, you say this works on your linux dev-box, so it should work here at TCH without any problems... I guess I'll have a look at that Group-Office and try to find the problem. I'll post here if I find something.
-
How can I easily insert a PHP scrip into an html page?
borfast replied to George's topic in Scripting Talk
Humm... have you made the changes to the files permissions? Double check the permissions, maybe acounter.php is not set to 755. Other than that, I'm running out of ideas... -
How can I easily insert a PHP scrip into an html page?
borfast replied to George's topic in Scripting Talk
Humm... that's because PHP can't find the acounter code. Have you dropped the "http://www.avantixgroup.com" from the "include_once" line on the PHP script? Instead of >include_once "http://www.avantixgroup.com/acounter/acounter.php"; put just >include_once "acounter/acounter.php"; or you can also try this: >include_once "/home/grupo-a/public_html/acounter/acounter.php"; -
Be cool, roadmap, no need to stress. I didn't tell you how much it was because it's not my department. I could have told you to go to the Web Hosting Plans page and check out the prices but since I was not sure, I didn't want to say anything else. The bottom line is that you will need to submit a helpdesk ticket to upgrade your account or to know how to proceed about the payment. I can't tell you how that will work because I don't know and I'm not sure if Jim knows, either. It has to be someone from the "acouting department" to answer that one for you Trust me, someone will answer your question. You just need to have some patience and wait for the right person to come read your post
-
I belive you only need to pay the difference. To do that, submit a help desk ticket
-
NoDelty, you shouldn't have any problems at all. The only problems might be the name and username for the database, and the path for the webboard but these are easily solved by editing phpBB's configuartion file. Nothing will happen to your posts or users The process will consist basically of these steps: 1 - backing up the existing database; 2 - copying the webboard files from your current host over to TCH; 3 - importing the database into your TCH account; 4 - adjusting the database name, username, possibly password and paths in phpBB's config file; You should do this whith your current account still active, obviously. Or else you won't have access to the files I also suggest that you shut down the webboard while the transfer is made, so people don't post new messages that will not be kept on the new webboard. When the time comes, just ask for help here at the forums and we'll gladly help you out with that. Hope to see you soon
-
It's opening up normaly, here and the pings are what I usualy get from TCH's servers. Perhaps it was something temporary or maybe you've caught the server when Alan was performing the kernel upgrades?
-
How can I easily insert a PHP scrip into an html page?
borfast replied to George's topic in Scripting Talk
Yes, that's it George. Instead of, say, "index.shtml" you'll end up with "index.php". That will work for sure but you will have to adjust all the links on your site to reflect the changes. Let us know how it goes -
Stranger, why do you say they are just blogs? They all have a plugin/modules architecture and allow much more functionalities than a blog right out of the box. As I said previously, I haven't played enough with eZpublish but I found it quite confusing and I guess I just gave up on it. I think I'll try it again just to make sure...
-
Ellen, I'm not sure what you need from a PHP download script. Download count? Referrer tracking? I know I posted something about this here on the forums not long ago but I can't seem to find the post Anyway, these google searches provided some links which might give you what you need. Hope this helps. If it's not what you want or if you need help setting it up, just post a message here and I'll be glad to help you find something that suits your needs or help you with the instalation of the script
-
I believe that screen resolution has to be tracked with JavaScript. It's been a while since I've played with that kind of stuff but it's something I have always wanted to do: a JS tracking script, to track screen resolution, installed plugins, etc, etc. I guess now it's a good time to start working on it If I can come up with something usable, I'll make a post here in the forums with it. Perhaps then everyone can contribute to make it a nice script
-
I haven't played enough with Agora to be able to tell you for sure but perhaps Plug'n'pay is not supported in the Agora version available in CPanel. Have you checked if it's the same version announced on the website?
-
Welcome to the team, Deverill
-
I'd suggest you try the full install. The package you download from their website contains an instalation guide that is pretty easy to follow.
-
How can I easily insert a PHP scrip into an html page?
borfast replied to George's topic in Scripting Talk
"Assumption is the mother of all mess ups" (the wording is not exactly this, but you get the point ) I was indeed assuming that this method (the AddType stuff inside .htaccess) would work but now that I've tried it myself I see that it does not work. I also searched a little about it and it seems that this is a known problem when the .shtml extension is assigned to SSI files within the main Apache configuration file. So I guess the only option left is to rename all the .shtml files to .php Thanks for the heads up, Singer. It's been stupid of me not trying this sooner. It would have saved us a lot of time and work. -
TCH doesn't give support for third party tools. It doesn't mean TCH doesn't tell it's customers to use them if they have them available on CPanel
-
In Cpanel you have the option to create forwards. A forward will send a copy of each e-mail received to the account you specify and keeps the original in the mailbox. If you want to get a copy of each e-mail sent too, you'll have to do that on the e-mail client. I can't see a way to do that on CPanel...
-
Now that's a good idea! I should do that too That's what I call a real Challenge (notice the capital 'C' ) My grandmother can't learn how to use a cell phone! I can't imagine how it would be like to put her in front of a computer and try to convince her that it's not a television and she's in fact controling that little arrow that moves around the screen. I wonder what she'd think of pressing "buttons" that are not really there... something that she can't touch with her own hands but instead has to use that little thing attached to a cord... It must be really confusing for old people but now that I think about it, it's quite interesting too "A typewriter that does not print in paper but instead displays the characters in a television. Wait, it gets better: you can delete characters simply by pressing a button! Oh joy!"
