-
Posts
2,215 -
Joined
-
Last visited
Everything posted by DarqFlare
-
Yeah, just create another image of the same dimensions (It could be sized differently, but I'm not sure), and save it as that filename and overwrite. Then you're all set.
-
For the most part, you can simulate virtually every type of interaction on both a blog and forum. Forums usually have more abilities and options on the administrative end, but blogs have more publish-related features... I'd go with what Bruce said as well.
-
Yeah, that's what I did... Back when I used them.
-
Lavon, I hope you decide to join our family here! If not.. Then... (Other hosting company)
-
Several Questions Before Opening An Account..
DarqFlare replied to umz's topic in Pre-Sales Questions
To be honest, I think FTP is the easiest thing to understand since donuts... Especially if you use a good FTP client, like SmartFTP. That thing is built to work like Windows Explorer. -
I love tables. I am so used to them and efficient with them that I refuse to learn to work with divs... lol
-
As far as getting inbound links, you could always snoop around us TCHers to see if you can get a higher PR'ed (Google) site to link ya.
-
Beh, wings'll pull it out.
-
.htaccess Referral Spam Blocking
DarqFlare replied to LisaJill's topic in CPanel and Site Maintenance
Yes, it goes for http and https. You just add one line per domain, and can have it do a variety of things with the RewriteRule.. I just have mine block out everything under images/ to an "undefined" image in my base directory. Suggestion: When making changes to HTACCESS, save a copy of your current one. I did that, and it helped when I made an idiotic mistake. lol -
Make sure to submit that ticket to Billing!
-
.htaccess Referral Spam Blocking
DarqFlare replied to LisaJill's topic in CPanel and Site Maintenance
Here's the superscript HTACCESS that MikeJ and myself came up with: >RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ [NC] RewriteCond %{HTTP_REFERER} !^https?://(.*\.)?omgn.com(:.*)?/*.*$ [NC] RewriteCond %{HTTP_REFERER} !^https?://(.*\.)?darqness.net(:.*)?/*.*$ [NC] RewriteCond %{HTTP_REFERER} !^https?://(.*\.)?friendsurveys.com(:.*)?/*.*$ [NC] RewriteCond %{HTTP_REFERER} !^https?://(.*\.)?eclipseprime.com(:.*)?/*.*$ [NC] RewriteCond %{HTTP_REFERER} !^https?://(.*\.)?darqstuff.com(:.*)?/*.*$ [NC] RewriteCond %{HTTP_REFERER} !^https?://(.*\.)?darqbyte.com(:.*)?/*.*$ [NC] RewriteCond %{HTTP_REFERER} !^https?://(.*\.)?antietem.com(:.*)?/*.*$ [NC] RewriteCond %{HTTP_REFERER} !^https?://(.*\.)?paypal.com(:.*)?/*.*$ [NC] RewriteCond %{HTTP_REFERER} !^https?://(.*\.)?google.com(:.*)?/*.*$ [NC] RewriteRule ^/*images/.*$ http://www.omgn.com/undef.gif [R,NC] This way it handles all subdomains, ports, and even https. Folders too. -
Thanks for the kind words! I've seen Plesk... Heh.
-
To my knowledge, full backups include EVERYTHING about an account.
-
Yeah, I remember back in the day when we had just barely gotten into the 40s on servers... lol
-
Yup. 'Tis a good thing for people to search a problem on Google and find a solution here on the TCH boards. They find out that we know a lot here, are willing to help, and are also exposed to TCH!
-
New layout loads for me.. I dunno. lol
-
I'm an advocate of MovableType, so...
-
[applauds the new website design] Awesome, just awesome! I really wish I knew flash now! lol
-
Yeah, it's hockey. I'll wake you up when the playoffs are over...
-
Yeah. Disable popups.
-
I see it. Look at the scrollbars themselves. The IE scrollbars don't have that extra "grey" padding around them. The Mozilla ones do, making the scrollbars fatter, and taking away the screen real estate of the frame. Increase the left frame size and you'll be good. Either that, or find a way to define the scrollbar size (I don't think you can).
-
I would imagine so, but I'm not sure...
