Forum: Chit Chat
2010-10-22, 01:29 PM
|
Replies: 20
Views: 2,075
|
Forum: Chit Chat
2010-10-20, 01:42 PM
|
Replies: 14
Views: 1,589
|
Forum: General Business Knowledge
2010-10-13, 02:25 PM
|
Replies: 169
Views: 43,642
|
Forum: General Business Knowledge
2010-10-07, 01:33 PM
|
Replies: 169
Views: 43,642
I was just able to pull out money and get a...
I was just able to pull out money and get a receipt for the balance. However, what I really need is a copy of the messages from my epassporte inbox which they seem to have killed access to.
|
Forum: Chit Chat
2010-10-04, 03:03 PM
|
Replies: 15
Views: 1,134
Slapped together some code to handle a domain...
Slapped together some code to handle a domain that had been sitting idle for about 2 years with my nephew last night. html is hideous, but, it works. While doing that, I noticed that google...
|
Forum: Chit Chat
2010-10-03, 12:16 PM
|
Replies: 8
Views: 1,040
Debating getting a new cell phone today. Due to...
Debating getting a new cell phone today. Due to some competition between B&M stores and online stores, one of the first phones I've seen that looks really nice and had a national release date of Oct...
|
Forum: General Business Knowledge
2010-10-02, 12:13 PM
|
Replies: 21
Views: 2,528
|
Forum: Chit Chat
2010-10-01, 03:49 PM
|
Replies: 16
Views: 1,805
|
Forum: Chit Chat
2010-09-30, 07:13 PM
|
Replies: 20
Views: 2,659
|
Forum: Chit Chat
2010-09-30, 05:14 PM
|
Replies: 20
Views: 2,659
|
Forum: Chit Chat
2010-09-30, 04:34 PM
|
Replies: 20
Views: 2,659
|
Forum: General Business Knowledge
2010-09-25, 11:10 PM
|
Replies: 75
Views: 12,542
From pieces of conversations, and the delays,...
From pieces of conversations, and the delays, here's my theory:
disk crash at host on sybase server, no backups
drive sent out for recovery - this is not a quick process if it is a media rather...
|
Forum: General Business Knowledge
2010-09-24, 12:22 PM
|
Replies: 169
Views: 43,642
|
Forum: General Business Knowledge
2010-09-24, 11:21 AM
|
Replies: 169
Views: 43,642
|
Forum: Chit Chat
2010-09-21, 11:36 AM
|
Replies: 16
Views: 1,256
Last weekend I sat down and wrote some code --...
Last weekend I sat down and wrote some code -- continuing something I last worked on July 3. What I had originally written was close, but, after thinking about it a bit, was the wrong approach. ...
|
Forum: General Business Knowledge
2010-09-16, 03:25 PM
|
Replies: 31
Views: 3,034
OpenX Security Update
Security is an important...
OpenX Security Update
Security is an important priority at OpenX and we're constantly working to provide security patches and bug fixes as soon as we become aware of any potential issue. As these...
|
Forum: General Business Knowledge
2010-09-14, 09:24 PM
|
Replies: 31
Views: 3,034
I believe the iframe and php includes try to...
I believe the iframe and php includes try to include a file from the admin directory for some display function. It does indeed break when the admin directory is set to chmod 700.
Javascript...
|
Forum: General Business Knowledge
2010-09-14, 08:59 PM
|
Replies: 31
Views: 3,034
Appears if you are using anything but the...
Appears if you are using anything but the javascript delivery, the admin directory cannot be protected.
LD, in the control panel, you can automatically generate .htaccess/.htpasswd files.
|
Forum: Programming & Scripting
2010-09-13, 03:22 PM
|
Replies: 9
Views: 1,427
HTML is not my thing. :) I think the <div>...
HTML is not my thing. :) I think the <div> containers for each of the videos can have the CSS modified, or, you could put inline styles in. They should act just like any other image or text...
|
Forum: Programming & Scripting
2010-09-13, 12:47 PM
|
Replies: 9
Views: 1,427
|
Forum: Programming & Scripting
2010-09-13, 12:23 PM
|
Replies: 9
Views: 1,427
|
Forum: Programming & Scripting
2010-09-13, 11:55 AM
|
Replies: 9
Views: 1,427
|
Forum: General Business Knowledge
2010-09-12, 03:12 PM
|
Replies: 31
Views: 3,034
|
Forum: General Business Knowledge
2010-09-08, 09:41 PM
|
Replies: 8
Views: 1,248
|
Forum: General Business Knowledge
2010-09-08, 04:38 PM
|
Replies: 8
Views: 1,248
RewriteEngine On
RewriteCond %{HTTP_HOST}...
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]
You might want to set an exclusion rather than an inclusion, otherwise...
|