-
Posts
824 -
Joined
-
Last visited
Everything posted by natimage
-
Hey, I think this will be my favorite forum now!!!!!!!!!!!!!!!!!
-
Welcome to TCH, Beth!
-
I'm currently unemployed (by my own will)...so I figure I ought to do something valuable with my time!!!! Nevermind the 3 or so websites waiting patiently for me to tend them...
-
Thanks, Robert...but I owe that one to DWMX! It showed me the answer.
-
New Virus On The Loose: Mydoom (medium Risk Alert)
natimage replied to Nick_'s topic in Security Discussions
Here's another link for some good info: ZoneLabs -
I think the very top <?xml line is the one to change. The following code works for me: ><?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Testing PHP inside XHTML</title> </head> <body> <p>Here is the clock -- <?php echo( date("g:i a") ); echo(", "); echo( date("d-M-Y") ); ?> </p> </body> </html> Here's a link to the working page.
-
Robson, Are you able to view ANY live data with DW? If not...you can look at THIS TOPIC and maybe find some answers. This post was for DWMX though...some of your settings may be different.
-
Boxfire...when you uploaded the files to your server, did you upload in binary mode? I know that you absolutely MUST upload the files in binary mode! Also...was it version 2.5 that you downloaded? I've downloaded this script but have yet to run it (long story). But I think the Ioncube PHP loader should have been all bundled up with your download. Jack will be able to help you in his forum, though, I'm sure. (The link posted by stevevan!)
-
I'm not sure...it could be related to you doing some work on the page and viewing it multiple times. Here's a link where you can read more about the "meaning" of different AWStats verbage: http://awstats.sourceforge.net/docs/awstats_glossary.html Welcome to the Family!!
-
Hi, I'm not sure if there is anything you should report to TCH or not...or anything that you can report since the email is deleted. A couple of things I would recommend though...if you are using "mailto:" in you form, look for some alternative scripts. There are some secure ones out there that would allow visitors to upload files and email you without using their own email client. Then you would have the ability to restrict the types of files they could send to you, thereby lessening the chances of a virus being sent. If that's not an option...or if you already use something like that and a virus got through anyway, you should maybe check the email source to get more info. on the sender. You could then possibly block that ip from sending you email at all...and TCH might be able to look further into it and report the sender. Be glad you had Norton running!!!! I've gotten a virus before...it's not pretty!! Also...Welcome to the Forums!!! Thumbs Up
-
Madman, In regards to your first question: I use the abbreviated path like you are wanting to do with no trouble. Can you post a link to a site where you've used the entire path? Also tell us the path to your image directory. Is it public_html/images or is it something else? You'll have to wait on one of the geniuses out there to help you with your second question.
-
I think the answer to my above question is "yes". Now...I must say that I think sourceforge should start hosting it's site(s) with TCH!! Access to their pages SUCKS!!! One minute it works...next minute it won't!!
-
Maybe this is a stupid question, but...once I install coppermine, I know I can control themes and such...even create my own. But, I'm curious as the whether or not I'll still be able to use all .php pages. Basically, right now all pages are php, using the include() function for header, footer and navigation files. Will Coppermine generate my gallery pages and index pages in this manner? Does that make sense???
-
Megarad...I know you said you use Eudora, but I'm going to post this info. anyway. Maybe it will help indirectly. I use Earthlink's TotalAccess 2004 and found the port settings by doing the following: On TotalAccess2004 Task Bar, click the more button on the email button. Click email options...then TotalAccess mailbox settings...then click accounts...then edit the proper account. In this box, you can change the smtp port.
-
This is a statement from Any Password's documentation: I agree that nothing is 100% safe...and I agree that putting secure info. all in one place makes me nervous. But, doesn't the fact that this program uses encryption help a little bit? I'm using the program to help me keep up with work passwords, website passwords, email passwords, military passwords (that I only use once a month at the most) and many others. Am I naive to consider myself relatively safe with the encryption, AVG Anti-Virus, ZoneAlarm and PestPatrol running?
-
Can you post a link to a page that isn't loading images properly?
-
Test email sent at 10:37:16pm Autoreply received at 10:37:28pm Reply received from Adnan Abbasi at 10:39:09 Now that's fast!!!!!
-
Paypal Shopping Cart Help Needed
natimage replied to laburke's topic in Running your online business
Laburke, I have no idea if this will work or not, but it's where I would start. On your photography.html page, all the photos are set to open into a new window when clicked. If you set these to open in the same window, I'm wondering what will happen when "Back to Photography" is clicked. I don't know how familiar you are the html coding, but just in case your not familiar, this is what you would have to change: ><a href="madelinetree.html" target="_blank"> to ><a href="madelinetree.html"> If that doesn't work, the next thing I would look at would be the javascript assigned to the "continue shopping" button. Unfortunately, I know nothing about javascript!! But, this is the code I would try to get help with: ><script language="JavaScript"> function focusWin(win) { if (!win.closed) { win.focus(); } else { alert("The window you were originally browsing in has closed.\nPlease, open a new window to continue shopping."); } } var baseWin = window.opener; if (baseWin && !baseWin.closed) { document.write('<a href="#" onclick="focusWin(baseWin)"><img src="/en_US/i/btn/cont_shopping.gif" border=0 align=top alt="continue shopping"></a>  '); } </script> -
Thanks, Nick. And thanks, Don, for the link and the info! Much appreciated! I might learn a thing or two about permissions yet!!
-
Thanks, Nick!!!!!!!!!! Can you tell me what you did and why, so that if this ever happens again, maybe I'll have the smarts to fix it myself? Rock Sign
-
This morning. With all permissions seemingly set at 644, I get the Forbidden, you don' have permission error. If I set /Invision folder to 777, I get the following error: I tinkered with the permissions on the index.php file and on the sources/functions.php file, but to no avail. Any ideas on how this thing got messed up to begin with? I had not touched permissions on this site after getting IPB set up. And at that poing, it was working fine. Actually, I did check to see what the permission settings were at one point, but made no changes. And I think I still had access at that point as well.
-
Now I get this error: That file and several other files I checked are all at 644 now. There are 2 folders in the Skins directory. S1 and S2...I checked permissions on both of them. However, in S2, when I clicked CHMOD to check the permission settings I got the following FTP error, even though I wasn't changing anything: None of the others that I checked gave me an error.
-
I've worked on this Invision Board a little bit, but not recently. When I went to mess with it today, I suddenly got the following error: I changed permissions in WSFTP to 777 for the Invision folder, but that did not help. Any suggestions? Thanks!
-
now I REEEAAAALLLLY need that blushing icon...
-
Your welcome, Don. Good luck!!
