mikesdecals Posted October 24, 2010 Posted October 24, 2010 Can anyone tell me in what folder and file can I find the "Welcome.jpg" I need to edit it but I can't seem to find it in any of my folders. Thanks! Mike Mike's Decals edit: Here is the code snip that is in my index.php I looked in all my images folders and there's no "welcome.jpg" anywhere. <?php echo tep_draw_top77();?> <?php //echo tep_image(DIR_WS_IMAGES.'welcome.jpg');?> <!-- Welcome_box_start --> <?php /* tep_draw_heading_top(); */?> <?php /* tep_draw_heading_top_3(); */?> <?php /* echo tep_draw_prod_top(); */ ?> <!-- <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td class="main"><?php /* echo tep_customer_greeting(); */ ?></td></tr>
multimixer Posted October 24, 2010 Posted October 24, 2010 The code you posted says that welcome.jpg is in folder DIR_WS_IMAGES. tep_image(DIR_WS_IMAGES.'welcome.jpg'); What the folder DIR_WS_IMAGES is, is defined in file [catalog]includes/configure.php, where usually we see define('DIR_WS_IMAGES', 'images/'); In this case, the image is in folder [catalog]/images/ In your template the location can be another, but the logic is the same My community profile | Template system for osCommerce - New: Responsive | Feedback channel
germ Posted October 24, 2010 Posted October 24, 2010 Visit the link below: How to Secure Your Site Pay close attention to "SECURING THE ADMIN" - Yours is vulnerable. It's easier to do a few security fixes now than to clean up a hacked store later. And if you don't secure the admin your shop will be hacked. It's just a question of when... :o I've warned you once before and you've taken no action. You don't understand the gravity of the situation. If you don't want to come back and start a post with the infamous words "My shop has been hacked" you'll follow my advice - ASAP! If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
mikesdecals Posted October 24, 2010 Author Posted October 24, 2010 Thanks for the reply. That's what I was thinking, but there's no "welcome.jpg" in my images folder. It must have been removed or the command just points to nothing. What I am trying to do is get rid of or change that funky "film coming out of envelope" looking icon in the bar above my text. What is considered the "Welcome Box" anyway? Thanks! Mike
Recommended Posts
Archived
This topic is now archived and is closed to further replies.