Docs Goabase

Goabase

Table of Contents

Packages

Donate
Games

Classes

AjaxCommentsWrite
AjaxEdit
AjaxForumSearch
AjaxGeolocSearch
AjaxLink
AjaxMemberSearch
AjaxPartyDetails
AjaxPartyPeopleSearch
AjaxPartySearchSum
AjaxTools
Api
ApiTools
ApiXML
Auth
BaseClass
Birthday
Bookmarks
BookmarkSave
Buddy
BuddyLink
BuddyProfile
BuddySession
BuddyWrite
Cache
Cfg
CfgDiv
CfgSize
Comments
CommentsGallery
CommentsList
CommentsMember
CommentsTpl
CommentsTplVoteBox
CommentsWrite
ContactForm
ContactFormCheck
Cookie
Country
CountryMap
Currency
Data
Class responsible for database operations including select, insert, update, and delete.
DataSearch
DataWrite
Debug
Del
DelImg
DelMsg
DelParty
DelUser
EchoPage
Embed
Export
Faq
Flyer
FlyerList
Form
FormFile
FormVal
ForumAjax
ForumBoards
ForumCheck
ForumEdit
ForumSearch
ForumSettings
ForumStats
ForumThemes
ForumThread
ForumThreadHeader
ForumThreadLoop
ForumThreadMember
ForumThreadRights
ForumThreadTools
ForumWrite
Geo
GeoSQL
Guestbook
Header
Helper
HelperFormat
HelperJson
HelperVars
Hits
HTML_Sanitizer
Sanitize HTML body content
HtmlAjaxMore
HtmlCal
HtmlCalAdd
HtmlHeader
HtmlHeaderParty
HtmlLink
HtmlMeta
Image
ImageTag
ImageTools
ImageUpload
ImageUploadData
ImageUploadMember
ImageUploadParty
IndexPage
Inform
InformContainer
InformInit
InformList
InformTpl
InformTplLoop
InformTplStartStop
InformUpdate
InitBase
InitLogin
InitParams
InitParty
InitUser
Input
InvitesList
JsonLD
JsonLDPage
Label
Language
LayoutPage
LinkBase
LinkBaseCloud
LinkBaseEdit
LinkBaseList
LinkBaseRecent
LogBase
LoginTools
LogoContest
Mail
Member
MemberActivate
MemberCountries
MemberDetails
MemberDetailsExtra
MemberDetailsOpener
MemberEdit
MemberEditSubForms
MemberLink
MemberList
MemberListTpl
MemberMsgIcons
MemberNewData
MemberNews
MemberParty
MemberPartyStats
MemberPartyStatsTpl
MemberPhoto
MemberPhotosRandom
MemberProfile
MemberProfileClassic
MemberProfileIgno
MemberProfilePimp
MemberSearch
MemberTools
MenuFooter
Mod
ModExtra
ModMember
Moon
Msg
MsgExport
MsgList
MsgListTpl
MsgSearch
MsgView
MsgWrite
MsgWriteForm
News
NewsletterSubscribe
NewsList
Page
PageFooter
PageInfo
PageInfoBlock
PageNavi
PageNavigation
PageStart
PageTools
Party
PartyAdmin
PartyAdminFlyer
PartyAdminForm
PartyAdminGeo
PartyAdminQR
PartyAdminSubForms
PartyAdminTools
PartyAttParser
PartyCnt
PartyCountries
PartyCountriesCloudTpl
PartyCountriesJsonLDTpl
PartyCountriesJsonTpl
PartyCountriesXmlTpl
PartyDetails
PartyDetailsExtra
PartyEdit
PartyEditTpl
PartyHead
PartyInfo
PartyInfoFlyer
PartyInsert
PartyInvite
PartyInviteList
PartyInviteWrite
PartyLinks
PartyList
PartyListCalDayTpl
PartyListDefTpl
PartyListIcalTpl
PartyListNear
PartyListNewTpl
PartyListRssTpl
PartyMeeting
PartyMeetingWrite
PartyPhoto
PartyPhotosTop
PartyPhotoTeaser
PartyReport
PartyReportList
PartyReportRating
PartyReportRatingAll
PartySearch
PartyServerCreate
PartyServerJS
PartyServerPages
PartyShare
PartySQL
PartyStatus
PartyTimer
PartyTimerAjax
PartyTimerList
PartyTimerListAjaxTpl
PartyTimerListDefTpl
PartyTimerNext
PartyTimerTools
PartyTools
PartyTpl
PartyVotes
PhotoClassicView
PhotoRnd
PhotoUploadTpl
Poll
PollWrite
Redirect
RedisSession
Replace
Scores
ScoresAjax
ScoresTotal
Seo
Session
Shoutbox
ShoutboxPage
Sitemap
SQL
Stats
TabNavi
TabNaviClassic
TabNaviMember
TabNaviMsg
TabNaviParty
Tags
TagsWrite
TAMsg
Text
TextLine
Time
Tpl
UICode
UICodeExtra
Url
User
UserCheck
UserCheckInsert
UserCheckMail
UserImageCnt
UserImages
UserImagesList
UserPlink
UserProfile
UserScoreRep
ValidInput
Vote
VoteIcons
WeatherData
WorldTime
WriteCache

