search
HomeCMS TutorialPHPCMSHow does phpcms determine whether the user is logged in?

How does phpcms determine whether the user is logged in?

How phpcms determines whether the user is logged in:

First get the userid

<?php
        $userid= param::get_cookie(&#39;_userid&#39;);
?>

and then determine whether it is empty

{if $userid}   
       。。。这里写已经登录之后的代码。。。
{else}
{/if}

phpcms determines whether the user is logged in. The implementation code is in index.php of phpcms/modules/member/:

<?php 
defined(&#39;IN_PHPCMS&#39;) or exit(&#39;No permission resources.&#39;);
class MY_index extends index {
    private $times_db;
    public function __construct() {
        parent::__construct();
    }
	public function top_mini() {
		$_username = param::get_cookie(&#39;_username&#39;);
		$_userid = param::get_cookie(&#39;_userid&#39;);
		$siteid = isset($_GET[&#39;siteid&#39;]) ? intval($_GET[&#39;siteid&#39;]) : &#39;&#39;;
		$jsoncallback=isset($_GET[&#39;jsoncallback&#39;]) ? $_GET[&#39;jsoncallback&#39;] : &#39;&#39;;
		//定义站点id常量
		if (!defined(&#39;SITEID&#39;)) {
		   define(&#39;SITEID&#39;, $siteid);
		}
		if($_username){
			$res["success"]=1;
			$res["message"]=&#39;  &#39;.L(&#39;hellow&#39;).&#39;<a href="&#39;.APP_PATH.&#39;member-account_manage_avatar.html" target="_blank">;<img  src="/static/imghwm/default1.png"  data-src="&#39;.get_memberavatar($_userid,1,30).&#39;"  class="lazy"    style="max-width:90%"   style="max-width:90%"  style="max-width:90%" onerror="this.src=\&#39;&#39;.IMG_PATH.&#39;member/nophoto.gif\&#39;" alt="How does phpcms determine whether the user is logged in?" >;</a>; &#39;.get_nickname().&#39; 欢迎回家 <a href="&#39;.APP_PATH.&#39;member-index.html" target="_blank">;&#39;.L(&#39;member_center&#39;).&#39;</a>; | <a href="&#39;.APP_PATH.&#39;member-fabu.html" target="_top" class="upv_btn">;发布信息</a>; | <a href="&#39;.APP_PATH.&#39;member-logout.html">;&#39;.L(&#39;logout&#39;).&#39;</a>;&#39;;
			$res["message"] = pc_base::load_config(&#39;system&#39;, &#39;charset&#39;) == &#39;gbk&#39; ? iconv(&#39;utf-8&#39;, &#39;utf-8&#39;, $res["message"]) : $res["message"];
			//get_nickname();//,
			
			}
		else{
			$res["success"]=0;
			}
			
		if($jsoncallback){
      		echo $jsoncallback . "({\"items\":[".json_encode($res)."]})";
		}else{
			echo json_encode($res);
		}
		//echo json_encode($res);
	}

}
?>

PHP Chinese website, a large number of free PHPCMS tutorials, welcome Online Learning!

The above is the detailed content of How does phpcms determine whether the user is logged in?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools