Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

chinaboy

Pioneers
  • Posts

    15
  • Joined

  • Last visited

Everything posted by chinaboy

  1. You need to rename your admin directory. Once that is done you need to update the configure.php files to reflect the name change. example: define('DIR_WS_ADMIN', '/admin/'); should be define('DIR_WS_ADMIN', '/newname/'); and define('DIR_FS_ADMIN', '/home/content/n/d/e/username/html/admin/'); should be define('DIR_FS_ADMIN', '/home/content/n/d/e/username/html/newname/'); As far as the .htaccess file..... you can just copy the .htaccess file to your image directories. I just used the .htaccess file from the image directory of the latest oscommerce download.
  2. Ok my host is no help at all. They claim that its a liability. I removed the "?instance=0" portion of the syntax and I got results. Does that make a difference? Will I be ok with this? Thanks
  3. Thanks for your help on this Jack. I ran that and that worked. My admin directory is password protected. Is it possible that this is the reason it didn't work from the cron job? To access my admin directory I must first enter the user name and password before I was able to run http://your_domain.com/admin/sitemonitor.php?instance=0.
  4. Thank you, i did miss the ". But now I get the following: Status: 404 Not Found Content-type: text/html No input file specified. What can I do to fix this part. Thanks
  5. Hi, can you share how you fixed this problem? I am having the same issure. Thanks
  6. Hi, great contribution. I setup the cron job and the below syntax works great for the hacker test code. /web/cgi-bin/php5 "$HOME/html/username/sitemonitor_hacker_cron.php" but when I try using syntax below to run the run the normal file check code, I get errors. Should I be using some other syntax? I am using Godaddy's cron job. I am not sure if I am calling it correctly. /web/cgi-bin/php5 "$HOME/html/username/sitemonitor.php?instance=0 Below is the errors recieved. /bin/sh: -c: line 1: unexpected EOF while looking for matching `"' /bin/sh: -c: line 2: syntax error: unexpected end of file Thanks
  7. Hi, Can someone tell me what I am missing? I installed the Credit Class/Gift Vouchers/Discount Coupons 5.21 on my store and all seems to work well except the credit to the customers account. In the report section of the admin, I can see that the customer has credit, but nowhere in the customers account does it display that they have a gift voucher balance. Where should the customers balance be located and how can they access it. The customer can purchase the gift voucher from my store and after paying via paypal, they return to the store and it states that they have purchased a voucher and they can send to another person if they want too. But that is all I see. No balance or any reference to the gift voucher is listed anywhere. Please help me figure out where I went wrong. Am I missing a file or something? Thanks
  8. It seems to be working now, not sure what fixed it. Thanks for the response.
  9. Hi, I am having the same problem with the scrolling special box in IE. Also when there is no items on special, I continue to see the word "undifined" scroll in the special box. Is there a way for me to fix these problems. In IE the scrolling pictures does not stay in side the box but instead scrollings over the top of the box. Thanks
  10. Thanks for the information Scott. Can I just not put the code somewhere on the index page? What purpose does that part of the code serve?
  11. I just download and followed all instructions except the step 1. My index.php does not contain the information below. Where should I put this information if I cannot locate it? I was able to locate the codes in all the other steps. Am I missing something here? ********** * STEP 1 * ********** in catalog/index.php Find this: <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> </tr>
×
×
  • Create New...