Traits

CfgShare
CfgTimeZones
TraitCommentsList
TraitCountry
TraitDataWrite
TraitEmbed
TraitGeoSQL
TraitImageTools
TraitLanguage
TraitMember
TraitMemberLink
TraitPage
TraitParty
TraitPartyInfo
TraitPartyTimer
TraitScore
TraitSeo
TraitSQL
TraitUser

Constants

GB_ICONS  = CfgDiv::iconVar()
GB_IS_BOT  = $bBot
GB_LNG_USER  = $cfgUserLng
GB_LNG_VARS  = $this->load($this->sectionGlobal)
GB_LNG_VARS_ERR  = $this->load($this->sectionError)
GB_URL_LNG  = $this->env['GB_URL'] . $cfgBaseLng

Functions

getLng()  : string
Language vars type 'global'
getIcon()  : string
Icons
strtr_full()  : string
Replaces all {foo}, which are not in $change Dabei werden evtl. gekapselte auch entfent, daher nicht immer verwendbar In {title} wird htmlspecialchars() ausgeführt
cleanTitle()  : array<string|int, mixed>
replacePlaceholders()  : string
cleanAttributes()  : string
Cleaning empty title, rel and class from HTML tags
removePlaceholders()  : array<string|int, mixed>|string|array<string|int, string>|null
getLngErr()  : string
Error-Vars
mb_ucfirst()  : string

Constants

GB_ICONS

public mixed GB_ICONS = CfgDiv::iconVar()

GB_IS_BOT

public mixed GB_IS_BOT = $bBot

GB_LNG_USER

public mixed GB_LNG_USER = $cfgUserLng

GB_LNG_VARS

public mixed GB_LNG_VARS = $this->load($this->sectionGlobal)

GB_LNG_VARS_ERR

public mixed GB_LNG_VARS_ERR = $this->load($this->sectionError)

GB_URL_LNG

public mixed GB_URL_LNG = $this->env['GB_URL'] . $cfgBaseLng

Functions

getLng()

Language vars type 'global'

getLng(string $key) : string
Parameters
$key : string
Tags
throws
Exception
Return values
string

getIcon()

Icons

getIcon(string $key) : string
Parameters
$key : string
Tags
throws
Exception
Return values
string

strtr_full()

Replaces all {foo}, which are not in $change Dabei werden evtl. gekapselte auch entfent, daher nicht immer verwendbar In {title} wird htmlspecialchars() ausgeführt

strtr_full(string $template, array<string|int, mixed> $change) : string
Parameters
$template : string
$change : array<string|int, mixed>
Return values
string

cleanTitle()

cleanTitle(array<string|int, mixed> $change) : array<string|int, mixed>
Parameters
$change : array<string|int, mixed>
Return values
array<string|int, mixed>

replacePlaceholders()

replacePlaceholders(string $return, array<string|int, mixed> $change, string $placeholder, callable $replacementFunction) : string
Parameters
$return : string
$change : array<string|int, mixed>
$placeholder : string
$replacementFunction : callable
Return values
string

cleanAttributes()

Cleaning empty title, rel and class from HTML tags

cleanAttributes(string $return) : string
Parameters
$return : string
Return values
string

removePlaceholders()

removePlaceholders(string $return) : array<string|int, mixed>|string|array<string|int, string>|null
Parameters
$return : string
Return values
array<string|int, mixed>|string|array<string|int, string>|null

getLngErr()

Error-Vars

getLngErr(string $key) : string
Parameters
$key : string
  • NothingFound SubmitTitle Country AdsGeneral Name NameDouble Email EmailMiss EmailTrash EmailWrong EmailDbl EmailSend Pw PwCtrl PwShort PwEqual Double LoginFailed WrongTown PartyName PartyNameEmpty PartyNameReserved PartyNameLong PartyNameLoctownNr PartyExist PartyPassword PartyEmail PartyLoctown PartyDate PartyTooLong PartyNoFbRead EmptyFields Empty Exists NoUrl NoOnline Content Blacklight Sunrise NoText Tags TagsHint Unknown GeoPermDenied GeoPosUnknown GeoTimeout Confirm
Return values
string

mb_ucfirst()

mb_ucfirst(string $str) : string
Parameters
$str : string
Return values
string

        
On this page

Search results