Full index

Package indexes


a b c d e f g h i k l m n o p q r s t u v w _
a
top
Variable $action_function
PHPMailer::$action_function in class.phpmailer.php
Callback Action function name
Variable $AltBody
PHPMailer::$AltBody in class.phpmailer.php
Sets the text-only body of the message. This automatically sets the email to multipart/alternative. This body can be read by mail clients that do not have HTML email capability such as mutt. Clients that can read HTML will view the normal Body.
Method activate
Register::activate() in Register.class.php
User aktiválása
Class ADBClass
ADBClass in ADBClass.class.php
ADBClass absztrakt ős
Class ADBListClass
ADBListClass in ADBListClass.class.php
Lista osztályok tulajdonságai.
Method add
IIsDBListClass::add() in IIsDBListClass.class.php
A listához új elem hozzáadása
Method add
IsMySQLListClass::add() in IsMySQLListClass.class.php
Új rekordok hozzáadása több táblához
Method AddAddress
PHPMailer::AddAddress() in class.phpmailer.php
Adds a "To" address.
Method AddAttachment
PHPMailer::AddAttachment() in class.phpmailer.php
Adds an attachment from a path on the filesystem.
Method AddBCC
PHPMailer::AddBCC() in class.phpmailer.php
Adds a "Bcc" address.
Method AddCC
PHPMailer::AddCC() in class.phpmailer.php
Adds a "Cc" address.
Method AddCustomHeader
PHPMailer::AddCustomHeader() in class.phpmailer.php
Adds a custom header.
Method AddEmbeddedImage
PHPMailer::AddEmbeddedImage() in class.phpmailer.php
Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".
Method addEqualFilter
UserFilter::addEqualFilter() in UserFilter.class.php
Equal filter
Method addError
Login::addError() in Login.class.php
Új hibaüzenet hozzáadása
Method addInvitations
Admin::addInvitations() in Admin.class.php
Meghívók adása
Method addLikeFilter
UserFilter::addLikeFilter() in UserFilter.class.php
Like filter felvétele
Method addOnlineFilter
UserFilter::addOnlineFilter() in UserFilter.class.php
Online filter felvétele
Method addRank
Ranks::addRank() in Ranks.class.php
Új rang felvétele
Method AddrAppend
PHPMailer::AddrAppend() in class.phpmailer.php
Creates recipient headers.
Method AddReplyTo
PHPMailer::AddReplyTo() in class.phpmailer.php
Adds a "Reply-to" address.
Method AddrFormat
PHPMailer::AddrFormat() in class.phpmailer.php
Formats an address correctly.
Method AddStringAttachment
PHPMailer::AddStringAttachment() in class.phpmailer.php
Adds a string or binary attachment (non-filesystem) to the list.
Method addUser
Register::addUser() in Register.class.php
User felvétele adatbázisba
Method addValidEmailFilter
UserFilter::addValidEmailFilter() in UserFilter.class.php
Email érvényesség szerinti szűrés
Class Admin
Admin in Admin.class.php
Admin
Page admin.php
admin.php in admin.php
Class AmbiguousException
AmbiguousException in AmbiguousException.class.php
AmbiguousException
Method Authenticate
SMTP::Authenticate() in class.smtp.php
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
Method Authorise
POP3::Authorise() in class.pop3.php
Combination of public events - connect, login, disconnect
Method authUser
Login::authUser() in Login.class.php
User beléptetése
Method avatar
User::avatar() in User.class.php
User által kiválasztott avatar megjelenítése
Page Admin.class.php
Admin.class.php in Admin.class.php
Page admin.php
admin.php in admin.php
Page ADBClass.class.php
ADBClass.class.php in ADBClass.class.php
Page ADBListClass.class.php
ADBListClass.class.php in ADBListClass.class.php
Page AmbiguousException.class.php
AmbiguousException.class.php in AmbiguousException.class.php
b
top
Variable $bgcolor
RECaptcha::$bgcolor in RECaptcha.class.php
Háttérszín RGB összetevői: R,G,B formátumban
Variable $bgintensity
RECaptcha::$bgintensity in RECaptcha.class.php
Háttérzavarás intenzitásának beállítása
Variable $Body
PHPMailer::$Body in class.phpmailer.php
Sets the Body of the message. This can be either an HTML or text body.
Class BannedException
BannedException in BannedException.class.php
BannedException
Method Base64EncodeWrapMB
PHPMailer::Base64EncodeWrapMB() in class.phpmailer.php
Correctly encodes and wraps long multibyte strings for mail headers without breaking lines within a character.
Method body
Message::body() in Message.class.php
Üzenet tartalma formázva
Page BannedException.class.php
BannedException.class.php in BannedException.class.php
c
top
Variable $CharSet
PHPMailer::$CharSet in class.phpmailer.php
Sets the CharSet of the message.
Variable $className
IsMySQLListClass::$className in IsMySQLListClass.class.php
A listában tárolandó objektum típus
Variable $ConfirmReadingTo
PHPMailer::$ConfirmReadingTo in class.phpmailer.php
Sets the email address that a reading confirmation will be sent.
Variable $ContentType
PHPMailer::$ContentType in class.phpmailer.php
Sets the Content-type of the message.
Variable $count
ADBListClass::$count in ADBListClass.class.php
A lekérdezésre illeszkedő rekordok száma
Variable $count
IsMySQLListClass::$count in IsMySQLListClass.class.php
A lekérdezésre illeszkedő rekordok száma
Variable $CRLF
SMTP::$CRLF in class.smtp.php
SMTP reply line ending
Variable $CRLF
POP3::$CRLF in class.pop3.php
POP3 Carriage Return + Line Feed
Page config_admin.php
config_admin.php in config_admin.php
Method changePassword
Login::changePassword() in Login.class.php
Megváltoztatja a session-ben levő jelszóhasht.
Class ChangeProfile
ChangeProfile in ChangeProfile.class.php
Profil módosítás
Page changeprofile.php
changeprofile.php in changeprofile.php
Page ChangeProfile.class.php
ChangeProfile.class.php in ChangeProfile.class.php
Method ClearAddresses
PHPMailer::ClearAddresses() in class.phpmailer.php
Clears all recipients assigned in the TO array. Returns void.
Method ClearAllRecipients
PHPMailer::ClearAllRecipients() in class.phpmailer.php
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
Method ClearAttachments
PHPMailer::ClearAttachments() in class.phpmailer.php
Clears all previously set filesystem, string, and binary attachments. Returns void.
Method ClearBCCs
PHPMailer::ClearBCCs() in class.phpmailer.php
Clears all recipients assigned in the BCC array. Returns void.
Method ClearCCs
PHPMailer::ClearCCs() in class.phpmailer.php
Clears all recipients assigned in the CC array. Returns void.
Method ClearCustomHeaders
PHPMailer::ClearCustomHeaders() in class.phpmailer.php
Clears all custom headers. Returns void.
Method ClearReplyTos
PHPMailer::ClearReplyTos() in class.phpmailer.php
Clears all recipients assigned in the ReplyTo array. Returns void.
Method Close
SMTP::Close() in class.smtp.php
Closes the socket and cleans up the state of the class.
Method codeGenerator
RECaptcha::codeGenerator() in RECaptcha.class.php
Captcha kód generálása a képre
Class Config_tpl
Config_tpl in Config_tpl.class.php
Config osztály sablonja
Method Connect
SMTP::Connect() in class.smtp.php
Connect to the server specified on the port specified.
Method Connect
POP3::Connect() in class.pop3.php
Connect to the POP3 server
Method Connected
SMTP::Connected() in class.smtp.php
Returns true if connected to a server otherwise false
Method count
IsMySQLClass::count() in IsMySQLClass.class.php
Method countPages
IIsDBListClass::countPages() in IIsDBListClass.class.php
Egyszerre minimum hány oldal szükséges a lista összes elemének megjelenítésére adott limit mellett
Method countPages
IsMySQLListClass::countPages() in IsMySQLListClass.class.php
Method countRecords
IIsDBListClass::countRecords() in IIsDBListClass.class.php
Összesen hány rekordra illeszkedik a lista ( lekérdezés )
Method countRecords
IsMySQLListClass::countRecords() in IsMySQLListClass.class.php
Method countUsers
UserList::countUsers() in UserList.class.php
Felhasználók száma összesen
Method CreateBody
PHPMailer::CreateBody() in class.phpmailer.php
Assembles the message body. Returns an empty string on failure.
Method createHash
Register::createHash() in Register.class.php
Az aktivációs linkhez a code hash létrehozása
Method createHash
Invites::createHash() in Invites.class.php
Random hash generálása
Method CreateHeader
PHPMailer::CreateHeader() in class.phpmailer.php
Assembles message header.
Method createLink
Register::createLink() in Register.class.php
Aktivációs link létrehozása
Method createUser
Register::createUser() in Register.class.php
Egy új User létrehozása
Page config_admin.php
config_admin.php in config_admin.php
Page captcha.php
captcha.php in captcha.php
Page changeprofile.php
changeprofile.php in changeprofile.php
Page Config_tpl.class.php
Config_tpl.class.php in Config_tpl.class.php
Page class.phpmailer.php
class.phpmailer.php in class.phpmailer.php
Page class.pop3.php
class.pop3.php in class.pop3.php
Page class.smtp.php
class.smtp.php in class.smtp.php
d
top
Variable $defaultTablelist
IsMySQLListClass::$defaultTablelist in IsMySQLListClass.class.php
A megvalósítandó táblák listája.
Variable $DKIM_domain
PHPMailer::$DKIM_domain in class.phpmailer.php
Used with DKIM DNS Resource Record
Variable $DKIM_identity
PHPMailer::$DKIM_identity in class.phpmailer.php
Used with DKIM DNS Resource Record
Variable $DKIM_private
PHPMailer::$DKIM_private in class.phpmailer.php
Used with DKIM DNS Resource Record
Variable $DKIM_selector
PHPMailer::$DKIM_selector in class.phpmailer.php
Used with DKIM DNS Resource Record
Variable $do_debug
SMTP::$do_debug in class.smtp.php
Sets whether debugging is turned on
Variable $do_debug
POP3::$do_debug in class.pop3.php
Displaying Debug warnings? (0 = now, 1+ = yes)
Variable $do_verp
SMTP::$do_verp in class.smtp.php
Sets VERP use on/off (default is off)
Method Data
SMTP::Data() in class.smtp.php
Issues a data command and sends the msg_data to the server
Method data
ChangeProfile::data() in ChangeProfile.class.php
Űrlapon megjelenítendő inputok értékeinek kezelése
Class Constant DBCHARSET
Config_tpl::DBCHARSET in Config_tpl.class.php
Karakterkódolás pl. (utf8)
Class Constant DBCOLLATE
Config_tpl::DBCOLLATE in Config_tpl.class.php
Egybevetés
Class Constant DBHOST
Config_tpl::DBHOST in Config_tpl.class.php
Adatbázis hoszt
Class Constant DBNAME
Config_tpl::DBNAME in Config_tpl.class.php
Adatbázis név
Class Constant DBPASS
Config_tpl::DBPASS in Config_tpl.class.php
Adatbázis Jelszó
Class Constant DBPREF
Config_tpl::DBPREF in Config_tpl.class.php
Tábla prefix
Class Constant DBUSER
Config_tpl::DBUSER in Config_tpl.class.php
Adatbázis Felhasználó
Method defaultAvatar
User::defaultAvatar() in User.class.php
Alapértelmezett avatar url-je
Method delete
IsMySQLListClass::delete() in IsMySQLListClass.class.php
Rekord törlés mezőn értéke
Method delete
IIsDBListClass::delete() in IIsDBListClass.class.php
Egy tábla rekordjainak törlése
Method deleteMsgs
Messages::deleteMsgs() in Messages.class.php
Üzenetek törlése.
Method deleteMsgsOfUser
Messages::deleteMsgsOfUser() in Messages.class.php
Egy felhasználó összes üzenetének törlése, vagy töröltnek jelölése.
Method deleteNews
Messages::deleteNews() in Messages.class.php
Hírek törlése
Method Disconnect
POP3::Disconnect() in class.pop3.php
Disconnect from the POP3 server
Method DKIM_Add
PHPMailer::DKIM_Add() in class.phpmailer.php
Create the DKIM header, body, as new header
Method DKIM_BodyC
PHPMailer::DKIM_BodyC() in class.phpmailer.php
Generate DKIM Canonicalization Body
Method DKIM_HeaderC
PHPMailer::DKIM_HeaderC() in class.phpmailer.php
Generate DKIM Canonicalization Header
Method DKIM_QP
PHPMailer::DKIM_QP() in class.phpmailer.php
Set the private key file and password to sign the message.
Method DKIM_Sign
PHPMailer::DKIM_Sign() in class.phpmailer.php
Generate DKIM signature
Method doCallback
PHPMailer::doCallback() in class.phpmailer.php
e
top
Variable $Encoding
PHPMailer::$Encoding in class.phpmailer.php
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
Variable $endLinkText
ADBListClass::$endLinkText in ADBListClass.class.php
Az utolsó oldalra ugró link szövege
Variable $ErrorInfo
PHPMailer::$ErrorInfo in class.phpmailer.php
Holds the most recent mailer error message.
Class Constant EMAIL_ACTIVATION
Config_tpl::EMAIL_ACTIVATION in Config_tpl.class.php
Email aktiválás szükséges-e
Class Constant EMAIL_ALL
UserFilter::EMAIL_ALL in UserFilter.class.php
Minden email cím
Class Constant EMAIL_INVALID
UserFilter::EMAIL_INVALID in UserFilter.class.php
Érvénytelen email cím
Class Constant EMAIL_VALID
UserFilter::EMAIL_VALID in UserFilter.class.php
Érvényes email cím
Method EncodeHeader
PHPMailer::EncodeHeader() in class.phpmailer.php
Encode a header string to best (shortest) of Q, B, quoted or none.
Method EncodeQ
PHPMailer::EncodeQ() in class.phpmailer.php
Encode string to q encoding.
Method EncodeQP
PHPMailer::EncodeQP() in class.phpmailer.php
Encode string to RFC2045 (6.7) quoted-printable format
Method EncodeQPphp
PHPMailer::EncodeQPphp() in class.phpmailer.php
Encode string to quoted-printable.
Method EncodeString
PHPMailer::EncodeString() in class.phpmailer.php
Encodes string to requested format.
Method endLinkText
ADBListClass::endLinkText() in ADBListClass.class.php
Method errorMessage
phpmailerException::errorMessage() in class.phpmailer.php
Method errors
ForgotPass::errors() in ForgotPass.class.php
Hibaüzenetek tömbje
Method errors
ChangeProfile::errors() in ChangeProfile.class.php
Hibaüzenetek tömbje
Method errors
Admin::errors() in Admin.class.php
Hibaüzenetek tömbje
Method errors
Register::errors() in Register.class.php
Hibaüzenetek tömbje
Method errors
Messages::errors() in Messages.class.php
Hibaüzenetek tömbje
Method errors
Install::errors() in Install.class.php
Hibák tömbje
Method errors
Invites::errors() in Invites.class.php
Hibaüzenetek tömbje
Method exists
UserList::exists() in UserList.class.php
Mező érték keresése a users, vagy profiles táblában
Method exists
Invites::exists() in Invites.class.php
Létezik-e egy meghívó
Method existsEmail
ForgotPass::existsEmail() in ForgotPass.class.php
E-mail címek számolása
f
top
Variable $fgintensity
RECaptcha::$fgintensity in RECaptcha.class.php
A karakterek előttizavaró jelek intenzitása
Variable $fontsize
RECaptcha::$fontsize in RECaptcha.class.php
Betűméret
Variable $fonttype
RECaptcha::$fonttype in RECaptcha.class.php
Betűtípus ttf fájljának útvonala
Variable $From
PHPMailer::$From in class.phpmailer.php
Sets the From email address for the message.
Variable $FromName
PHPMailer::$FromName in class.phpmailer.php
Sets the From name of the message.
Page ForgotPass.class.php
ForgotPass.class.php in ForgotPass.class.php
Method fields
Ranks::fields() in Ranks.class.php
Mely mezők legyenek lekérdezve. (mindegyik)
Class Constant FILE_CHANGE_PROFILE
Config_tpl::FILE_CHANGE_PROFILE in Config_tpl.class.php
Profil módosítás fájl neve
Class Constant FILE_FORGOTPASS
Config_tpl::FILE_FORGOTPASS in Config_tpl.class.php
Elfelejtett jelszó fájl
Class Constant FILE_HOME
Config_tpl::FILE_HOME in Config_tpl.class.php
Főoldal fájlja
Class Constant FILE_LOGOUT
Config_tpl::FILE_LOGOUT in Config_tpl.class.php
Kijelentkezés fájlja
Class Constant FILE_MESSAGES_INBOX
Config_tpl::FILE_MESSAGES_INBOX in Config_tpl.class.php
Bejövő üzenetek fájlja
Class Constant FILE_MESSAGES_NEWS
Config_tpl::FILE_MESSAGES_NEWS in Config_tpl.class.php
Hírek fájlja
Class Constant FILE_MESSAGES_OUTBOX
Config_tpl::FILE_MESSAGES_OUTBOX in Config_tpl.class.php
Kimenő üzenetek fájlja
Class Constant FILE_MESSAGES_READ
Config_tpl::FILE_MESSAGES_READ in Config_tpl.class.php
Üzenet olvasás fájlja
Class Constant FILE_MESSAGES_WRITE
Config_tpl::FILE_MESSAGES_WRITE in Config_tpl.class.php
Üzenet írás fájlja
Class Constant FILE_PROFILE
Config_tpl::FILE_PROFILE in Config_tpl.class.php
Profil fájl neve
Class Constant FILE_PROTECTED_SITE
Config_tpl::FILE_PROTECTED_SITE in Config_tpl.class.php
Védett oldalra lépés esetén ide irányít.
Class Constant FILE_REGISTER
Config_tpl::FILE_REGISTER in Config_tpl.class.php
Regisztrációs fájl neve
Class Constant FILE_SEARCH
Config_tpl::FILE_SEARCH in Config_tpl.class.php
Felhasználó kereső fájlja
Class Constant FILE_USERLIST
Config_tpl::FILE_USERLIST in Config_tpl.class.php
Felhasználó lista fájlja
Method filterString
UserFilter::filterString() in UserFilter.class.php
Filter sztring
Method flush
RECaptcha::flush() in RECaptcha.class.php
Kép kimenetre küldése.
Class ForgotPass
ForgotPass in ForgotPass.class.php
Elfelejtett jelszó funkció
Page forgotpass.php
forgotpass.php in forgotpass.php
Page forgotpass.php
forgotpass.php in forgotpass.php
g
top
Method gc
Session::gc() in Session.class.php
Felesleges munkamenetek törlése az adatbázisból.
Method getAge
User::getAge() in User.class.php
Kor meghatározása
Method GetAttachments
PHPMailer::GetAttachments() in class.phpmailer.php
Return the current array of attachments
Method getBasedir
System::getBasedir() in System.class.php
Tárhelygyökér lekérdezése
Method getError
SMTP::getError() in class.smtp.php
Get the current error
Method getErrors
Login::getErrors() in Login.class.php
Hibák visszaaádsa
Method getFields
IsMySQLListClass::getFields() in IsMySQLListClass.class.php
A táblalista szerint az összes lehetséges mező nevének lekérdezése,
Method getFields
IsMySQLClass::getFields() in IsMySQLClass.class.php
A táblalista szerint az összes lehetséges mező nevének lekérdezése,
Method getIdByVar
Ranks::getIdByVar() in Ranks.class.php
Rang id-je változónév alapján
Method getIncLoginDir
System::getIncLoginDir() in System.class.php
Login gyökér lekérdezése az includehoz
Method getIncSitedir
System::getIncSitedir() in System.class.php
Weblap gyökér lekérdezése a szerver gyökértől
Method getInstance
Session::getInstance() in Session.class.php
Munkamenet példánya
Method getInstance
Ranks::getInstance() in Ranks.class.php
Visszaadja a Ranks példányát.
Method getInstance
ForgotPass::getInstance() in ForgotPass.class.php
Lekérdezi az adatbázisból aparamétereknek megfelelően az elfelejtett jelszó rekordját.
Method getInstance
System::getInstance() in System.class.php
Példány lekérése
Method getLogindir
System::getLogindir() in System.class.php
Login mappa útvonala a tárhely gyökértől
Method getLoginDirWithHTTP
System::getLoginDirWithHTTP() in System.class.php
Login mappa url-je HTTP-vel
Method GetMailMIME
PHPMailer::GetMailMIME() in class.phpmailer.php
Returns the message MIME.
Method getNameById
Ranks::getNameById() in Ranks.class.php
Rang nevének lekérdezése id alapján
Method getNameByVar
Ranks::getNameByVar() in Ranks.class.php
Rang nevének lekérdezése változónév alapján
Method getOnlineTime
User::getOnlineTime() in User.class.php
Method getPasswordHash
Login::getPasswordHash() in Login.class.php
Jelszóhash generálása
Method getRank
Ranks::getRank() in Ranks.class.php
A rang egy adatának lekérdezése
Method getRecord
Register::getRecord() in Register.class.php
Method getSitedir
System::getSitedir() in System.class.php
Weblap gyökér a tárhely gyökértől számítva
Method getSitedirWithHTTP
System::getSitedirWithHTTP() in System.class.php
Weblap gyökér url-je HTTP-vel
Method getSql
UserList::getSql() in UserList.class.php
Lekérdezéshez az SQL kód összeállítása
Method getTables
UserList::getTables() in UserList.class.php
Method getTables
ForgotPass::getTables() in ForgotPass.class.php
Használt távlák és mezőinek listája
Method getTables
Invites::getTables() in Invites.class.php
Tábla és mezőlista a lekérdezéshez
Method getTables
Message::getTables() in Message.class.php
Táblalista+mezőlista a lekérdezéshez
Method getTime
System::getTime() in System.class.php
Idő lekérdezése
Method getTimeStamp
System::getTimeStamp() in System.class.php
TimeStamp lekérdezése. Y-m-d H:i:s formátumban
Method GetTranslations
PHPMailer::GetTranslations() in class.phpmailer.php
Return the current array of language strings
Method getURIFromSitedir
System::getURIFromSitedir() in System.class.php
URL a sitedir-től számítva
Method getValues
Register::getValues() in Register.class.php
Űrlapmezők neveit kulcsként tartalmazó tömb visszaadása
Method gravatar
User::gravatar() in User.class.php
Gravatar url-je.
h
top
Variable $height
RECaptcha::$height in RECaptcha.class.php
A kép magassága
Variable $Helo
PHPMailer::$Helo in class.phpmailer.php
Sets the SMTP HELO of the message (Default is $Hostname).
Variable $Host
PHPMailer::$Host in class.phpmailer.php
Sets the SMTP hosts. All hosts must be separated by a semicolon. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com").
Variable $host
POP3::$host in class.pop3.php
POP3 Mail Server
Variable $Hostname
PHPMailer::$Hostname in class.phpmailer.php
Sets the hostname to use in Message-Id and Received headers and as default HELO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'.
Method HasMultiBytes
PHPMailer::HasMultiBytes() in class.phpmailer.php
Checks if a string contains multibyte characters.
Method HeaderLine
PHPMailer::HeaderLine() in class.phpmailer.php
Returns a formatted header line.
Method Hello
SMTP::Hello() in class.smtp.php
Sends the HELO command to the smtp server.
i
top
Variable $instance
Ranks::$instance in Ranks.class.php
Variable $isSqlQuery
IsMySQLClass::$isSqlQuery in IsMySQLClass.class.php
Sql kérés volt-e megadva az init() paramétereként.
Page invite_admin.php
invite_admin.php in invite_admin.php
Page InvalidAccountException.class.php
InvalidAccountException.class.php in InvalidAccountException.class.php
Page Invite.class.php
Invite.class.php in Invite.class.php
Page Invites.class.php
Invites.class.php in Invites.class.php
Method icon
Message::icon() in Message.class.php
Megfelelő üzenet ikon visszaadása
Class IIsDBClass
IIsDBClass in IIsDBClass.class.php
IIsDBClass interfész
Class IIsDBListClass
IIsDBListClass in IIsDBListClass.class.php
IIsDBListClass interfész
Class Constant INBOX
Messages::INBOX in Messages.class.php
Bejövő üzenetek
Method inboxUrl
Messages::inboxUrl() in Messages.class.php
Bejövő üzenetek url-je
Page invite_admin.php
invite_admin.php in invite_admin.php
Page invite.php
invite.php in invite.php
Class IncompatibleTable
IncompatibleTable in IncompatibleTable.class.php
IncompatibleTable
Method init
Invite::init() in Invite.class.php
Meghívó inicializálása
Method init
IIsDBListClass::init() in IIsDBListClass.class.php
Lista inicializálása
Method init
IIsDBClass::init() in IIsDBClass.class.php
Egy rekord kiválasztása
Method init
System::init() in System.class.php
Rendszer inicializálása
Method init
IsMySQLListClass::init() in IsMySQLListClass.class.php
Lista inicializálása
Method init
User::init() in User.class.php
User inicializálása
Method init
IsMySQLClass::init() in IsMySQLClass.class.php
Objektum inicializálása
Method InlineImageExists
PHPMailer::InlineImageExists() in class.phpmailer.php
Returns true if an inline attachment is present.
Class Install
Install in Install.class.php
Telepítéshez szükséges metódusokat megvalósító osztály.
Page index.php
index.php in index.php
Page init.php
init.php in init.php
Page Install.class.php
Install.class.php in Install.class.php
Class InvalidAccountException
InvalidAccountException in InvalidAccountException.class.php
InvalidAccountException
Class Constant INVITATION_MODE
Config_tpl::INVITATION_MODE in Config_tpl.class.php
Meghívó mód
Class Invite
Invite in Invite.class.php
Meghívó
Page invite.php
invite.php in invite.php
Class Invites
Invites in Invites.class.php
Meghívók listájának megvalósítása
Class Constant INVITE_ADD
Admin::INVITE_ADD in Admin.class.php
Meghívó adása
Class Constant INVITE_SET
Admin::INVITE_SET in Admin.class.php
Meghívó beállítása
Class Constant INVITE_SUB
Admin::INVITE_SUB in Admin.class.php
Meghívó elvétele
Method IsError
PHPMailer::IsError() in class.phpmailer.php
Returns true if an error occurred.
Method IsHTML
PHPMailer::IsHTML() in class.phpmailer.php
Sets message type to HTML.
Method isIncomming
Message::isIncomming() in Message.class.php
Bejövő üzenet-e az üzenet
Method IsMail
PHPMailer::IsMail() in class.phpmailer.php
Sets Mailer to send message using PHP mail() function.
Class IsMySQLClass
IsMySQLClass in IsMySQLClass.class.php
Adatbázis táblákat megvalósító osztály
Class IsMySQLListClass
IsMySQLListClass in IsMySQLListClass.class.php
Lista osztály
Method isNews
Message::isNews() in Message.class.php
Hírről van-e szó
Method isOnline
User::isOnline() in User.class.php
Online van-e a user
Method isOutgoing
Message::isOutgoing() in Message.class.php
Kimenő üzenet-e az üzenet
Method IsQmail
PHPMailer::IsQmail() in class.phpmailer.php
Sets Mailer to send message using the qmail MTA.
Method IsSendmail
PHPMailer::IsSendmail() in class.phpmailer.php
Sets Mailer to send message using the $Sendmail program.
Method IsSMTP
PHPMailer::IsSMTP() in class.phpmailer.php
Sets Mailer to send message using SMTP.
Method isValidInput
Register::isValidInput() in Register.class.php
Megvizsgálja, érvényesek-e a megadott adatok
Class IteratorEndException
IteratorEndException in IteratorEndException.class.php
IteratorEndException
Page IncompatibleTable.class.php
IncompatibleTable.class.php in IncompatibleTable.class.php
Page IteratorEndException.class.php
IteratorEndException.class.php in IteratorEndException.class.php
Page IIsDBClass.class.php
IIsDBClass.class.php in IIsDBClass.class.php
Page IIsDBListClass.class.php
IIsDBListClass.class.php in IIsDBListClass.class.php
Page IsMySQLClass.class.php
IsMySQLClass.class.php in IsMySQLClass.class.php
Page IsMySQLListClass.class.php
IsMySQLListClass.class.php in IsMySQLListClass.class.php
k
top
Variable $keyName
ADBClass::$keyName in ADBClass.class.php
Táblákat összekapcsoló mező neve
Variable $keyValue
IsMySQLClass::$keyValue in IsMySQLClass.class.php
A táblákat összekapcsoló mező értéke
l
top
Variable $language
PHPMailer::$language in class.phpmailer.php
Variable $LE
PHPMailer::$LE in class.phpmailer.php
Provides the ability to change the line ending
Variable $limit
IsMySQLListClass::$limit in IsMySQLListClass.class.php
Limit, ami az inicializáláskor lett megadva
Page LoginBlockedException.class.php
LoginBlockedException.class.php in LoginBlockedException.class.php
Page LoginException.class.php
LoginException.class.php in LoginException.class.php
Page Login.class.php
Login.class.php in Login.class.php
Page login.php
login.php in login.php
Class Constant LIKE_BOTH
UserFilter::LIKE_BOTH in UserFilter.class.php
field like '%value%'
Class Constant LIKE_EQUAL
UserFilter::LIKE_EQUAL in UserFilter.class.php
field = 'value'
Class Constant LIKE_LEFT
UserFilter::LIKE_LEFT in UserFilter.class.php
field like 'value%'
Class Constant LIKE_RIGHT
UserFilter::LIKE_RIGHT in UserFilter.class.php
field like '%value'
Method Login
POP3::Login() in class.pop3.php
Login to the POP3 server (does not support APOP yet)
Class Login
Login in Login.class.php
Login műveleteit tartalmazó osztály
Page login.php
login.php in login.php
Class LoginBlockedException
LoginBlockedException in LoginBlockedException.class.php
LoginBlockedException
Class LoginException
LoginException in LoginException.class.php
LoginException
Class Constant LOGIN_BLOCKED
Config_tpl::LOGIN_BLOCKED in Config_tpl.class.php
Blokkolt belépés
Method logout
Login::logout() in Login.class.php
User kiléptetése
Method logout
System::logout() in System.class.php
Kiléptetés
Page logout.php
logout.php in logout.php
Method logoutLink
System::logoutLink() in System.class.php
Kijelentkező link
m
top
Variable $Mailer
PHPMailer::$Mailer in class.phpmailer.php
Method to send mail: ("mail", "sendmail", or "smtp").
Variable $MessageID
PHPMailer::$MessageID in class.phpmailer.php
Sets the message ID to be used in the Message-Id header.
Page Message.class.php
Message.class.php in Message.class.php
Page Messages.class.php
Messages.class.php in Messages.class.php
Page msginbox.php
msginbox.php in msginbox.php
Page msgmenu.php
msgmenu.php in msgmenu.php
Page msgoutbox.php
msgoutbox.php in msgoutbox.php
Page msgread.php
msgread.php in msgread.php
Page msgwrite.php
msgwrite.php in msgwrite.php
Method Mail
SMTP::Mail() in class.smtp.php
Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. If True the mail transaction is started and then one or more Recipient commands may be called followed by a Data command.
Method MailSend
PHPMailer::MailSend() in class.phpmailer.php
Sends mail using the PHP mail() function.
Class Constant MAIL_FROM
Config_tpl::MAIL_FROM in Config_tpl.class.php
E-mail cím (Feladóként)
Class Constant MAIL_TO
Config_tpl::MAIL_TO in Config_tpl.class.php
E-mail cím (Válaszcím)
Method maxInvitation
Admin::maxInvitation() in Admin.class.php
Maximálisan kiosztható meghívók száma egy felhasználónak
Class Constant MAXLENGTH_USERNAME
Config_tpl::MAXLENGTH_USERNAME in Config_tpl.class.php
Method maxpage
ADBListClass::maxpage() in ADBListClass.class.php
Method maxpage
IsMySQLListClass::maxpage() in IsMySQLListClass.class.php
countPages() aliasa
Class Constant MAX_ONLINE_TIME
Config_tpl::MAX_ONLINE_TIME in Config_tpl.class.php
Ennyi ideig marad online az online lista szerint a user
Class Message
Message in Message.class.php
Üzenet osztály
Class Messages
Messages in Messages.class.php
Üzenetlisták
Class Constant METHOD_CONFIG
Admin::METHOD_CONFIG in Admin.class.php
Config admin
Class Constant METHOD_INVITE
Admin::METHOD_INVITE in Admin.class.php
Meghívó admin
Class Constant METHOD_RANKS
Admin::METHOD_RANKS in Admin.class.php
Ranks admin
Class Constant METHOD_USERS
Admin::METHOD_USERS in Admin.class.php
Users admin
Class Constant MINLENGTH_PASSWORD
Config_tpl::MINLENGTH_PASSWORD in Config_tpl.class.php
Jelszó min hossza
Class Constant MINLENGTH_USERNAME
Config_tpl::MINLENGTH_USERNAME in Config_tpl.class.php
Felhasználónév min hossza
Method mkavatar
User::mkavatar() in User.class.php
MKAvatar url-je
Method MsgHTML
PHPMailer::MsgHTML() in class.phpmailer.php
Evaluates the message and returns modifications for inline images and backgrounds
Page msginbox.php
msginbox.php in msginbox.php
Page msgoutbox.php
msgoutbox.php in msgoutbox.php
Page msgread.php
msgread.php in msgread.php
Method msgStat
System::msgStat() in System.class.php
Üzenetek statisztika
Method msgStat
Messages::msgStat() in Messages.class.php
Statisztika az üzenetekről
Method msgUrl
Message::msgUrl() in Message.class.php
Page msgwrite.php
msgwrite.php in msgwrite.php
n
top
Variable $new_properties
IsMySQLClass::$new_properties in IsMySQLClass.class.php
Az értékadás feltöltődő asszociatív tömb
Variable $nextLinkText
ADBListClass::$nextLinkText in ADBListClass.class.php
A következő oldalra ugró link szövege
Page NotActivatedException.class.php
NotActivatedException.class.php in NotActivatedException.class.php
Page news.php
news.php in news.php
Page NotIssetPropertyException.class.php
NotIssetPropertyException.class.php in NotIssetPropertyException.class.php
Method newPassword
ForgotPass::newPassword() in ForgotPass.class.php
Megváltoztatja a felhasználó jelszavát
Class Constant NEWS
Messages::NEWS in Messages.class.php
Hírek
Page news.php
news.php in news.php
Method newsUrl
Messages::newsUrl() in Messages.class.php
Hírek listájának url-je
Method nextLinkText
ADBListClass::nextLinkText() in ADBListClass.class.php
Class NotActivatedException
NotActivatedException in NotActivatedException.class.php
NotActivatedException
Class NotIssetPropertyException
NotIssetPropertyException in NotIssetPropertyException.class.php
NotIssetPropertyException
o
top
Page onlinelist.php
onlinelist.php in onlinelist.php
Method offsetSet
IsMySQLClass::offsetSet() in IsMySQLClass.class.php
Adott indexű elem értékének beállítása
Method offsetUnset
IsMySQLClass::offsetUnset() in IsMySQLClass.class.php
Adott indexű elem érvénytelenítése
Page onlinelist.php
onlinelist.php in onlinelist.php
Class Constant ONLINE_NO
UserFilter::ONLINE_NO in UserFilter.class.php
Offline felhasználók
Class Constant ONLINE_YES
UserFilter::ONLINE_YES in UserFilter.class.php
Online felhasználók
Class Constant ONLINE_YES_NO
UserFilter::ONLINE_YES_NO in UserFilter.class.php
Online és offline felhazsnálók is.
Class Constant OUTBOX
Messages::OUTBOX in Messages.class.php
Kimenő üzenetek
Method outboxUrl
Messages::outboxUrl() in Messages.class.php
Kimenő üzenetek url-je
p
top
Variable $page
IsMySQLListClass::$page in IsMySQLListClass.class.php
Aktuális oldal száma, ha már lekértünk egy oldalt.
Variable $pageLinkPattern
ADBListClass::$pageLinkPattern in ADBListClass.class.php
Az oldal linkek megjelenítésének sablonja
Variable $pages
IsMySQLListClass::$pages in IsMySQLListClass.class.php
Adott limit mellett a megjelenítéshez szükséges oldalak minimális száma
Variable $pagevar
ADBListClass::$pagevar in ADBListClass.class.php
A változó neve, amiben az aktuális oldalszám lesz a $_GET tömbben.
Variable $params
RECaptcha::$params in RECaptcha.class.php
__toString() -ben generált html img tag plusz paraméterei
Variable $Password
PHPMailer::$Password in class.phpmailer.php
Sets SMTP password.
Variable $password
POP3::$password in class.pop3.php
POP3 Password
Variable $PluginDir
PHPMailer::$PluginDir in class.phpmailer.php
Path to PHPMailer plugins. Useful if the SMTP class is in a different directory than the PHP include path.
Variable $POP3_PORT
POP3::$POP3_PORT in class.pop3.php
Default POP3 port
Variable $POP3_TIMEOUT
POP3::$POP3_TIMEOUT in class.pop3.php
Default Timeout
Variable $Port
PHPMailer::$Port in class.phpmailer.php
Sets the default SMTP server port.
Variable $port
POP3::$port in class.pop3.php
POP3 Port
Variable $prevLinkText
ADBListClass::$prevLinkText in ADBListClass.class.php
Az előző oldalra ugró link szövege
Variable $priKeys
ADBClass::$priKeys in ADBClass.class.php
A táblák elsődleges kulcs mezőinek nevét tároló tömb.
Variable $primary_key
ADBClass::$primary_key in ADBClass.class.php
Elsődleges kulcs mező neve
Variable $Priority
PHPMailer::$Priority in class.phpmailer.php
Email priority (1 = High, 3 = Normal, 5 = low).
Variable $properties
ADBClass::$properties in ADBClass.class.php
A lekérdezhető mezők asszociatív tömbje
Variable $protectedTables
IsMySQLListClass::$protectedTables in IsMySQLListClass.class.php
Védett táblák listája. Ezekből a táblákból nem törölhető rekord a delete() metódussal.
Page profile.php
profile.php in profile.php
Method page
IsMySQLListClass::page() in IsMySQLListClass.class.php
Aktuális oldalszám szerint lista inicializálása
Method page
ADBListClass::page() in ADBListClass.class.php
Aktuális oldalszám szerint lista inicializálása
Method pageLinkPattern
ADBListClass::pageLinkPattern() in ADBListClass.class.php
Method pageLinks
ADBListClass::pageLinks() in ADBListClass.class.php
Legenerálja és visszaadja a lapozó linkeket
Method pageNumber
ADBListClass::pageNumber() in ADBListClass.class.php
Aktuális oldalszám
Method pagevar
ADBListClass::pagevar() in ADBListClass.class.php
Class PHPMailer
PHPMailer in class.phpmailer.php
PHPMailer - PHP email transport class
Class phpmailerException
phpmailerException in class.phpmailer.php
Class POP3
POP3 in class.pop3.php
POP Before SMTP Authentication Class Version 5.0.0
Method prevLinkText
ADBListClass::prevLinkText() in ADBListClass.class.php
Page profile.php
profile.php in profile.php
Method profileUrl
User::profileUrl() in User.class.php
User profiljának url-je
Method protectedSite
System::protectedSite() in System.class.php
Ha a felhasználó nem jogosult az oldal megtekintésére, átirányítja az index oldalra.
Method protectTable
IsMySQLListClass::protectTable() in IsMySQLListClass.class.php
Egy táblát le lehet vele védeni, hogy a megvalósított listában egy törlés esetén abból a táblából ne lehessen semmit sem kitörölni. Hasznos, ha például egy üzenetlistából törlünk felhasználói azonosító alapján a delete() -el, és nem szeretnénk, hogy a felhasználó is törlődjön.
q
top
Method Quit
SMTP::Quit() in class.smtp.php
Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true.
r
top
Variable $records
IsMySQLListClass::$records in IsMySQLListClass.class.php
Lista elemeit tároló tömb
Page ranks_admin.php
ranks_admin.php in ranks_admin.php
Page Ranks.class.php
Ranks.class.php in Ranks.class.php
Page RECaptcha.class.php
RECaptcha.class.php in RECaptcha.class.php
Page Register.class.php
Register.class.php in Register.class.php
Page ranks_admin.php
ranks_admin.php in ranks_admin.php
Page register.php
register.php in register.php
Page REDBObjects.class.php
REDBObjects.class.php in REDBObjects.class.php
Method randomBg
RECaptcha::randomBg() in RECaptcha.class.php
Random kép torzítás
Method randomCode
ForgotPass::randomCode() in ForgotPass.class.php
Véletlenszerá hash
Method rank
User::rank() in User.class.php
Rang lekérdezése, vizsgálata
Method rankName
User::rankName() in User.class.php
Class Ranks
Ranks in Ranks.class.php
Rangok kezelése
Class RECaptcha
RECaptcha in RECaptcha.class.php
Két féle üzemmódot felváltva használó Captcha.
Method Recipient
SMTP::Recipient() in class.smtp.php
Sends the command RCPT to the SMTP server with the TO: argument of $to.
Class REDBObjects
REDBObjects in REDBObjects.class.php
Project kezelő osztály
Method redirect
System::redirect() in System.class.php
Átirányítás egy oldalra
Class Register
Register in Register.class.php
Regisztráció, és aktiváció
Page register.php
register.php in register.php
Class Constant REG_BLOCKED
Config_tpl::REG_BLOCKED in Config_tpl.class.php
Blokkolt regisztráció
Method rememberMe
Session::rememberMe() in Session.class.php
Jegyezze-e meg a munkamenetet
Method request
ForgotPass::request() in ForgotPass.class.php
Új jelszó igénylése
Method request
Register::request() in Register.class.php
Regisztráció kérelem
Method request
ChangeProfile::request() in ChangeProfile.class.php
Method Reset
SMTP::Reset() in class.smtp.php
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
Method RFCDate
PHPMailer::RFCDate() in class.phpmailer.php
Returns the proper RFC 822 formatted date.
Method run
Install::run() in Install.class.php
Telepítő elindítása
Method runConfigAdmin
Admin::runConfigAdmin() in Admin.class.php
Config admin elindítása
Method runInviteAdmin
Admin::runInviteAdmin() in Admin.class.php
Invite admin indítása
Method runRanksAdmin
Admin::runRanksAdmin() in Admin.class.php
Ranks admin indítása
Method runUserAdmin
Admin::runUserAdmin() in Admin.class.php
Users admin indítása
s
top
Variable $Sender
PHPMailer::$Sender in class.phpmailer.php
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
Variable $Sendmail
PHPMailer::$Sendmail in class.phpmailer.php
Sets the path of the sendmail program.
Variable $session_name
RECaptcha::$session_name in RECaptcha.class.php
Ezen nevű session változóba teszi be a captcha -ra adandó válasz értékét.
Variable $SingleTo
PHPMailer::$SingleTo in class.phpmailer.php
Provides the ability to have the TO field process individual
Variable $SingleToArray
PHPMailer::$SingleToArray in class.phpmailer.php
If SingleTo is true, this provides the array to hold the email addresses
Variable $SMTPAuth
PHPMailer::$SMTPAuth in class.phpmailer.php
Sets SMTP authentication. Utilizes the Username and Password variables.
Variable $SMTPDebug
PHPMailer::$SMTPDebug in class.phpmailer.php
Sets SMTP class debugging on or off.
Variable $SMTPKeepAlive
PHPMailer::$SMTPKeepAlive in class.phpmailer.php
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
Variable $SMTPSecure
PHPMailer::$SMTPSecure in class.phpmailer.php
Sets connection prefix.
Variable $SMTP_PORT
SMTP::$SMTP_PORT in class.smtp.php
SMTP server port
Variable $spacerange
RECaptcha::$spacerange in RECaptcha.class.php
Karakterek közti minimális és maximális távolság pixelben A tömb első és második elemei sorrendben.
Variable $sql
IsMySQLListClass::$sql in IsMySQLListClass.class.php
Az sql kód from utáni része, amivel inicializálva lett a lista
Variable $startLinkText
ADBListClass::$startLinkText in ADBListClass.class.php
Első oldalra ugró link szövege
Variable $Subject
PHPMailer::$Subject in class.phpmailer.php
Sets the Subject of the message.
Page Session.class.php
Session.class.php in Session.class.php
Page System.class.php
System.class.php in System.class.php
Page search.php
search.php in search.php
Page search.php
search.php in search.php
Method SecureHeader
PHPMailer::SecureHeader() in class.phpmailer.php
Strips newlines to prevent header injection.
Method send
Invites::send() in Invites.class.php
Meghívó kiküldése
Method Send
PHPMailer::Send() in class.phpmailer.php
Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.
Method SendAndMail
SMTP::SendAndMail() in class.smtp.php
Starts a mail transaction from the email address specified in
Method sendEmail
System::sendEmail() in System.class.php
E-mail küldése
Method SendmailSend
PHPMailer::SendmailSend() in class.phpmailer.php
Sends mail using the $Sendmail program.
Method sendRequest
Messages::sendRequest() in Messages.class.php
Üzenet elküldésének kérése.
Method sep_table_field
ADBClass::sep_table_field() in ADBClass.class.php
Tábla és mezőnevet szétválasztó metódus
Class Session
Session in Session.class.php
Munkamenetek
Method set
Url::set() in Url.class.php
Url-ben query változók beállítása vagy törlése
Method set
PHPMailer::set() in class.phpmailer.php
Set (or reset) Class Objects (variables)
Method setBackground
RECaptcha::setBackground() in RECaptcha.class.php
Method SetError
PHPMailer::SetError() in class.phpmailer.php
Adds the error message to the error container.
Method SetFrom
PHPMailer::SetFrom() in class.phpmailer.php
Set the From and FromName properties
Method setInvitations
Admin::setInvitations() in Admin.class.php
Meghívók módosítása
Method SetLanguage
PHPMailer::SetLanguage() in class.phpmailer.php
Sets the language for all class error messages.
Method setLifetime
Session::setLifetime() in Session.class.php
Munkamenet élethossza másodpercben.
Method setPagesAndCount
IsMySQLListClass::setPagesAndCount() in IsMySQLListClass.class.php
Method setProperties
RECaptcha::setProperties() in RECaptcha.class.php
Captcha opcióinak beállítása
Method setSlashes
System::setSlashes() in System.class.php
Tömb elemeinek backslashelt vagy nem backslashelt verzióra állítása
Method setUrl
ADBListClass::setUrl() in ADBListClass.class.php
A lapozáshoz az url beállítása
Method SetWordWrap
PHPMailer::SetWordWrap() in class.phpmailer.php
Set the body wrapping.
Method Sign
PHPMailer::Sign() in class.phpmailer.php
Set the private key file and password to sign the message.
Class SMTP
SMTP in class.smtp.php
SMTP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server.
Method SmtpClose
PHPMailer::SmtpClose() in class.phpmailer.php
Closes the active SMTP session if one exists.
Method SmtpConnect
PHPMailer::SmtpConnect() in class.phpmailer.php
Initiates a connection to an SMTP server.
Method SmtpSend
PHPMailer::SmtpSend() in class.phpmailer.php
Sends mail via SMTP using PhpSMTP Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
Class Constant SMTP_AUTH
Config_tpl::SMTP_AUTH in Config_tpl.class.php
Hitelesített kapcsolat
Class Constant SMTP_HOST
Config_tpl::SMTP_HOST in Config_tpl.class.php
smtp szolgáltató
Class Constant SMTP_ON
Config_tpl::SMTP_ON in Config_tpl.class.php
Levelek küldése smtp-n keresztül történjen-e.
Class Constant SMTP_PASSWORD
Config_tpl::SMTP_PASSWORD in Config_tpl.class.php
SMTP jelszó
Class Constant SMTP_PORT
Config_tpl::SMTP_PORT in Config_tpl.class.php
smtp port
Class Constant SMTP_USERNAME
Config_tpl::SMTP_USERNAME in Config_tpl.class.php
STMP felhasználó
Method startLinkText
ADBListClass::startLinkText() in ADBListClass.class.php
Method StartTLS
SMTP::StartTLS() in class.smtp.php
Initiate a TLS communication with the server.
Class Constant STOP_CONTINUE
PHPMailer::STOP_CONTINUE in class.phpmailer.php
Class Constant STOP_CRITICAL
PHPMailer::STOP_CRITICAL in class.phpmailer.php
Class Constant STOP_MESSAGE
PHPMailer::STOP_MESSAGE in class.phpmailer.php
Method subInvitations
Admin::subInvitations() in Admin.class.php
Meghívók elvétele
Method subject
Message::subject() in Message.class.php
Tárgy lekérdezése
Class Constant SYMLINK
Config_tpl::SYMLINK in Config_tpl.class.php
url prefix. Szimbolikus link esetén például szükség lehet rá.
Class System
System in System.class.php
A rendszer magja
t
top
Variable $tableAliases
ADBClass::$tableAliases in ADBClass.class.php
Táblák alias-ai a kulcsok, és az eredeti tábla az érték
Variable $tablelist
ADBClass::$tablelist in ADBClass.class.php
A megvalósítandó táblák listája
Variable $tableName_signal
ADBClass::$tableName_signal in ADBClass.class.php
Táblanevet jelző string
Variable $table_field_sep
ADBClass::$table_field_sep in ADBClass.class.php
Táblanevet és mezőnevet elválasztó string
Variable $text
RECaptcha::$text in RECaptcha.class.php
A Captcha által megjelenített képre adandó válasz értéke.
Variable $Timeout
PHPMailer::$Timeout in class.phpmailer.php
Sets the SMTP server timeout in seconds.
Variable $tval
POP3::$tval in class.pop3.php
POP3 Timeout Value
Variable $type
RECaptcha::$type in RECaptcha.class.php
A kép típusa (jpeg, png, gif)
Method TextLine
PHPMailer::TextLine() in class.phpmailer.php
Returns a formatted mail line.
Method Turn
SMTP::Turn() in class.smtp.php
This is an optional command for SMTP that this class does not support. This method is here to make the RFC821 Definition complete for this class and __may__ be implimented in the future
u
top
Variable $Username
PHPMailer::$Username in class.phpmailer.php
Sets SMTP username.
Variable $username
POP3::$username in class.pop3.php
POP3 Username
Page users_admin.php
users_admin.php in users_admin.php
Page Url.class.php
Url.class.php in Url.class.php
Page User.class.php
User.class.php in User.class.php
Page UserFilter.class.php
UserFilter.class.php in UserFilter.class.php
Page UserList.class.php
UserList.class.php in UserList.class.php
Page users_admin.php
users_admin.php in users_admin.php
Page userlist.php
userlist.php in userlist.php
Method uninstall
Install::uninstall() in Install.class.php
Adatbázis táblák letelepítése
Method unProtectTable
IsMySQLListClass::unProtectTable() in IsMySQLListClass.class.php
Method update
IsMySQLClass::update() in IsMySQLClass.class.php
Adatok frissítése
Method update
IIsDBClass::update() in IIsDBClass.class.php
Rekord(ok) frissítése/módosítása
Method url
Messages::url() in Messages.class.php
Class Url
Url in Url.class.php
URL-ek kezelése
Method user
ForgotPass::user() in ForgotPass.class.php
Egy user id-jét, mail címét és jelszavát kérdezi le, ha a $name mező értéke megegyezik a $value -val.
Class User
User in User.class.php
Felhasználót reprezentáló osztály
Class UserFilter
UserFilter in UserFilter.class.php
Felhasználólista szűrő
Class UserList
UserList in UserList.class.php
Felhasználó lista
Page userlist.php
userlist.php in userlist.php
Class Constant USERNAME_PATTERN
Config_tpl::USERNAME_PATTERN in Config_tpl.class.php
Felhasználó pattern
Method uses
REDBObjects::uses() in REDBObjects.class.php
Adott adatbázis típushoz megfelelő osztályok importálása
Method UTF8CharBoundary
PHPMailer::UTF8CharBoundary() in class.phpmailer.php
Finds last character boundary prior to maxLength in a utf-8 quoted (printable) encoded string.
v
top
Variable $Version
PHPMailer::$Version in class.phpmailer.php
Sets the PHPMailer Version number
Method ValidateAddress
PHPMailer::ValidateAddress() in class.phpmailer.php
Check that a string looks roughly like an email address should
w
top
Variable $width
RECaptcha::$width in RECaptcha.class.php
A kép szélessége
Variable $WordWrap
PHPMailer::$WordWrap in class.phpmailer.php
Sets word wrapping on the body of the message to a given number of characters.
Method WrapText
PHPMailer::WrapText() in class.phpmailer.php
Wraps message for use with mailers that do not automatically perform wrapping and for quoted-printable.
_
top
Variable $_bgcolor
RECaptcha::$_bgcolor in RECaptcha.class.php
Háttérszín azonosítója
Method _mime_types
PHPMailer::_mime_types() in class.phpmailer.php
Gets the MIME type of the embedded or inline image
Method __construct
Messages::__construct() in Messages.class.php
Method __construct
Message::__construct() in Message.class.php
Üzenet létrehozása
Method __construct
IsMySQLListClass::__construct() in IsMySQLListClass.class.php
Konstruktor
Method __construct
RECaptcha::__construct() in RECaptcha.class.php
Captcha létrehozása különböző opciókkal. Az opciókról részletesebben a setProperties() metódus dokumentációjánál.
Method __construct
UserList::__construct() in UserList.class.php
Method __construct
User::__construct() in User.class.php
Létező vagy új felhasználó létrehozása
Method __construct
Invites::__construct() in Invites.class.php
Lista példányosítása
Method __construct
IsMySQLClass::__construct() in IsMySQLClass.class.php
IsMySQLClass osztály konstruktora
Method __construct
SMTP::__construct() in class.smtp.php
Initialize the class so that the data is in a known state.
Method __construct
PHPMailer::__construct() in class.phpmailer.php
Constructor
Method __construct
POP3::__construct() in class.pop3.php
Constructor, sets the initial values
Method __construct
Invite::__construct() in Invite.class.php
Method __get
IIsDBClass::__get() in IIsDBClass.class.php
Mezőnevek objektum tulajdonságokként való megvalósítása.
Method __set
IIsDBClass::__set() in IIsDBClass.class.php
Mezőnevek objektum tulajdonságokként való megvalósítása.
Method __toString
RECaptcha::__toString() in RECaptcha.class.php
A kép html img tagba helyezve base64 encode-olással.
Method __toString
NotIssetPropertyException::__toString() in NotIssetPropertyException.class.php
Method __toString
IteratorEndException::__toString() in IteratorEndException.class.php
Method __toString
IncompatibleTable::__toString() in IncompatibleTable.class.php
Method __toString
AmbiguousException::__toString() in AmbiguousException.class.php
a b c d e f g h i k l m n o p q r s t u v w _