Jump to content

Gadianton

Members
  • Posts

    24
  • Joined

  • Last visited

Gadianton's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  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
×
×
  • Create New...