TCH-Rob
Members-
Posts
7,791 -
Joined
-
Last visited
Everything posted by TCH-Rob
-
Rowan, Most sites are broken into because of insecure passwords or code.If you are using pre-built software be sure to check for any reports of security issues and make sure to use passwords that are difficult to break, a combination of numbers, letters and symbols are best.
-
Weezy, http://gallery.menalto.com/index.php?name=...ewtopic&t=22568 or http://www.unitedforums.co.uk/vb/showthread.php?t=4601 I dont use gallery but there looks to be a bit of information on google with that error.
-
Hey Mustang, Nice to have you here. You know that you can always bring your other family along right?
-
Caion, Welcome to the forums and welcome home.
-
Taser schmaser. A little...... er...... Nevermind, you dont want that picture.
-
They'll never catch me.
-
I do not have that issue at all, I can send and recieve one after the other with no issues. I would recheck my settings and if necessary open a ticket to see if something was missed. By the way, have you tried another email client to see if it is the same on it as well?
-
I cant pronounce half the words in that guys thesis title.
-
To have a URL removed from Googles index you can go here http://www.google.com/remove.html They have a few options for you to read though I dont think it will be an issue if the site never existed.
-
She just might.
-
Ok, my poor attempt at humor aside. First, I believe more options for the price. Second, support tickets answered in under an hour is the goal and we far exceed that in most cases. Third, I am a mod and all of the mods volunteer, we dont get paid. We are here because we believe in this company, we want to help not because it is a job. Our family, I cant tell you the number of times I have gotten assistance for things I am not that well versed at, I owe rmulhern a huge debt because of his help. I firmly believe we have the best service available because everyone of cares about this company. It is the people that make this place better.
-
Well, I used to work for them, does that count?
-
Yes, They must be named .jpg and .gif, no funny business. If you are authorised to use them that is fine. We do not tolerate spam but if you operate within the law and we do not get valid complaints you should be fine. Just dont email me.
-
I understood
-
The error is on line 45 yet I see only 43. Is that normal?
-
Rowan, I am sorry for not noticing this post sooner. It is as simple as changing from http to https. As to the CGi. I am not well versed in that but I believe it depends on how that script is made. If the data is sent out in the open, not behind https then it is as secure as any other page you use.
-
I cant say as mine is on our servers here running Apache. Do you have error reporting on?
-
Do you get any errors to display on the page or is it all blank?
-
That will get the ball rolling, thanks Rick.
-
May I ask how you created your subdomains?
-
I didnt know that "do not turn off" switch was for the forums. Sorry about that.
-
I think I used the file manager in cPanel to look where to find it but you will want to get yourself an actual FTP program like cuteftp, leech or ws_ftp to get those files down and edit them in a text editor. I doubt FP will serve you in this venture.
-
So Many Domains... So Little Time
TCH-Rob replied to egeller624's topic in Reviews of TotalChoice Hosting
Your title explains so much. I have the same problem. Thanks for letting us know how things are going. -
Here is an ASP include <!-- #INCLUDE FILE="../includes/header.asp" --> Here is a PHP include include ("header.php"); PHP and ASP are similar but the syntax is different and ASP is also designed to work with VBScript. I think it works because IE knows how to handle the output even though the extension has changed. Must be another IE "feature".
-
Les, I just installed it but it looks like you need to go to chat/config/config.lib.php3 and where you see; >// ------ THESE SETTINGS ALLOW TO FINE TUNE phpMyChat ------ // Proposed (default) rooms and reserved names for private rooms $DefaultChatRooms = array('Default', 'MyRoom1', 'MyRoom2'); $DefaultPrivateRooms = array('Priv1', 'Priv2'); Change it to; >// ------ THESE SETTINGS ALLOW TO FINE TUNE phpMyChat ------ // Proposed (default) rooms and reserved names for private rooms $DefaultChatRooms = array('Default'); $DefaultPrivateRooms = array('Priv1', 'Priv2'); And changes in the style can be done in chat/config/start_page.css.php3 and chat/config/style.css.php3
