-
Posts
67 -
Joined
-
Last visited
Everything posted by Zach
-
I created a subdomain http://portfolio.zachrosing.com, then I created http://newhopevbs03.portfolio.zachrosing.com. The first one worked immediately but the second one still won't come up on my side and its been about a day. Does anyone know if these sub-subdomains actually work? Can someone try that site and see if it comes up? I'll keep waiting (cPanel says it can take a while) but normally they start working for me immediately. I've made several others and none of them work either. thanks zach
-
Wow! I won! woooot See I thought since the contest email was sent out really late on like a Sunday night, I'd be sneaky and at least be one of the first 10, but it turned out there were lots of people up late and I was lucky to get mine posted in time. I've been here almost a year and a half now, and its still amazing how great everything works. I've referred several people and I won't be leaving! (i'll probably be taking the next step up to semi-dedicated before too long) THANKS! Rock Sign Zach (now go visit www.zachrosing.com/portfolio....check out some of my stuff!)
-
Check out some cool stuff at www.zachrosing.com/portfolio....
-
Search Engines Indexing Php Files W/ Query Strings
Zach replied to Zach's topic in CPanel and Site Maintenance
I figured it out everybody, thanks. In case anyone is interested, here is the simplest way I came up with: I had the url http://www.zachrosing.com/portfolio/index.php (and project.php) and they would each have only one query string. So I renamed index.php to index and project.php to project. I changed all my links and images to absolute instead of relative (added /portfolio) I added this to my .htaccess file: <FilesMatch "^index$"> ForceType application/x-httpd-php </FilesMatch> <FilesMatch "^project$"> ForceType application/x-httpd-php </FilesMatch> I added this to the first line of my php files: $expl = explode("/",$HTTP_SERVER_VARS["REQUEST_URI"]); And now $expl[3] is the variable of my query string. For backwards compatiability for people linking to my old addresses, I made index.php and project.php files which consisted of this: <? include 'index'; # (filename of actual php file) ?> And I left in stuff in the php files to check for either $expl[3] or for $_GET. And everything works great... http://www.zachrosing.com/portfolio/project/kickoff02 does exactly the same thing as http://www.zachrosing.com/portfolio/projec...ename=kickoff02. Zach -
I've have SpamAssassin installed on my domain for a few months and all of the sudden it seems like more junk mail has been getting through. Has anybody else noticed this? Zach
-
I have read that search engines have an easier time indexing php files w/ query strings when you use an Apache mod_rewrite function to reformat the url...something like: www.website.com/yourphp.php?q=blah would be instead: www.website.com/yourphp/blah/ Is this something we are able to do on our shared servers? If so how would we do that. If not, does anybody know of an alternate fix? thanks Zach
-
Ok...does anybody have any opinions about doing encryption before emailing? Can anybody give me a reason that it's a bad idea?
-
The credit card info needs to be processed by the shelter, not be someone else, otherwise they loose money. Any other ideas?
-
I run a website for a domestic violence shelter. They do online registration for events and want to accept credit card information. Not process it--just get the info, and have it emailed to someone. Any recommendations for doing this? I'd prefer to have the info emailed by FormMail, but even if it's going through the secure server, is that safe? Is there another, safer way of doing this? Thanks, Zach
-
I'd like all this to be done at the server level. I added something to prefix SpamAssasin emails with !NHSPAMASN!. I know how to have those messages deleted, but is there a way to have them all moved to, for instance, spam@newhopecc.net? Again, all done at the server level so the pepole on newhopecc.net don't have to mess with it. thanks zach
-
I figure this has been asked before, but I can't find it in the forums anywhere. How can I make SpamAssassin actually delete the emails it catches? Or better yet, how can I make it forward those messages to a seperate email account so I can check them (while at the same time removing them from the target account). Thanks Zach
-
No. I can't even get it to start. It says "unable to resolve target system name photo.zachrosing.com". Can anyone out there access this site? Is anyone having problems getting it to come up? zach
-
Hello, When server 7 was switched to server 19, I had an old domain (newhopepenguin.com) parked on my current domain (zachrosing.com). It now doesn't work. When I get to newhopepenguin I get the apache It Worked page, but the domain doesn't appear in my parked list inside cpanel. However, when I try to add it again, I get this error: Nameserver ips for newhopepenguin.com are: 66.11.162.138,209.51.158.250 Sorry, that domain (newhopepenguin.com) is already pointed at an ip address that does not appear to use dns servers on this server or master servers! Please transfer the domain to this server's nameservers or have your admin add one of its nameservers ips to /etc/ips.remotedns and make the proper A entries on that remote nameserver! Can anybody help me figure out the problem? thanks, zach
-
Hi, On my site I have two subdomains, blog.zachrosing.com and photo.zachrosing.com. The photo one sparadically stops working...I get a cannot find server error when I go to it. My main page and the blog one, however, work perfectly fine. I've had other people tell me they have the same problem. I just tried it, and i'm still having this problem. It wasn't working when I tried it last night (around 1am). Any ideas? zach
-
No no...it has nothing to do with there being two monitors there. It's the image on the screens. They don't look real.
-
The images are much too straight and aliased, plus too vivid to be a real photo of a monitor.
-
I don't buy it...it looks too fake.
-
Hi, I am a user that was on Server 7 and am now on Server 19. I'm posting this here rather than on MT's forum because this was working just fine until (I think) my site was moved. Maybe someone can help me. Whenever I try to upload a file, on the second page that comes up (where i'm asked about thumbnails), whenever I click on "embed" or "popup" nothing happens. It uploads the file just fine, but gets stuck on this page. I've sort-of reinstalled MT (I reuploaded the "full installation" version and wiped my MySQL database, although I didn't delete any files from my MT directory first) and it didn't help. Any ideas? Anybody else have this problem? Seems to me it's something to do with the server? thanks zach
-
Could you still explain, in simple terms, what might be going on here? Is this problem most likely on his side or mine? So far his is the only server i've had any problems with. ??? thanks.
-
Hello, Whenever I send email to a certain person, through any of my TCH hosted domain names, I get this error message (or something similar to it) back: --------- This message was created automatically by mail delivery software (Exim). A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: smpletch@bullseye-dev.com SMTP error from remote mailer after RCPT TO:<smpletch@bullseye-dev.com>: host mail.bullseye-dev.com [68.20.142.107]: 450 Client host rejected: cannot find your hostname, [64.191.45.12]: retry timeout exceeded --------- When I asked him about it, he replied with this: --------- I believe that this error indicates that I cannot do a reverse lookup on your hostname. My email server is set up to be very secure. As part of that security, the server requires the ability to check a hostname to make sure that the message is not falsely reporting its origin. This prevents aliasing and some spamming. Sorry for the problems. I hate to turn this feature off. If this is actually the problem, you may have more email sites have this problem in the future as more and more are turning this feature on. --------- Can any one fill me in on what might be going on here? This kind of stuff is a little over my head. Thanks, Zach
-
ZACH'S FIRST LAW OF INTERNET SARCASM: All sarcastic comments should be in italics. It makes the world a better place. (Unfortunantely, I forgot to do that earlier) And for all the other people thinking "uhh, wait, you've already got a DVD burner", yes, i'm very aware of that. I believe I should have two. One can never have too many DVD burners. Just imagine the possibilities.
-
Wait, that thing is a dvd burner?
-
Apparently the sarcasm was lost in my first message... It should have read something like this: Here's my entry...I hope I win, I could really use that DVD burner!!!
-
Here's my entry...I hope I win, I could really use that DVD burner. Visit www.zachrosing.com/portfolio to check out some cool videos I've done. -zach
