-
Posts
66 -
Joined
-
Last visited
Everything posted by crippen
-
Is it positioned relative? If so you * should * be able to do what you want with it...
-
Try yelling at it, that usually helps.
-
Definitely of big concern, thanks for the link.
-
I understand a component is required to be installed on the hosting server?
-
error message?
-
some testing around I've done proves that yes, switching to a hard-coded link to a "www" URL when you are coming from a URL that does not have "www" drops the session values. SessionID is in fact retained, but the values held in session are lost! Try it out here: renkai.com
-
I was helping someone else with this issue. Actually the variables were being passed in the URL string in a non-www URL, and going to a URL with www, we thought that may be the problem. Just wondering if anyone here might be able to confirm if that is the case. For example, going from http--domainDotcom/file.php?col=bl&img=default&c=4&i=1 and then go to http--wwwDotdomainDotcom/file.php returns all empty strings from session vars.
-
maybe you are looking for this
-
I'm trying to maintain some session variables across pages in php. Does it make a difference if the variables are stored across pages wehre I go back and forth between "www" and without? What I mean is, if I store some strings into session variables using a page called "****/pagename.php", then if I link the user to "www.****/page2.php" would that cause those session variables to be lost?
-
Need Cert For Both Www And Base Domain?
crippen replied to slawsonb's topic in Running your online business
I'm not entirely decided but yes this may be a possibility. would the code line then be: >RewriteRule ^ https://server###.tchmachines.com/~username%{REQUEST_URI} [R,L] -
Hey duffs, I really need to start learning more about the PayPal options - do you have any quick link to information about that PayPal free cart? edit ... nvm I found it (google is my friend)
-
Need Cert For Both Www And Base Domain?
crippen replied to slawsonb's topic in Running your online business
Hi Andy, would you know of any htaccess script which would force all domain requests to the shared ssl address? -
Yeah both are good. Actually both is best; it depends ultimately on just how valuable your files are to you. If you place a significant value then you should use both just to be safe.
-
Most likely means your ISP has some kind of restriction on use of outgoing port to send email. Ask them what outgoing server to use, change it to that and you should be all set.
-
Hi I'm just curious - what is a PST?
-
Thanks!
-
Heh, my view is exactly the opposite. I love watching the game but can't stand the commercials!
-
Our bank uses Transaction Central which has a $70 setup fee and $20 a month Gateway fee. I'm just wondering if anyone can provide some advice on whether or not these are decent/competitive rates. We're a small book publishing business, which takes in maybe 2 orders per day from the website. These 2 orders will generally be 1 or 2 books, at very roughly at $30 order each. Thanks for any suggestions or comments
-
From the TCH FAQs: Masking your E-mail address
-
I'll try posting a ticket here as well in case something can be done on the TCH end.
-
Thanks Rob, I did see that. The thing is, when I run a phpinfo() on my account, I get the following returned: So, it would seem that enable_dl is actually on here despite the warning someone posted about. I'm going to see what x-cart has to say, and I'm hoping there will be some type of patch or update they can provide.
-
I am running an installation wizard for x-cart shopping cart software. I've gone through the pre-setup configurations and believe I should be all set, however a check that the software does before actually installing gives me the following error: So it appears that dl() is a disabled function, and I may have problems with using x-cart on TCH as a result. I'm wondering if anyone has come across this before, and would suggest a way I can get around this? I'm guessing that the disabling of the function cannot be over-ridden within my local files somehow? I found the following page in the php manual: http://us2.php.net/dl But I'm not enough of a php expert to really understand what this means and what I can possible do about the issue. I've also contacted x-cart as well for suggestions. Thought I would ask here as well. I hope I don't have to leave TCH because of this.
-
another thing, I find the MS newsgroup work best (more easily readable) if you set up your email client to read them. I use Thunderbird, and have a few MS and other newsgroups configured. Thunderbird newsgroup config guide
-
You might want to check out Microsoft's newsgroups for help in Frontpage. In my experience, the MS newsgroups are very helpful, full of people who know the products inside and out. link to MS FP newsgroup
-
Use a good FTP program if there's any problems uploading from cpanel file mgr. FTP is always best for transfer of large files.