Jump to content

Gadianton

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by Gadianton

  1. Ah, the answer always makes so much sense once you find it. After I viewed source and analyzed it some more, I found this piece of code: <script language="JavaScript"> <!-- function SymError() { return true; } window.onerror = SymError; var SymRealWinOpen = window.open; function SymWinOpen(url, name, attributes) { return (new Object()); } window.open = SymWinOpen; //--> </script> I have no idea what its doing, but that was the problem. Thats what happens when you have too many chefs in the kitchen all mucking with the same recipe.
  2. I am a fairly advanced programmer, and I for the life of me cannot determine why my window.open statement is not working. Here is the url where its not working: http://www.irietones.com/item/conga+___+tumbadora If you try and click to enlarge any of those rollover images, it's suppose to pop open a new window using the javascript window.open method. For whatever reason, no window opens, and I don't get any javascript errors. I've put in alert statements to verify that it actually hits the right function. All functions are defined in that file so you should be able to just view source and see whats going on. Here is an IDENTICAL implementation of that window.open call, and it works fine here: http://www.wholesalechess.com/chess/giant_...hess+Set+Pieces The two functions being used are identical, so I'm at a complete loss to why ones not working. Could this somehow be a server side issue with TCH? My popup blocker is not the issue either, I've already looked into that. PLEASE HELP ME! I'M GOING INSANE!
  3. TCH Guru Mike has said its redhat 9...does that help anyone figure it out?
  4. This is what i'm downloading: http://sourceforge.net/project/showfiles.php?group_id=7130 netpbm at the bottom
  5. Does anyone know if server 49 is linux alpha or linux intel? I'm trying to install somethere here (netpbm) and I need to know which source files to download... thanks
  6. I am wondering if its possible to create symlinks. For example, i have a subdomain called "admin" for my host, but would like it to be able to access the same library files as the main website in the root folder. The only way I would know how to do this is to create a symlink within the subdomain directory (ie libraries) that links to a directory within the main www root folder also called libraries. This way the following would evaluate to the same directory on the server: $_SERVER['DOCUMENT_ROOT'] . '/libraries/' regardless of whether I'm calling that from within my subdomain or from the main www location. Any ideas from the guru's out there?
  7. Another question, some other hosts offer the solution of buying your own box outright, for roughly $1200 based on various specs you provide, and then paying a smaller monthly hosting fee just for the bandwidth and security and space. Do you guys offer this as an option?
  8. Is it possible to have all the tools that a reseller account normally gets to ease the pain of setting up additional domains and websites but also be able to do it on my own dedicated box? Would I need to get the fully managed solution or could you set this up for me even with the unmanaged dedicated server package? Also, what all am I getting with the fully managed dedicated server over the unmanaged one?
  9. Yeah, I have emailed the makers of the applet at Jscape (jscape.com) and they have told me its not possible with the applet. I guess I'd have to set the umask of the individual ftp user that is logging in through the ftp applet, so that any new directories created by that ftp user get created with certain permissions. Is it possible to change the umask of ftp users created through cpanel?
  10. I have a directory that I allow users to upload stuff to with a java ftp applet, but I want all their files to be uploaded with certain permissions so that a cron script of mine can come by later and resize their images. The script works, the ftp works, but the script fails on any files they upload because of permission issues. Is there a way I can change the umask on this directory so that when files are uploaded with the ftp applet, they are accessable later on by my script without me manually going in and chmod'ing everything after the fact? www.bop123.com to get a glimpse of what I've built using this. Thanks
  11. I'm just wondering if there is any way with a standard TCH account with cpanel and ftp access to implement version control software onto your website. I use CVS at work where we have ssh and total access to our development servers, but wondering if it's possible to do the same on a site hosted by TCH without all the various levels of access... Thanks
  12. I'm curious what email systems people use out there to handle the actual sending of the emails. Writing an email system to manage the email lists is simple enough, and I've already done that, but handling the actual sending out seems to be a tricky issue, because TCH only allows X number every 5 minutes, so not sure how you solve something like that with PHP. Anyone have any ideas in this area?
  13. I would like to purchase another site from TCH, but it says an account already exists through in_gad@yahoo.com, but when I go to retrieve password, it asks for username as well, but I have no idea what that might be. I have tried my forum username/password combo, my help ticket username/password combo, and all 4 or 5 of my cpanel username/passwords, and no luck yet. Any way I can get some help here?
  14. Anyone know if TCH supports favicons ? (If you don't know what they are, they are those little icons next to your links in your browser favorites list. Check out www.favicon.com)
  15. Hmm, for whatever reason, it's working now. Maybe someone read my post here and made some adjustments to my account to make it work, cause I didnt change any of the code since yesterday, but now its working. Thanks
  16. I am trying to use the imap_open function to eventually pop mail from one of my email accounts. For whatever reason, my current syntax just causes a white error page to show up in the browser. I'm currently using: $mbox = imap_open("{mail.mondoodle.com/pop3:110}INBOX",'support@mondoodle.com','password'); where password is my actual email password for that account. Please let me know where I'm going wrong here, as I have no output to guide me in any direction....just a blank screen. It doesn't even make it to the next line of code that says: print imap_last_error(); Thanks
  17. I posted this on the open discussion forum, but then realized that this board is probably where I wanted to be. Anyhow, I opened an internet merchanct account with TrustCommerce and have happily been using their Perl API's to process cc transactions on my website for a while now, but that was all through Verio where I had things like SSH. Anyhow, just wondering now that I'm with TCH, how can I get these types of advanced things installed and setup for my account? I have the option of using their Perl or PHP API, but both of them require things that I don't have access to do. PHP requires access to their own PHP extension, which I can't install into the php extensions directory, and Perl requires some modules that I can't install either. Any help greatly appreciated. If I can't make this work through TCH, please let me know ASAP so I can go to a more expensive host that gives me SSH I guess or will do this for me. I realize these are somewhat advanced requests, so any advice is welcome! Thanks!
  18. What and where do I need to send my request to have SSL setup on my account (www.mondoodle.com). I already have the certificate and the key and all that, just don't know where to send it and what to include to get it setup on my account. I already opened a ticket for it, but no reply in 2 days. Thanks in advance.
  19. I am attempting to use some third party API's in order to process credit card's internally on my website without using an external credit card processing company (I already have my own internet merchant account.) In order to use these API's, I either need to be able to install a PHP extension or include a perl module. Will TCH do anything like this for me, and if so, how do I go about getting it setup? I currently have my merchant account through trustcommerce. Thanks in advance. Jarom
  20. Is there any way through TCH to have an SSL page (https) that doesn't have those popup warning windows about the certificate name not matching the name of the site? I've done this before through verio but I had ssh access and was able to buy my certificate and get ssl working through a somewhat complex set of steps on the ssh terminal prompt. I already bought the certificate for the same domain name (mondoodle.com) but that was when I was with verio. Does anyone know if I can use that same certificate or even a new one and if so, how? Thanks Jarom Severson
  21. Sorry, I forgot to mention I've already tried: AddType application/x-httpd-php4 .html and it didn't work.
  22. Can you please give me the lines in your .htaccess file that do this? Thanks
  23. I do all my php development using .html files, so that it's more transparent to the user what's actually going on on the backend. With other hosts, I've used .htaccess files to change it so that .html files are treated just as .php files are. Does anyone know how to do this through TCH using either cpanel or a .htaccess file? I've tried the following line in my .htaccess file in the public_html directory, but it didnt work: AddType application/x-httpd-php4 .html Thanks Gadianton
  24. I've done this before but never with TCH. I want it so that all my .html files are treated as php files, without changing all the file extensions to .php Has anyone ever done this through cpanel or with a .htaccess file using TCH? If so, please let me know...thanks! Gadianton
×
×
  • Create New...