-
Posts
6,029 -
Joined
-
Last visited
Everything posted by TCH-Dick
-
That is the latest version of cPanel and you are on the first server that we upgraded. We will be slowly moving all servers to this version over the next few weeks. The new theme is a much better layout than the previous versions since you can select the style and layout. If you are unsure of anything the help link is now page specific and there is also the included video tutorials.
-
I have removed this email from the queue as the receiving server is no longer online. Although I don't recommend it, you will need set up a filter to block these notices if you do not want to receive them when a delivery fails.
-
For those that have been wondering an upgrade to PHP5 is in the works, however, I can not give you a time line on this. When it comes to changes like this we discuss it with the entire TCH team and address it from all angles to form the best plan of attack. As I said I won't give a time line for this change but I assure you its on the table and we hope to make the move before the end of the year.
-
Hi, I recently reviewed this issue with the entire TCH team and after some serious considertion we decided to disable it. As of July 9th you should have not had any problems with rejected emails. If you continue to have trouble please update your ticket and we will investigate.
-
Looks like this is a common issue and can be easily fixed by replacing your awstats_misc_tracker.js file with the one below. >// awstats_misc_tracker.js //------------------------------------------------------------------- // You can add this file onto some of your web pages (main home page can // be enough) by adding the following HTML code to your page body: // // <script type="text/javascript" src="/js/awstats_misc_tracker.js"></script> // <noscript><p><img src="/js/awstats_misc_tracker.js?nojs=y" alt="" height="0" width="0" style="display: none" /></p></noscript> // // * This must be added after the <body> tag, not placed within the // <head> tags, or the resulting tracking <img> tag will not be handled // correctly by all browsers. Internet explorer will also not report // screen height and width attributes until it begins to render the // body. // // This allows AWStats to be enhanced with some miscellanous features: // - Screen size detection (TRKscreen) // - Browser size detection (TRKwinsize) // - Screen color depth detection (TRKcdi) // - Java enabled detection (TRKjava) // - Macromedia Director plugin detection (TRKshk) // - Macromedia Shockwave plugin detection (TRKfla) // - Realplayer G2 plugin detection (TRKrp) // - QuickTime plugin detection (TRKmov) // - Mediaplayer plugin detection (TRKwma) // - Acrobat PDF plugin detection (TRKpdf) //------------------------------------------------------------------- // If you use pslogger.php to generate your log, you can change this line with // var awstatsmisctrackerurl="pslogger.php?loc=/js/awstats_misc_tracker.js"; var awstatsmisctrackerurl="/js/awstats_misc_tracker.js"; var TRKresult; var TRKscreen, TRKwinsize, TRKcdi, TRKjava, TRKshk, TRKsvg, TRKfla; var TRKrp, TRKmov, TRKwma, TRKpdf, TRKpdfver, TRKuserid, TRKsessionid; var TRKnow, TRKbegin, TRKend; var TRKnse, TRKn; function awstats_setCookie(TRKNameOfCookie, TRKvalue, TRKexpirehours) { TRKExpireDate = new Date (); TRKExpireDate.setTime(TRKExpireDate.getTime() + (TRKexpirehours * 3600 * 1000)); document.cookie = TRKNameOfCookie + "=" + escape(TRKvalue) + "; path=/" + ((TRKexpirehours == null) ? "" : "; expires=" + TRKExpireDate.toGMTString()); } //function awstats_runvbscript() { // TRKresult = false; // p=false; // document.write('<script LANGUAGE="VBScript">\non error resume next \n p = IsObject(CreateObject("PDF.PdfCtrl.5")) \n if (p) then \n msgbox("5") \n return true \n end if</SCRIPT>\n'); // alert(p); // if (TRKresult) return 'y'; // else return 'n'; //} function awstats_detectIE(TRKClassID) { TRKresult = false; // !!! Adding var in front of TRKresult break detection !!! document.write('<SCR' + 'IPT LANGUAGE="VBScript">\n on error resume next \n TRKresult = IsObject(CreateObject("' + TRKClassID + '")) \n </SCR' + 'IPT>\n'); if (TRKresult) return 'y'; else return 'n'; } function awstats_detectNS(TRKClassID) { TRKn = "n"; if (TRKnse.indexOf(TRKClassID) != -1) if (navigator.mimeTypes[TRKClassID].enabledPlugin != null) TRKn = "y"; return TRKn; } function awstats_getCookie(TRKNameOfCookie){ if (document.cookie.length > 0){ TRKbegin = document.cookie.indexOf(TRKNameOfCookie+"="); if (TRKbegin != -1) { TRKbegin += TRKNameOfCookie.length+1; TRKend = document.cookie.indexOf(";", TRKbegin); if (TRKend == -1) TRKend = document.cookie.length; return unescape(document.cookie.substring(TRKbegin, TRKend)); } return null; } return null; } if (window.location.search == "" || window.location.search == "?") { // If no query string TRKnow = new Date(); TRKscreen=screen.width+"x"+screen.height; if (navigator.appName != "Netscape") { TRKcdi=screen.colorDepth; } else {TRKcdi=screen.pixelDepth}; TRKjava=navigator.javaEnabled(); TRKuserid=awstats_getCookie("AWSUSER_ID"); TRKsessionid=awstats_getCookie("AWSSESSION_ID"); var TRKrandomnumber=Math.floor(Math.random()*10000); if (TRKuserid == null || (TRKuserid=="")) { TRKuserid = "awsuser_id" + TRKnow.getTime() +"r"+ TRKrandomnumber; } if (TRKsessionid == null || (TRKsessionid=="")) { TRKsessionid = "awssession_id" + TRKnow.getTime() +"r"+ TRKrandomnumber; } awstats_setCookie("AWSUSER_ID", TRKuserid, 10000); awstats_setCookie("AWSSESSION_ID", TRKsessionid, 1); TRKuserid=""; TRKuserid=awstats_getCookie("AWSUSER_ID"); TRKsessionid=""; TRKsessionid=awstats_getCookie("AWSSESSION_ID"); var TRKnav=navigator.appName.toLowerCase(); // "internet explorer" or "netscape" var TRKagt=navigator.userAgent.toLowerCase(); // "msie...", "mozilla...", "firefox..." //alert(TRKnav); alert(TRKagt); var TRKwin = ((TRKagt.indexOf("win")!=-1) || (TRKagt.indexOf("32bit")!=-1)); var TRKmac = (TRKagt.indexOf("mac")!=-1); var TRKns = (TRKnav.indexOf("netscape") != -1); var TRKopera= (TRKnav.indexOf("opera") != -1); var TRKie = (TRKagt.indexOf("msie") != -1); // Detect the browser internal width and height var TRKwinsize; if (document.documentElement && document.documentElement.clientWidth) TRKwinsize = document.documentElement.clientWidth + 'x' + document.documentElement.clientHeight; else if (document.body && document.body.clientWidth) TRKwinsize = document.body.clientWidth + 'x' + document.body.clientHeight; else TRKwinsize = window.innerWidth + 'x' + window.innerHeight; if (TRKie && TRKwin) { TRKshk = awstats_detectIE("SWCtl.SWCtl.1"); TRKsvg = awstats_detectIE("Adobe.SVGCtl"); TRKfla = awstats_detectIE("ShockwaveFlash.ShockwaveFlash.1"); TRKrp = awstats_detectIE("rmocx.RealPlayer G2 Control.1"); TRKmov = awstats_detectIE("Quicktime.Quicktime"); TRKwma = awstats_detectIE("wmplayer.ocx"); TRKpdf = 'n'; TRKpdfver=''; if (awstats_detectIE("PDF.PdfCtrl.1") == 'y') { TRKpdf = 'y'; TRKpdfver='4'; } // Acrobat 4 if (awstats_detectIE('PDF.PdfCtrl.5') == 'y') { TRKpdf = 'y'; TRKpdfver='5'; } // Acrobat 5 if (awstats_detectIE('PDF.PdfCtrl.6') == 'y') { TRKpdf = 'y'; TRKpdfver='6'; } // Acrobat 6 if (awstats_detectIE('AcroPDF.PDF.1') == 'y') { TRKpdf = 'y'; TRKpdfver='7'; } // Acrobat 7 } if (TRKns || !TRKwin) { TRKnse = ""; for (var TRKi=0;TRKi<navigator.mimeTypes.length;TRKi++) TRKnse += navigator.mimeTypes[TRKi].type.toLowerCase(); TRKshk = awstats_detectNS("application/x-director",""); TRKsvg = awstats_detectNS("image/svg+xml",""); if (document.implementation.hasFeature("org.w3c.dom.svg", "")) {TRKsvg = "y"; } TRKfla = awstats_detectNS("application/x-shockwave-flash"); // ou lire dans naviagtor.plugins si on trouve "Shockwave Flash" ou "Shockwav Flash 2.0" TRKrp = awstats_detectNS("audio/x-pn-realaudio-plugin"); TRKmov = awstats_detectNS("video/quicktime"); TRKwma = awstats_detectNS("application/x-mplayer2"); TRKpdf = awstats_detectNS("application/pdf"); TRKpdfver=''; } var imgsrc1 = awstatsmisctrackerurl+'?screen='+TRKscreen+'&win='+TRKwinsize+'&cdi='+TRKcdi+'&java='+TRKjava; var imgsrc2 = '&shk='+TRKshk+'&svg='+TRKsvg+'&fla='+TRKfla+'&rp='+TRKrp+'&mov='+TRKmov+'&wma='+TRKwma+'&pdf='+TRKpdf+'&uid='+TRKuserid+'&sid='+TRKsessionid; //alert(imgsrc1); //alert(imgsrc2); var imgsrc=imgsrc1+imgsrc2; if( document.createElementNS ) { var l=document.createElementNS("http://www.w3.org/1999/xhtml","img"); l.setAttribute("src", imgsrc ); l.setAttribute("height", "0"); l.setAttribute("width", "0"); l.setAttribute("border", "0"); document.getElementsByTagName("body")[0].appendChild(l); } else { document.write('<img style="display:none;" src="'+ imgsrc +'" height="0" width="0" border="0" />') } }
-
You are not seeing it because you already that activex plugin installed. If you see it, depending on your setup its going to ask you to install 'Windows media 6.4 player shim" or "QuickTimeCheck Scriptable Object". I have seen this once before with the js files provided by Google's adsense, so it must be something in the js file Jesse pointed out. However, I have no idea what was in the Google adsense code or in this js script that may cause this behaviour.
-
Once you log in to SquirrelMail select Folders from the top menu. On that page, you will be presented with a list of folders available for subscription. Select the folders to which you wish to subscribe and submit the form.
-
It's usually not the kids, in fact I took my 3 with me and the kid to adult ratio in the theatre was 2:1, however, the adults made more noise than the kids. I'm with carbonize one this one, it's not the same experience without the sticky floors and someone that won't shut up.
-
I don't go to the theatre very often but I did go out last night to see Transformers. It was well worth the trip and this is definitely a movie you must see in the theatre.
-
We have been testing different VPS options but we currently have no solid plans to begin offering this service.
-
Hi Paul, Did you set up a redirect somewhere or is the script you using setup to use blog.parkedeample.com? Just creating the subdomain should not cause it to redirect like that.
-
There was an issue with your DNS zone, I have rebuilt the zone file and your site should load properly now.
-
Sorry, we are not currently taking on any new design projects at the moment. I will leave the recommendations to someone else and if any one wants to contact Jim concerning this, please do so via PM or email.
-
Need Suggestions On What I Have Started
TCH-Dick replied to OnlineAutorama's topic in Scripting Talk
Nothing that I can see. Have you setup the access hosts in cPanel. -
Need Suggestions On What I Have Started
TCH-Dick replied to OnlineAutorama's topic in Scripting Talk
That would be remotely since the database is on our server and not on your PC. -
Need Suggestions On What I Have Started
TCH-Dick replied to OnlineAutorama's topic in Scripting Talk
I second that, this program is cheap and works as intended. I use this on occasions to migrate my spread sheets to database for quick projects. The last one I converted had 4 sheets and over 3000 entries, and it treats each sheet as a new table. The only thing it doesn't do is things like autoincrement and primary keys, but that is easily done after the data is imported. -
Mail Server Changes / Maildir Conversion
TCH-Dick replied to TCH-Dick's topic in Support Announcements
cPanel has removed the ability to view all accounts at once via web mail and this will occur on all servers as we push out updates. If you have any problems please follow up with the help desk, we can not assist you here. -
Mail Server Changes / Maildir Conversion
TCH-Dick replied to TCH-Dick's topic in Support Announcements
Please note that when resubscribing folders or viewing email via SquirrelMail, you most log in with your actual email address not your cpanel username. -
Mail Server Changes / Maildir Conversion
TCH-Dick replied to TCH-Dick's topic in Support Announcements
We will be kicking off the first round of conversions June 13th at 11:30 PM EST on the following servers: server10 geonosis server102 server103 server104 -
In an effort to provide you with a more stable mail service and in anticipation of the stable release of cPanel 11, we will be updating all shared/reseller servers to the Maildir format. Maildir is a widely used format for storing e-mail that does not require application-level file locking to maintain message integrity as messages are added, moved and deleted. Unlike the current Mbox format which stores emails in one large single file, Maildir stores each message in a separate file with a unique name. This format will be less resource intensive and prevent issues such as locked in-boxes and duplicate messages from failed downloads. When the conversion process begins all mail services will be stopped until the conversion is completed. There will be no loss of mail, as any mail sent to your domain will be queued and then delivered once the conversion is complete. After the conversion has completed you will find several new directories in /home/~username~/mail/, which contain information specific to your mail account. These new directories (tmp, new, and cur) are where incoming messages are processed by the system and should not be removed. Due to the conversion , anyone using an IMAP client or webmail will need to resubscribe to their folders before those folders will be visible. The easiest method to resubscribe your folders is to log in to SquirrelMail and select the folders you wish to subscribe to. **NOTE: If you store your mail only on the server, we recommend you make a local copy to be safe. We will not be converting all servers at once and will post here as we begin processing a server. If you have any questions concerning this conversion please feel free to post here or contact us via the help desk at https://tchhelp.com UPDATE: Just an note that when resubscribing folders or viewing email via SquirrelMail, you most log in with your actual email address not your cpanel username.
