0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www.OLD
/
classes
/
[
Home
]
File: Userforum.class.php
<?php include_once(realpath(dirname(__FILE__)) . "/Baseobj.class.php"); include_once(realpath(dirname(__FILE__)) . "/Commande.class.php"); class Userforum extends Baseobj{ var $UserID; var $Name; var $Password; var $HashMethod; var $Photo ; var $About ; var $Email ; var $ShowEmail ; var $Gender ; var $CountVisits ; var $CountInvitations ; var $CountNotifications ; var $InviteUserID ; var $DiscoveryText ; var $Preferences ; var $Permissions ; var $Attributes ; var $DateSetInvitations ; var $DateOfBirth ; var $DateFirstVisit ; var $DateLastActive ; var $DateInserted ; var $DateUpdated ; var $HourOffset ; var $Score ; var $Admin ; var $Deleted ; var $CountUnreadConversations ; var $CountDiscussions ; var $CountUnreadDiscussions ; var $CountComments ; var $CountDrafts ; var $CountBookmarks; var $table="GDN_User"; var $bddvars = array("UserID","Name", "Password", "HashMethod", "Photo", "About","Email","ShowEmail","Gender","CountVisits","CountInvitations","CountNotifications","InviteUserID","DiscoveryText","Preferences","Permissions","Attributes","DateSetInvitations","DateOfBirth","DateFirstVisit","DateLastActive","DateInserted","DateUpdated","HourOffset","Score","Admin","Deleted","CountUnreadConversations","CountDiscussions","CountUnreadDiscussions","CountComments","CountDrafts","CountBookmarks",); function Userforum(){ $this->Baseobj(); } function charger(){ return $this->getVars("select * from $this->table "); } function charger_mail($email){ return $this->getVars("select UserID from gdn_user where Email=\"ismail@ismail.com\""); } function charger_id($email,$password){ return $this->getVars("select UserID from $this->table where Email=\"$email\" and Password=\"$password\""); } } ?>
©
2018.