-
Posts
2,215 -
Joined
-
Last visited
Everything posted by DarqFlare
-
Not me. Those things are a disease, you know.
-
Yeah, I had to add in those PHP error lines to my files as well... No real biggie.
-
Cool, you're welcome!
-
Even though I'm not interested really in the developer's package... This is a great idea. It's really, really nice to see a hosting company try to come up with an alternate package to help provide a service that its customers want.
-
Welcome back! Muahahaha!
-
I think they build some systems that have their own encrypted security code that is stored on the router, and only wireless cards with the correct security code added can access that wireless router. I may be wrong. But that would certainly be the best way to a secure wireless system... If they don't have encrypted systems yet, they need to have them.
-
I'm not sure how to do it in JS... With PHP, I would basically set it up so that the invoice date gets converted using strtotime(). This will convert it to the same system PHP uses for its time() function. Once the invoice date is converted using strtotime(), do a comparison like so" if(($Converted_Invoice_Date + 3888000) < time()) { // output error message here, so whatever you need to do } 3888000 is the number of seconds that pass in 45 days, and by adding that to the invoice date, if it has been longer than 45 days, it will be less tahn the current time. Someone else may be able to explain it clearer.
-
I think SmartFTP can connect securely... Hold on, let me try it... [tries] SSL Implicit said "Connected. Exchanging encryption keys... SSL Error The token supplied to the function is invalid" SSL Explicit said "AUTH TLS 500 Security extensions not implemented" Implicit didn't even get connected, but Explicit got connected, put in AUTH TLS, then was disconnected after the error message. Perhaps TCH can support whatever SmartFTP uses?
-
You could also use some of us here at TCH.. You know where we post! rofl
-
I would go wireless all the way. If you can afford it, go wireless using the faster systems.
-
I agree with the sentiments expressed here.
-
Congratties Jim! [formulates a plan to make TCH want to hire him]
-
Yeah, I've gone MT as well! I'm just gonna write up my own template structure though.
-
Hey all! I'm having problems getting an RSS file generated. Is anybody familiar with RSS?
-
n/m Got it fixed.
-
news_rss.php is at 0777. The directory below it is public_html
-
Alrighty, I need help folks! Why is this not working: >$RSS = fopen("../news.rss", "w"); fwrite($RSS, $Output); fclose($RSS); Any ideas? It gives me this: Warning: fopen(../news.rss): failed to open stream: Permission denied in /home/omgncom/public_html/crontab/news_rss.php on line 86 Warning: fwrite(): supplied argument is not a valid stream resource in /home/omgncom/public_html/crontab/news_rss.php on line 87 Warning: fclose(): supplied argument is not a valid stream resource in /home/omgncom/public_html/crontab/news_rss.php on line 88
-
I know, but I said sometimes I will change that for various reasons. Besides, sometimes you may run into a publicly accessible system where there's no clock, or it's wrong, etc etc. Just a simple suggestion.
-
Yep. I run 3 accounts here myself, so I know how it goes. lol
-
Ooooh, very bad, very bad. No more Belkin products for me.
-
Hmm... I don't think their PR will help you. Not entirely sure though.
