Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

surrfman

Pioneers
  • Posts

    365
  • Joined

  • Last visited

About surrfman

  • Birthday 11/25/1957

Profile Information

  • Real Name
    Timmy C
  • Gender
    Male
  • Location
    Great State of Michigan
  • Interests
    Moto-Cross, Things Mechanical, CNC & Lasers, Graphic Arts, Helicopters, & Class A Motorhomes.

surrfman's Achievements

  1. Admin panel states I have a properly configured installation, yet go to configuration/administrators, there is the dreaded pink box stating can't write .htaccess/.htpassword_oscommerce files to the web server, along with red radio dials indicating admins are not protected. Tried changing the admin passwords to invoke the checkbox allowing the password protection, there is no checkbox, just admin ID name and new password. Tried adding an additional admin ID name, got same no checkbox for password protection issue, How can this be remedied? Using the Mindsparx admin panel, is there a different location for password protection using this panel? Ran the site secure test on oscommerce-solution website, comes back as secure. This was all good as of 2/18/2016 7:30am ET sitemonitor/ hacker test reports. Approximately 1:00pm same date, was hacked by a paypal redirect to some hack with a domain origin of Turkey. I have changed back the payment direct hack, renamed the previously renamed admin file, working on looking at all other files. Is their something this hack could have done to prevent password protection? What would be a prudent course of action? Oh yeah, sitemonitor stopped link to payment processor (PP,) by changing back to correct payment address, does this allow payment processing to resume, are other actions needed? Thanks a lot Guys & Gals! Timmy C
  2. Modified my header.php file to get the account, cart and checkout buttons up out of the breadcrumb and up into the upper left of the header, placing the search function in their former location. To do this required placing a .gif image with the phone number on the header, with a store_logo.png image on the left; gives the same appearance, but unless done this way, the functions would not float on top as desired. My store_logo.png measures 407 x 102 pixels, with the .gif image at 951 x 131 pixels. Problem is when the "header tags SEO" statement is in the file, it breaks the grid system. Have tried to change some of the specified positions and sizes, but no joy! Here is the current header.php file: <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2010 osCommerce Released under the GNU General Public License */ if ($messageStack->size('header') > 0) { echo '<div class="grid_24">' . $messageStack->output('header') . '</div>'; } ?> <div id="header" class="grid_24"> <?php /*** Begin Header Tags SEO ***/ ?> <div> <div id="storeLogo"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', (tep_not_null($header_tags_array['logo_text']) ? $header_tags_array['logo_text'] : STORE_NAME)) . '</a>'; ?></div> <?php if (HEADER_TAGS_DISPLAY_PAGE_TOP_TITLE == 'true') { ?> <div style="position:absolute; top:-5px; left:30%; color:#777; font-size:10px; text-align:center"><?php echo $header_tags_array['title']; ?></div> <?php } ?> </div> <?php /*** End Header Tags SEO ***/ ?> </div> <div id="storeLogo"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></div> <div id="headerLongcuts"> <?php echo '<a class="headerNavigation" href="' . tep_href_link(FILENAME_SHOPPING_CART) . '"alt="" >'.($cart->count_contents() > 0 ? ' (' . $cart->count_contents() . ')' : '') . HEADER_TITLE_CART_CONTENTS . '</a> ' . '<a class="headerNavigation" href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '" alt="">' . HEADER_TITLE_CHECKOUT . '</a> '; /*if (tep_session_is_registered('customer_id') && (!isset($HTTP_GET_VARS['guest']) && !isset($HTTP_POST_VARS['guest'])) && !$order->customer['is_dummy_account'])*/ { echo '<a class="headerNavigation" href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '"alt="">' . HEADER_TITLE_MY_ACCOUNT . '</a> ' ; } if (tep_session_is_registered('customer_id')) { echo '<a class="headerNavigation" href="' . tep_href_link(FILENAME_LOGOFF, '', 'SSL') . '"alt="" >' . HEADER_TITLE_LOGOFF . '</a> ' ; } ?> </div> <script type="text/javascript"> $("#headerShortcuts").buttonset(); </script> </div> <div class="grid_24 ui-widget infoBoxContainer"> <div class="ui-widget-header infoBoxHeading"><?php echo ' ' . $breadcrumb->trail(' » '); ?></div> </div> <div id="searchbox"> <?php echo tep_draw_form('search', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get') . tep_draw_hidden_field('search_in_description','1') . tep_draw_input_field('keywords', '', 'size="10" maxlength="100" style="width: ' . (140) . 'px"') . ' ' . tep_hide_session_id() .'<input type="submit" name="Submit" value="Search">' . '</form>'; ?> </div> <?php if (isset($HTTP_GET_VARS['error_message']) && tep_not_null($HTTP_GET_VARS['error_message'])) { ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="headerError"> <td class="headerError"><?php echo htmlspecialchars(stripslashes(urldecode($HTTP_GET_VARS['error_message']))); ?></td> </tr> </table> <?php } if (isset($HTTP_GET_VARS['info_message']) && tep_not_null($HTTP_GET_VARS['info_message'])) { ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="headerInfo"> <td class="headerInfo"><?php echo htmlspecialchars(stripslashes(urldecode($HTTP_GET_VARS['info_message']))); ?></td> </tr> </table> <?php } ?> Has to be something simple... I don't understand it? Appreciate any help possible, Timmy C
  3. @@geoffreywalton... Geoff, been there, tried all the tricks you mentioned, I think they are outlined a few messages up... It's a bugger, I may have Jack work his magic when my frustration level gets to where the people around me fear life and limb!!! The real stickler is that even running a manual execute, is not consistant. It's kinda like If this gets figured-out, might shed light on why order & extra order emails act the same way! Cheers, Timmy C
  4. I get this error just when running the cron job of just the sitemonitor.php file: Status: 404 Not Found Content-type: text/html No input file specified. Got host on phone, they seemed to think it may have something to do with the php version, which I don't understand as sitemonitor_hacker_cron.php sends a cron job report and a file check report, just like it should. This tells me, I think that all the settings in admin-> configure must be correct, or either would not execute? I get inconsistent manual execution of sitemonitor.php when done from admin->admin and an emailed report when it does execute. overwrote sitemonitor.php from the install files. Timmy C
  5. @@Jack_mcs Attempting to download from add-ons page, which dated download should I go for. Shows 19 to chose from, some are fixes and changes. have Ultimate Seo 5 installed on 2.3.1 shop. thanks man, Timmy C
  6. @@FWR Media is Ultimate SEO url 5 compatiable to run with the header tags SEO contribution. Any issues or problems that must be addressed? Thanks, Timmy C
  7. @@Jack_mcs Jack... Got to where I have sitemonitor working from the admin console properly. Deleted the .txt files and replaced from the install package. As for the cron job side, have the hackers file working just as you engineered, problem is with the sitemonitor.php side. Keep getting an email reply after cron attempts to run: Status: 404 Not Found Content-type: text/html No input file specified. Figured has to be the instance of which configure file told in cron statement to look for? I have two instance according to admin/configure.Tried placing both just the instance such as 0 and then 1, no go, then added the instance=0 or 1 afterwards, as per the install instructions. The current cron statement is : php /home1/freddie/public_html/admin/sitemonitor.php?instance=0 The username and rest of path is correct as sitemonitor_hacker_cron.php is doing as it should. One question: in admin/configure, the box for log file location has just "sitemonitor_logs" is that giving the code enough path to find the admin folder where sitemonitor resides in? Admin folder name has been changed to protect the vunerable. I'm sure I missed something? Thanks a bunch, Timmy C
  8. @@Jack_mcs Jack... Set-up SiteMonitor on Tuesday, looked for the cron job email Wednesday morning, nothing there. Tried working with admin/ configure, then executing update in admin/admin. No problem getting the hacker check, but doing any kind of manual update on the 2nd or 3rd buttons, returns varied results. Will get can't write to sitemonitor_log file, can't write to reference_log file, tried deleting reference file too. Sometimes I get an update and an email is sent through, email is in mailbox, so that part is happy, it is the erratic update that is baffling. In the admin/configure I left settings as they were went first opening, changing just the email addresses. log file directory has just sitemonitor_logs. if I try and add any more path to it sez can not be found, so I assume it was right from the start. My admin was renamed before installing, does that cause issues? The only other change I tried in admin/configure, was adding the full web address to the adim directory box, once update is done, the box clears out. Any clues? Timmy C
  9. @@Jack_mcs Looked at the admin configure panel for SEO 5, I don't see an option to change modes. Is there a code change required? Timmy C
  10. @@Jack_mcs already have ultimate_SEO_urls_5 installed, wil this be a problem if header tags is installed also? Timmy C
  11. @@Jack_mcs Jack... Finished install of add-on, 2.3.1 shop. Was expecting to see admin site displaying SiteMonitor under the Configuration options, can't seem to find him. Checked my work to ensure proper install, seems correct. I have renamed my admin folder, is there something I need to change in the coding because of the admin folder rename. I was surprised I didn't have to do something with the sql? Thanks again for your dedication! Timmy C
  12. Jim... no good. Would it possible to add this line to the jquery.css file, how would bm_categories_accordian.php understand and comply?: .ui-state-default c, .ui-widget-content .ui-state-default c, .ui-widget-header .ui-state-default c { border: 1px solid #777777; background: #000000 url(images/ui-bg_inset-soft_75_000000_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; } added a "c" to the .ui-state-default where they appear. I got to thinking, if I knew what the heck I was really doing, and I really don't! it would be a neat feature of the accordian contribution, to be able to inherit the styles, of say, the box headers, or even if there was some way when the contribution is set to true, in the admin, you could set the color/style of the accordian button by specifying a link to an image. Would it be difficult to make it so? To me just seems cleaner, and possibly less confusing to have the column buttons not match the other buttons found throughout the store, as most other buttons deal with navigating to the payment grab. Thanks a bunch for your help, Timmy C
  13. #categoriesMenu { background: url("images/category_button.png") repeat-x scroll 50% 50% transparent !important; border: 1px solid #699859; font-size: 14px; font-weight: bold; this is what firebug shows in it's window, not sure where the transparent is coming from though
  14. I placed !important end of statement, shouldn't that have cinched the deal?
  15. images/ui-bg_highlight-soft_75_000000_1x100.png @@kymation JIm... got to messing with this button issue, can't get this guy to submit to my whims! here is the statement I added to the stylesheet.css: #categoriesMenu { font-size: 14px; font-weight: bold; border: 1px solid #699859; background-color:#000000; background: url(images/category_button.png) 50% 50% repeat-x !important; I can change the font info, border and get the background-color to show up behind the button on a page refresh, anything done to get images/ui-bg_highlight-soft_75_000000_1x100.png background to display is not happening. I copied the .ui file for the button, changed it to category_button so it would not conflict, still no luck. original ui named as: ui-bg_highlight-soft_75_000000_1x100.png both the remnamed and the original are in catalog/images. images/ui-bg_highlight-soft_75_000000_1x100.png images/ui-bg_highlight-soft_75_000000_1x100.png Could it be that the black shaded button I am trying to get, is somehow lodged under the yellow buttons displayed? The stylesheet is the last loaded in the head of template_top attempted to change colors using firebox style editor, could get a solid black but of course the change would affect all buttons. would it be something where an extra dcefaulty button state might need to be added to the jquery file? If so, how would I make it get the attention in bm_categories_accordian.php module? the store url is www.discountegauges.com thanks again for all your help, Timmy C
×
×
  • Create New...