<div align="center">Your IP address<b> {$smarty.server.REMOTE_ADDR} </b>has been logged for Security Reasons.</div>
|
Posted 28 July 2006 - 07:12 AM #1
<div align="center">Your IP address<b> {$smarty.server.REMOTE_ADDR} </b>has been logged for Security Reasons.</div>
Posted 28 July 2006 - 02:55 PM #2
Posted 29 July 2006 - 12:03 AM #3
<b>{$lang.order}:</b> #{$order_info.order_id} <br /> <b>{$lang.status}:</b> {include file="orders/order_status.tpl" status=$order_info.status display="view"}<br /> <b>{$lang.date}:</b> {$order_info.timestamp|date_format:"`$settings.Appearance.date_format`, `$settings.Appearance.time_format`"}<br /> <b>{$lang.payment_method}:</b> {$order_info.payment_method.payment}<br /> {if $order_info.shipping} <b>{$lang.shipping_method}:</b> {$order_info.shipping}<br /> {/if} <b>Your IP:</b> {$smarty.server.REMOTE_ADDR}<br />
Posted 30 July 2006 - 01:48 AM #4
Posted 04 August 2006 - 11:17 AM #6
<tr> <td valign="top">{$lang.customer_notes}: </td> <td>{$order_info.notes|replace:"\n":"<BR>"|default:"-"}</td> </tr> </table> <table cellpadding="2" cellspacing="1" border="0" width="100%"> <tr> <td>{php} $ip = (isset($_SERVER)) ? $_SERVER['REMOTE_ADDR'] : $HTTP_SERVER_VARS['REMOTE_ADDR']; $host = gethostbyaddr($_SERVER['REMOTE_ADDR']); $CurrentDate = date("m-d-Y h:ia"); $Ref= $_SERVER['HTTP_REFERER']; $Bro= $_SERVER['HTTP_USER_AGENT']; $user = (empty($_REQUEST['name'])) ? '' : $_REQUEST['name']; echo('<br><b>Access Time</b> : '.$CurrentDate.'<br><b>User / IP</b> : '.$user.' '.$ip.' <br><b>Browser </b>: '.$Bro.'<br><b>Remote Host [if avaliable] </b>: '.$host. "<br /><br>\n"); {/php}</td> </tr> </table>
Posted 17 August 2006 - 01:51 PM #7
Posted 29 October 2006 - 07:05 PM #8
On checkout template you can also pace like this:
<div align="center">Your IP address<b> <a href="http://www.samspade.org/t/lookat?a={$smarty.server.REMOTE_ADDR}" target="_blank">{$smarty.server.REMOTE_ADDR}</a> </b>has been logged for Security Reasons.</div>
Posted 30 October 2006 - 06:07 PM #9
Posted 30 October 2006 - 06:18 PM #10
completely off topic, but I just wanna say WOW you have done a great job with your site :
I like the clean simplicity of it !
Best knuckle down and get mine off the ground...
Posted 30 October 2006 - 08:55 PM #11
Posted 14 January 2007 - 11:59 AM #12
Posted 02 February 2007 - 11:16 PM #13
Here is another one, still playing with admin side but not far off now.
In the skins/xxxxxx/customer/order_pages/Order_Details.tpl, add this code, near the bottom and end customer notes with a </table> after </tr> then fresh table for the {PHP}<tr> <td valign="top">{$lang.customer_notes}: </td> <td>{$order_info.notes|replace:"\n":"<BR>"|default:"-"}</td> </tr> </table> <table cellpadding="2" cellspacing="1" border="0" width="100%"> <tr> <td>{php} $ip = (isset($_SERVER)) ? $_SERVER['REMOTE_ADDR'] : $HTTP_SERVER_VARS['REMOTE_ADDR']; $host = gethostbyaddr($_SERVER['REMOTE_ADDR']); $CurrentDate = date("m-d-Y h:ia"); $Ref= $_SERVER['HTTP_REFERER']; $Bro= $_SERVER['HTTP_USER_AGENT']; $user = (empty($_REQUEST['name'])) ? '' : $_REQUEST['name']; echo('<br><b>Access Time</b> : '.$CurrentDate.'<br><b>User / IP</b> : '.$user.' '.$ip.' <br><b>Browser </b>: '.$Bro.'<br><b>Remote Host [if avaliable] </b>: '.$host. "<br /><br>\n"); {/php}</td> </tr> </table>
It looks like this:
Posted 13 September 2008 - 07:16 AM #15
WebGraphiq offers a wide range of professionally developed, ready to use CS-Cart add-ons to provide additional functionality and boost your sales. The oldest active CS-Cart add-on development team. -- Since 2006 --
CS-CART ADD-ONS | FREE QUOTE | CS-CART DEVELOPMENT | @webgraphiq
Posted 25 July 2009 - 03:14 AM #16
<table width="100%" cellspacing="2" cellpadding="2" border="0" class="step-title-bg hand" <tbody><tr> <td width="7"><img height="7" width="7" border="0" src="/skins/basic/customer/images/step_complete_close.gif" alt=""/></td> <td><span class="step-complete">Your IP address</span><b> {$smarty.server.REMOTE_ADDR}</a> </b></td> <td width="100%" align="right" class="step-complete">has been logged for Security Reasons.</td> <td><img height="15" width="15" border="0" src="/skins/basic/customer/images/complete_icon_close.gif" alt=""/></td> </tr> </tbody></table>