boxfire
Members-
Posts
41 -
Joined
-
Last visited
Everything posted by boxfire
-
Deleting them's not really the problem...I'm trying to figure out what happened and how to stop it from happening again. Some legitimate e-mails I'm sending are starting to bounce, with responses that the address isn't accepting e-mail from my domain anymore. Justin
-
This is what the message that went out looks like: >Did you know more millionaires are being created everyday than in all of history. The problem is finding a legit home business to mak e money, we have a Guaranted Proven home Internet Business you will never find anywhere else. We expose the truth on online Mark eting and all of it's secrets to earn literally Thousands of dollars a day. So if you own a website now or looking for a legitimate home business, Don't Miss This! Learn all the secrets of Internet Mark eting and how to raise your profit 500% today, 110% Guaranted! Simply Go To This URL: www.iiprofits.biz?djkfdzcbgf xGaWb iqumiC 3A6T0sj5 SchNnhZ L56Zkg ds8KOn Kz7qCyYdGXW dlI1r9BJuz4Hzx6 NpikXIU u Co MJ yqM Coj AjT I p rRV SJPAhhA7O Nl TpxM8M0jqaMM94BD o o 1 E tiD7qYJz tjxuk8IruBtxznA 1IGViYpfR7 iEOZgUh mequKucK41FhTpe Hy6r Xf jaV QFBGW cmI u ses4NMNSRUgj
-
I'm getting hundreds of bounced messages that look like this: >Your mail to the following recipients could not be delivered because they are not accepting mail from jeff719%40myjoi%2Enet@server46.totalchoicehosting.com: sseelke rdp17 I didn't send these obviously, and they just keep coming back to me, over and over and over again. Some are slightly different, some have addresses with one of my subdomains, justinmclachlan.box-fire.com ... I don't know what I should do. Justin
-
yeah...I did upload them in binary mode...but I'm going to re upload again...so, this thing it's telling me to download, is something I can upload to the server myself? Because it came with a directory under that name, but it's telling me it can't decode the directory...I'll keep trying...thanks :-) Justin
-
I installed this script because this is the one suggest by Total Choice, but then I get this errror: But, I'm not sure its something I can install on my own...it says I need to contact the server administrator...so, I'm kinda confused. Justin
-
We figured it out... my .htaccess file had hotlink protection in it, so once that was removed everything was fine... thanks! Justin
-
I've been working on a few pages that for a subdomain I created last night. However, I can't get any images to show up. Nothing at all... background images, inline images, etc. I don't get broken images, just nothing, in any of my browsers. I've noticed that if I load the image directly in my browser (by going to the images direct URL, then press back, the image will appear). This happens on both my browsers, and on other computers. I had this problem yesterday with ad code I was using to serve banners (until I removed IFRAMES and did it by javascript)...but basically, I haven't been able to upload any images and get them to appear in my pages for days...even though the images are uploaded and linked properly All of my other subdomains, sites, pages are working (everything from before, that is)...I can't see anything I'm doing wrong... there just aren't any images showing...any idea what might be going on? Justin
-
Use the -auth=id:pw parameter when running a script? This is the command I have so far... >lynx -dump http://justinmclachlan.box-fire.com/lists/admin/?page=getrss
-
Try adding target="_blank" to your links ... I'm not sure how entropy works...but, that should cause a new window to open up with the link.
-
I got it all worked out, but now I have a new problem... I use this code to serve ads. However, the images won't display unless I right-click, choose view image, then use the back button. Otherwise, they're broken. I tried support from adbutler, but they don't respond. Also, if I ad a seperate img tag pulling in the exact image the code tries to serve it'll work. You can see it at my site http://justinmclachlan.box-fire.com there's a small ad in the right-hand bar, and the image is broken. Try the right click thing and you'll be able to see it. Any idea why this is happening? Justin ><!-- Begin AdButler Code v6.01 --> <IFRAME SRC="http://servedbyadbutler.com/adserve/;ID=141730;size=234x60;setID=64922;type=iframe" WIDTH=234 HEIGHT=60 FRAMEBORDER=0 BORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 VSPACE=0 HSPACE=0 SCROLLING=NO> [if lt IE 4] <script SRC="http://servedbyadbutler.com/adserve/;ID=141730;size=234x60;setID=64922;type=js" LANGUAGE="JAVASCRIPT"> </script> <NOSCRIPT> <a href="http://servedbyadbutler.com/go2/;ID=141730;size=234x60;setID=64922"> <img src="http://servedbyadbutler.com/adserve.ibs/;ID=141730;size=234x60;setID=64922;type=img" border="0" height="60" width="234"></a> </noscript>[endif] </iframe> <!-- End AdButler Code -->
-
I need to use an include on a page such as: mysite.com/comments.cgi I know how to do this with pages that have the .php extension, but no idea how to do it on a page that's .cgi...and I can't change the file name, etc... How can I do this? Justin
-
I use a mailing list program that for some reason requires the default file on my directories be set to index.php and not index.html ... .I have no idea why, but I can't get it work and I can't figure out a way to change the default...is there a way? Justin
-
I figured it out. Adding >clear: both; to my #footer specified that it should be placed after the floated elements, I think that's what it's doing, anyway. It worked so I'm not gonna think about it too much Justin
-
If y'all could look at this page in Netscape... http://justinmclachlan.box-fire.com/newindex.php and then check it out in IE, you'll see that IE puts the footer where it's supposed to be, but I can't get it to move in Netscape at all... it just sits up at the top. Now I have to columns floated beside each other, and I want the footer to go below them...all of this is contained in a <DIV> container. It took me forever to figure out how to get the main DIV container to expand based on the columns inside... But, none of the position attributes make any difference in Nestcape... the footer just stays there at the top. Any idea why this is happening? The page is still a workin progress, I know it doesn't look all that great yet.... Justin
-
Okay, I've tried and tried and tried, nothing works. It seems that it rewrites the URL, but I still get the 404 error. I didn't mention this before, but index.php is basically a design container... I use the script ><?php if (isset($go)) { include("$go"); } else { include("filename.html"); } ?> to pull in static html files to have a complete page...is there something I might be missing about using this script and mod_rewrite? Also, I've heard there's a way to rewrite the URL using PHP only...anyon know about that? Justin
-
Thanks everyone...I'll try some of these suggestions and see if what works... I am getting it to rewrite the URL, I think, I still get the 404 error. When I click on one of my normal URL's, it tells me it can't find the re-written URL...so, maybe that means I'm on the right track. Justin
-
>RewriteCond %{QUERY_STRING} ^go=(.*)$ RewriteRule ^index\.php$ /columns/%1? [L] The above seems to work better, now, when I click on my un-rewritten URLs, it processes it and tries to re-write the URL to what I want... but, I still get the 404 errors... Any help here? Maybe I should post this in the scripting forum? Justin
-
This is what I have...it's not working though... and unfortunately, I can't find much information out ther that I can understand >RewriteCond %{QUERY_STRING} ^go=/(.*)$ RewriteRule ^index\.php$ /columns/%1? [L] I was hoping that would rewrite subdomain.mysite.com/index.php?go=archives/001.html to subdomain.mysite.com/columns/archives/001.html I just want the search enginges to be able to crawl my dynamic pages....I'll see if what you're using can help me Thumbs Up Justin
-
So, I started reading up on this... what I want to do is replace urls that look like >mysite.com/index.php?go=archives/000001.html to something like, maybe: >mysite.com/index.php/go/archives/000001.html Also, I've noticed the IE doesn't always add the trailing slash, which messes up my images... anyway mod_rewrite can fix that? So...I'm trying to figure this out...any suggestions?
-
Funny... I was just about to ask this. Now, anyone care to give me a quick run down on how to use it? Justin
-
I did what I should've done from the beginning, used php includes to handle the content and highly simplify the tables in my template. Thanks everyone! Justin
-
Hmm...I changed the font sizes to pixels....and I'm still getting the problem...hmmm....what sizes did you guys use to get it to work? Justin
-
But maybe this link will help you... Justin
-
Honestly, I think phpnuke is the best (and easiest) out there. It has a slight learning curve but there are a lot of sites out there that use it and you would never know unless you knew what to look for. I've never had any real bug problems with it -- except trying to modify themes -- you have to do that very carefully and most of hte WYSIWYG editors can easily destroy the pages.... I use Movabletype for content management, but it is not simple from the admin end, though it's very flexible and powerful. Keep working with nuke, you might be able to get it to do what you want. Good luck. Justin
