-</span>This section displays the log of all visits to your website. The visit is recorded when a user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user’s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
-The grid on this page displays the following columns:<br/>
-<ul>
- <li>Visit Date – Date and Time of the visit’s start</li>
- <li>IP Address – the IP address of the visitor, as identified by the web server</li>
- <li>Referrer – the URL the visitor came from, as reported by visitor’s browser </li>
- <li>Username – the username of the visitor if he or she logs in during the visit</li>
-</span>This section displays the log of all visits to your website. The visit is recorded when user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user’s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
-The grid on this page displays the following columns:<br/>
-<ul>
- <li>Visit Date – Date and Time of the visit’s start</li>
- <li>IP Address – the IP address of the visitor, as identified by the web server</li>
- <li>Referrer – the URL the visitor came from, as reported by visitor’s browser </li>
- <li>Username – the username of the visitor if he or she logs in during the visit</li>
- <li>Affiliate User – the username of affiliate who has referred the visitor</li>
- <li>Order Total – the total amount of the orders made during this visit</li>
- <li>Affiliate Commission – amount of affiliate commission received for the orders made during the visit</li>
+</span>This section displays the log of all visits to your website. The visit is recorded when a user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user’s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
+The grid on this page displays the following columns:<br/>
+<ul>
+ <li>Visit Date – Date and Time of the visit’s start</li>
+ <li>IP Address – the IP address of the visitor, as identified by the web server</li>
+ <li>Referrer – the URL the visitor came from, as reported by visitor’s browser </li>
+ <li>Username – the username of the visitor if he or she logs in during the visit</li>
+</span>This section displays the log of all visits to your website. The visit is recorded when user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user’s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
+The grid on this page displays the following columns:<br/>
+<ul>
+ <li>Visit Date – Date and Time of the visit’s start</li>
+ <li>IP Address – the IP address of the visitor, as identified by the web server</li>
+ <li>Referrer – the URL the visitor came from, as reported by visitor’s browser </li>
+ <li>Username – the username of the visitor if he or she logs in during the visit</li>
+ <li>Affiliate User – the username of affiliate who has referred the visitor</li>
+ <li>Order Total – the total amount of the orders made during this visit</li>
+ <li>Affiliate Commission – amount of affiliate commission received for the orders made during the visit</li>
</ul>
\ No newline at end of file
Property changes on: trunk/kernel/module_help/visits_list.txt
if ($duplicates_found || $has_page) // other category has same filename as ours OR we have filename, that ends with _number
{
$append = $duplicates_found ? '_a' : '';
if($has_page)
{
$filename = $rets[1].'_'.$rets[2];
$append = $rets[3] ? $rets[3] : '_a';
}
// check live & temp table
$sql_temp = 'SELECT '.$this->IDField.' FROM '.$this->TableName.' WHERE (Filename = %s) AND ('.$this->IDField.' != '.$item_id.')';
$sql_live = 'SELECT '.$this->IDField.' FROM '.kTempTablesHandler::GetLiveName($this->TableName).' WHERE (Filename = %s) AND ('.$this->IDField.' != '.$item_id.')';
while ( $this->Conn->GetOne( sprintf($sql_temp, $this->Conn->qstr($filename.$append)) ) > 0 ||
<span class="tablenav_link" id="blue_bar"><inp2:$prefix_SectionTitle title_preset="$title_preset" title="Invalid OR Missing title preset" cut_first="100"/></span>
* Creates a record in the database table with current item' values
*
* @param mixed $force_id Set to TRUE to force creating of item's own ID or to value to force creating of passed id. Do not pass 1 for true, pass exactly TRUE!
* @access public
* @return bool
*/
function Create($force_id=false, $system_create=false)
if ($duplicates_found || $has_page) // other category has same filename as ours OR we have filename, that ends with _number
{
$append = $duplicates_found ? '_a' : '';
if($has_page)
{
$filename = $rets[1].'_'.$rets[2];
$append = $rets[3] ? $rets[3] : '_a';
}
// check live & temp table
$sql_temp = 'SELECT '.$this->IDField.' FROM '.$this->TableName.' WHERE (Filename = %s) AND ('.$this->IDField.' != '.$item_id.')';
$sql_live = 'SELECT '.$this->IDField.' FROM '.kTempTablesHandler::GetLiveName($this->TableName).' WHERE (Filename = %s) AND ('.$this->IDField.' != '.$item_id.')';
while ( $this->Conn->GetOne( sprintf($sql_temp, $this->Conn->qstr($filename.$append)) ) > 0 ||
-</span>This section displays the log of all visits to your website. The visit is recorded when a user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user’s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
-The grid on this page displays the following columns:<br/>
-<ul>
- <li>Visit Date – Date and Time of the visit’s start</li>
- <li>IP Address – the IP address of the visitor, as identified by the web server</li>
- <li>Referrer – the URL the visitor came from, as reported by visitor’s browser </li>
- <li>Username – the username of the visitor if he or she logs in during the visit</li>
-</span>This section displays the log of all visits to your website. The visit is recorded when user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user’s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
-The grid on this page displays the following columns:<br/>
-<ul>
- <li>Visit Date – Date and Time of the visit’s start</li>
- <li>IP Address – the IP address of the visitor, as identified by the web server</li>
- <li>Referrer – the URL the visitor came from, as reported by visitor’s browser </li>
- <li>Username – the username of the visitor if he or she logs in during the visit</li>
- <li>Affiliate User – the username of affiliate who has referred the visitor</li>
- <li>Order Total – the total amount of the orders made during this visit</li>
- <li>Affiliate Commission – amount of affiliate commission received for the orders made during the visit</li>
+</span>This section displays the log of all visits to your website. The visit is recorded when a user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user’s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
+The grid on this page displays the following columns:<br/>
+<ul>
+ <li>Visit Date – Date and Time of the visit’s start</li>
+ <li>IP Address – the IP address of the visitor, as identified by the web server</li>
+ <li>Referrer – the URL the visitor came from, as reported by visitor’s browser </li>
+ <li>Username – the username of the visitor if he or she logs in during the visit</li>
+</span>This section displays the log of all visits to your website. The visit is recorded when user comes to your site. If the user logs in during his or her visit, the username will be updated in the visit record. If the user’s session expires during the visit, a new visit record will be created when he or she comes back to the site. <br/>
+The grid on this page displays the following columns:<br/>
+<ul>
+ <li>Visit Date – Date and Time of the visit’s start</li>
+ <li>IP Address – the IP address of the visitor, as identified by the web server</li>
+ <li>Referrer – the URL the visitor came from, as reported by visitor’s browser </li>
+ <li>Username – the username of the visitor if he or she logs in during the visit</li>
+ <li>Affiliate User – the username of affiliate who has referred the visitor</li>
+ <li>Order Total – the total amount of the orders made during this visit</li>
+ <li>Affiliate Commission – amount of affiliate commission received for the orders made during the visit</li>
</ul>
\ No newline at end of file
Property changes on: trunk/core/module_help/visits_list.txt