Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Problerms adding my Hacker Safe logo.

    I am trying to add my hacker safe logo.
    Thought putting it under my credit card logos would be a good place:

    PHP Code:
    $content '';
    $content .= '<div id="' str_replace('_''-'$box_id 'Content') . '" class="sideBoxContent">' "\n";
    $content .= '<img id="ccVisa" class="cc_img" src="images/cc_logos/logo_ccVisa.gif" />' "\n" .
                
    '<img id="ccAmex" class="cc_img" src="images/cc_logos/logo_ccAmex.gif" />' "\n" .
                
    '<img id="ccDiscover" class="cc_img" src="images/cc_logos/logo_ccDiscover.gif" />' "\n" .
                
    '<img id="ccMC" class="cc_img" src="images/cc_logos/logo_ccMC.gif" />' "\n" .
                
    '<img id="ccPaypal" class="cc_img" src="images/cc_logos/ppslv2.gif" />' "\n";
    $content .= '<a href="https://www.scanalert.com/RatingVerify?ref=www.nothingbutcostumes.com"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.nothingbutcostumes.com/13.gif" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." oncontextmenu="alert('Copying Prohibited by Law HACKER SAFE is a Trademark of ScanAlert'); return false;"></a>
    "\n";
    $content .= '</div>' "\n";
    ?> 
    This gives me this error:

    Parse error: parse error, unexpected '<' in /includes/templates/....../sideboxes/tpl_blank_sidebox.php on line 20
    Whats the proper way to add this??

  2. #2
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Problerms adding my Hacker Safe logo.

    Am I missing a ; or something??

  3. #3
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Problerms adding my Hacker Safe logo.

    You are missing the slashes:

    PHP Code:
    $content .= '<a href="https://www.scanalert.com/RatingVerify?ref=www.nothingbutcostumes.com"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.nothingbutcostumes.com/13.gif" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." oncontextmenu="alert(\'Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert\'); return false;"></a>
    "\n"
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #4
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Problerms adding my Hacker Safe logo.

    Thank you very much.

    I would of never know that.

 

 

Similar Threads

  1. PCI, verified..hacker safe?
    By ryanb4614 in forum General Questions
    Replies: 5
    Last Post: 13 Jun 2008, 10:45 PM
  2. A SSL / Hacker Safe Question
    By milobloom in forum General Questions
    Replies: 13
    Last Post: 13 Sep 2007, 09:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg