Deprecated
Table of Contents
admin-functions.php
| Line | Element | Reason |
|---|---|---|
| 5358 | printScheduledPublishingNotes() |
|
class-albumbase.php
| Line | Element | Reason |
|---|---|---|
| 141 | AlbumBase::getFileName() | – Use getName() instead |
| 153 | AlbumBase::getFolder() | – Use getName() instead |
| 252 | AlbumBase::getUrAlbum() | Use getUrParent() instead |
class-authority.php
| Line | Element | Reason |
|---|---|---|
| 1466 | Authority::checkUniqueMailaddress() | – Use the method isUniqueMailaddress() instead |
class-dbbase.php
| Line | Element | Reason |
|---|---|---|
| 87 | dbBase::connect() |
|
| 474 | dbBase::listFields() |
|
class-external_auth.php
| Line | Element | Reason |
|---|---|---|
| 12 | external_auth | The class external_auth will be removed without replacement |
| 21 | external_auth::user() | The class external_auth will be removed without replacement |
| 56 | external_auth::check() | The class external_auth will be removed without replacement |
class-gallery.php
| Line | Element | Reason |
|---|---|---|
| 1133 | Gallery::getWebsiteTitle() | Use the method getParentSiteTitle() instead |
| 1153 | Gallery::setWebsiteTitle() | Use the method setParentSiteTitle() instead |
| 1175 | Gallery::getWebsiteURL() | Use the method getParentSiteURL() instead |
| 1197 | Gallery::setWebsiteURL() | Use the method setParentSiteURL() instead |
class-image.php
| Line | Element | Reason |
|---|---|---|
| 267 | Image::getFileName() |
|
class-persistentobject.php
| Line | Element | Reason |
|---|---|---|
| 43 | PersistentObject::__construct() |
|
class-themeobject.php
| Line | Element | Reason |
|---|---|---|
| 221 | ThemeObject::getShow() | – Use isPublished() instead |
| 232 | ThemeObject::setShow() | – Use setPublished() instead |
class-zenphoto_administrator.php
| Line | Element | Reason |
|---|---|---|
| 8 | Zenphoto_Administrator |
|
| 13 | Zenphoto_Administrator::__construct() |
|
| 21 | Zenphoto_Administrator::getNameByUser() |
|
class-zenphoto_authority.php
| Line | Element | Reason |
|---|---|---|
| 8 | Zenphoto_Authority |
|
| 13 | Zenphoto_Authority::__construct() |
|
| 21 | Zenphoto_Authority::getVersion() |
|
| 29 | Zenphoto_Authority::passwordHash() |
|
| 37 | Zenphoto_Authority::getAnAdmin() |
|
| 45 | Zenphoto_Authority::updateAdminField() |
|
| 53 | Zenphoto_Authority::newAdministrator() |
|
| 61 | Zenphoto_Authority::getRights() |
|
| 69 | Zenphoto_Authority::getResetTicket() |
|
| 77 | Zenphoto_Authority::logUser() |
|
| 85 | Zenphoto_Authority::getAuthCookies() |
|
| 93 | Zenphoto_Authority::handleLogout() |
|
| 101 | Zenphoto_Authority::printPasswordFormJS() |
|
| 109 | Zenphoto_Authority::printPasswordForm() |
|
| 117 | Zenphoto_Authority::pbkdf2() |
|
| 125 | Zenphoto_Authority::getLogoutURLPageParams() |
|
| 133 | Zenphoto_Authority::getLogoutURL() |
|
functions-db.php
| Line | Element | Reason |
|---|---|---|
| 24 | db_connect() | Use the global object $_zp_db and the class method connect() instead. |
| 42 | query() | Use the global object $_zp_db and the class method of the same name instead. |
| 59 | query_single_row() | Use the global object $_zp_db and the class method querySingleRow() instead. |
| 76 | query_full_array() | Use the global object $_zp_db and the class method queryFullArray() instead. |
| 91 | db_quote() | Use the global object $_zp_db and the class method quote() instead. |
| 103 | db_insert_id() | Use the global object $_zp_db and the class method insertID() instead. |
| 115 | db_fetch_assoc() | Use the global object $_zp_db and the class method fetchAssoc() instead. |
| 127 | db_error() | Use the global object $_zp_db and the class method getError() instead. |
| 139 | db_affected_rows() | Use the global object $_zp_db and the class method getAffectedRows() instead. |
| 151 | db_fetch_row() | Use the global object $_zp_db and the class method fetchRow() instead. |
| 163 | db_num_rows() | Use the global object $_zp_db and the class method getNumRows() instead. |
| 175 | db_close() | Use the global object $_zp_db and the class method close() instead. |
| 187 | db_software() | Use the global object $_zp_db and the class method getSoftware() instead. |
| 199 | db_create() | Use the global object $_zp_db and the class method create() instead |
| 211 | db_permissions() | Use the global object $_zp_db and the class method getPermissions() instead. |
| 223 | db_setSQLmode() | Use the global object $_zp_db and the class method setSQLmode() instead. |
| 235 | db_getSQLmode() | Use the global object $_zp_db and the class method getSQLmode() instead. |
| 245 | db_collation() | Use the global object $_zp_db and the class method getCollation() instead. |
| 255 | db_create_table() | Use the global object $_zp_db and the class method createTable() instead. |
| 265 | db_table_update() | Use the global object $_zp_db and the class method tableUpdate() instead. |
| 275 | db_show() | Use the global object $_zp_db and the class method show() instead. |
| 285 | db_list_fields() | Use the global object $_zp_db and the class method listFields() instead. |
| 295 | db_truncate_table() | Use the global object $_zp_db and the class method truncateTable() instead. |
| 305 | db_LIKE_escape() | Use the global object $_zp_db and the class method likeEscape() instead. |
| 315 | db_free_result() | Use the global object $_zp_db and the class method freeResult() instead. |
| 330 | prefix() | Use the global object $_zp_db and the class method of the same name instead. |
| 346 | getWhereClause() | Use the global object $_zp_db and the class method of the same name instead |
| 363 | getSetClause() | Use the global object $_zp_db and the class method of the same name instead |
| 375 | db_name() | Use the global object $_zp_db and the class method getDBName() instead. |
| 392 | db_count() | Use the global object $_zp_db and the class method count() instead. |
| 404 | db_getServerInfo() | Use the global object $_zp_db and the class method getServerInfo() instead. |
| 416 | db_getClientInfo() | Use the global object $_zp_db and the class method getClientInfo() instead. |
functions-graphics.php
| Line | Element | Reason |
|---|---|---|
| 17 | zp_imageGet() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 27 | zp_imageOutput() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 37 | zp_createImage() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 47 | zp_imageFill() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 57 | zp_imageColorTransparent() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 67 | zp_copyCanvas() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 77 | zp_resampleImage() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 87 | zp_imageUnsharpMask() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 97 | zp_imageResizeAlpha() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 107 | zp_imageCanRotate() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 117 | zp_rotateImage() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 127 | zp_imageDims() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 137 | zp_imageIPTC() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 147 | zp_imageWidth() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 157 | zp_imageHeight() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead |
| 167 | zp_imageMerge() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 177 | zp_imageGray() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 187 | zp_imageKill() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 197 | zp_colorAllocate() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 207 | zp_writeString() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 217 | zp_drawRectangle() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 227 | zp_graphicsLibInfo() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 237 | zp_getFonts() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 247 | zp_imageLoadFont() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 257 | zp_imageFontWidth() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 267 | zp_imageFontHeight() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 277 | imageBlurGD() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
| 287 | zp_imageFromString() | Use the global object $zp_graphics and the class method with the same name (but without the "zp" prefix) instead. |
template-functions.php
| Line | Element | Reason |
|---|---|---|
| 569 | getMainSiteName() | Use getParentSiteTitle() instead |
| 578 | getMainSiteURL() | Use getParentSiteURL() instead |
| 1832 | getPasswordProtectImage() | Use printPasswordProtectedImage() instead |
| 3712 | getSearchURL() |
|
bxslider_thumb_nav.php
| Line | Element | Reason |
|---|---|---|
| 150 | printThumbNav() | |
| 25 | bxslider | |
| 30 | bxslider::__construct() | |
| 56 | bxslider::getOptionsSupported() | |
| 116 | bxslider::themeJS() |
deprecated-functions.php
| Line | Element | Reason |
|---|---|---|
| 6 | cachemanager_internal_deprecations |
cacheManager.php
| Line | Element | Reason |
|---|---|---|
| 236 | cacheManager::published() |
class-textobject.php
| Line | Element | Reason |
|---|---|---|
| 70 | TextObject_Options | |
| 77 | TextObject_Options::getOptionsSupported() |
getid3.lib.php
| Line | Element | Reason |
|---|---|---|
| 823 | getid3_lib::CopyFileParts() | Unused, may be removed in future versions of getID3 |
class-WEBdocs.php
| Line | Element | Reason |
|---|---|---|
| 39 | WEBdocs_Options | |
| 44 | WEBdocs_Options::__construct() | |
| 55 | WEBdocs_Options::getOptionsSupported() | |
| 98 | WEBdocs::__construct() | |
| 113 | WEBdocs::getThumbImageFile() | |
| 150 | WEBdocs::getContent() |
colorbox_js.php
| Line | Element | Reason |
|---|---|---|
| 42 | colorbox | |
| 47 | colorbox::__construct() | |
| 60 | colorbox::getOptionsSupported() | |
| 81 | colorbox::handleOption() | |
| 88 | colorbox::css() |
functions.php
| Line | Element | Reason |
|---|---|---|
| 1148 | fetchComments() |
|
fieldExtender.php
contact_form.php
| Line | Element | Reason |
|---|---|---|
| 827 | getField() | – Use contactForm::getField() instead |
| 840 | printContactForm() | – Use contactForm::printContactForm() instead |
| 855 | showOrNotShowField() | – Use contactForm::isVisibleField() instead |
| 869 | checkRequiredField() | – Use contactForm::getRequiredFieldMark() instead |
| 882 | printContactFormMacro() | – Use contactForm::printMacro() instead |
| 895 | getContactFormMacros() | – Use contactForm::getMacros() instead |
deprecated-functions.php
| Line | Element | Reason |
|---|---|---|
| 26 | setThemeColumns() |
|
| 39 | getMimeString() |
|
| 56 | newAlbum() |
|
| 70 | isAlbumClass() |
|
| 86 | getUrAlbum() | – Use $album->getUrParent() instead |
| 104 | newImage() |
|
| 118 | isImageClass() |
|
| 132 | search_quote() |
|
| 147 | isImageVideo() | – Use the Image class method isVideo() instead |
| 167 | isImagePhoto() | – Use the Image class method isPhoto() instead |
| 189 | replaceOption() | – Use renameOptionl() instead |
| 203 | is_valid_email_zp() | – Use isValidEmail() instead |
| 218 | genAlbumList() | – Use the gallery class method getAllAlbums() or getAllAlbumsFromDB() instead |
| 232 | getAllAlbums() | – Use the gallery class method getAllAlbums() or getAllAlbumsFromDB() instead |
| 248 | printPopularAlbums() | – Use printAlbumStatistisc() instead |
| 256 | printLatestAlbums() | – Use printAlbumStatistisc() instead |
| 264 | printMostRatedAlbums() | – Use printAlbumStatistisc() instead |
| 272 | printTopRatedAlbums() | – Use printAlbumStatistisc() instead |
| 280 | printLatestUpdatedAlbums() | – Use printAlbumStatistisc() instead |
| 288 | printPopularImages() | – Use printImageStatistisc() instead |
| 296 | printTopRatedImages() | – Use printImageStatistisc() instead |
| 304 | printMostRatedImages() | – Use printImageStatistisc() instead |
| 312 | printLatestImages() | – Use printImageStatistisc() instead |
| 319 | printLatestImagesByDate() | – Use printImageStatistisc() instead |
| 327 | printLatestImagesByMtime() | – Use printImageStatistisc() instead |
| 344 | filterImageQuery() |
|
| 372 | getRandomImages() | Use the image_album_statistics plugin function getImageStatistic()with appropiate parameters – For daily use the same plugin's function getPictureOfTheDay() |
| 423 | getRandomImagesAlbum() | Use the image_album_statistic plugin function getImageStatistic() with appropriate parameters – For daily use the same plugin's function getPictureOfTheDay() |
| 518 | printRandomImages() | Use the image_album_statiscic plugin function printImageStatisic()with appropiate parameters. You might need to adjust your theme's CSS. |
| 587 | cleanHTML() | Use tidyHTML() instead |
| 600 | getTotalImagesIn() | |
| 611 | checkPublishDates() |
|
| 622 | internal_deprecations | |
| 628 | internal_deprecations::LanguageSubdomains() | Use getLanguageSubdomains() instead |
| 635 | internal_deprecations::getLanguageText() | Use getLanguageText() instead |
| 642 | internal_deprecations::setexifvars() | Use setexifvars() instead |
| 649 | internal_deprecations::hasPrimaryScripts() | Use hasPrimaryScripts() instead |
| 656 | internal_deprecations::removeDir() | Use removeDir() instead |
| 663 | internal_deprecations::tagURLs() | Use tagURLs() instead |
| 670 | internal_deprecations::unTagURLs() | Use unTagURLs() instead |
| 678 | internal_deprecations::updateImageProcessorLink() | Use updateImageProcessorLink() instead |
| 685 | internal_deprecations::pluginDebug() | Use pluginDebug() instead |
| 693 | internal_deprecations::removeTrailingSlash() | Use removeTrailingSlash() instead |
| 701 | internal_deprecations::tidyHTML() | Use htmlTidy() instead |
| 709 | internal_deprecations::PersistentObject() | Use instantiate() method |
| 719 | zpFunctions | |
| 726 | zpFunctions::LanguageSubdomains() | Use getLanguageSubdomains() |
| 736 | zpFunctions::getLanguageText() | Use getLanguageText() |
| 746 | zpFunctions::setexifvars() | Use setexifvars() |
| 756 | zpFunctions::hasPrimaryScripts() | Use hasPrimaryScripts() |
| 766 | zpFunctions::removeDir() | Use removeDir() |
| 776 | zpFunctions::tagURLs() | Use tagURLs() |
| 786 | zpFunctions::unTagURLs() | Use untagURLs() |
| 796 | zpFunctions::updateImageProcessorLink() | Use updateImageProcessorLink() |
| 806 | zpFunctions::pluginDebug() | Use pluginDebug() |
| 816 | zpFunctions::removeTrailingSlash() | Use removeTrailingSlash() |
| 826 | zpFunctions::tidyHTML() | Use tidyHTML() |
functions.php
| Line | Element | Reason |
|---|---|---|
| 15 | getPHPFiles() | |
| 43 | formatList() | |
| 102 | listUses() | |
| 141 | listDBUses() |
deprecated-functions.php
| Line | Element | Reason |
|---|---|---|
| 49 | deprecated_functions | |
| 57 | deprecated_functions::__construct() | |
| 97 | deprecated_functions::tabs() | |
| 117 | deprecated_functions::notify() | |
| 127 | deprecated_functions::button() | |
| 147 | deprecated_functions::addPluginScript() |
downloadList.php
| Line | Element | Reason |
|---|---|---|
| 571 | AlbumZip::pageError() | Use downloadList::noFile() instead |
elFinder.class.php
| Line | Element | Reason |
|---|---|---|
| 28 | elFinder::$version | |
| 4763 | elFinder::sessionDataEncode() | |
| 4782 | elFinder::sessionDataDecode() | |
| 4819 | elFinder::sessionWrite() | |
| 164 | elFinder::$sessionCacheKey | |
| 172 | elFinder::$sessionClosed | |
| 226 | elFinder::$netVolumesSessionKey |
elFinderConnector.class.php
| Line | Element | Reason |
|---|---|---|
| 30 | elFinderConnector::$header |
elFinderVolumeDriver.class.php
| Line | Element | Reason |
|---|---|---|
| 969 | elFinderVolumeDriver::sessionRestart() | |
| 715 | elFinderVolumeDriver::$subdirsCache |
class-favorites.php
| Line | Element | Reason |
|---|---|---|
| 345 | favorites::ad_removeButton() |
|
GoogleMap.php
| Line | Element | Reason |
|---|---|---|
| 236 | log_message() | |
| 243 | get_instance() | |
| 251 | omsAdditions() | |
| 261 | getGeoCoord() | |
| 285 | addGeoCoord() | |
| 322 | getImageGeodata() | |
| 336 | getAlbumGeodata() | |
| 360 | printGoogleMap() | |
| 46 | GoogleMap | |
| 73 | GoogleMap::getOptionsSupported() | |
| 163 | GoogleMap::js() | |
| 197 | CI_load | |
| 208 | CI_jsmin | |
| 218 | codeIgniter_kludge | |
| 226 | codeIgniter_kludge::__construct() |
html_meta_tags.php
| Line | Element | Reason |
|---|---|---|
| 753 | htmlmetatags::getMetaKeywords() |
ipBlocker.php
| Line | Element | Reason |
|---|---|---|
| 55 | ipBlocker::__construct() | |
| 67 | ipBlocker::getOptionsSupported() | |
| 109 | ipBlocker::handleOption() | |
| 171 | ipBlocker::handleOptionSave() | |
| 292 | ipBlocker::login() | |
| 302 | ipBlocker::suspended() | |
| 329 | ipBlocker::adminGate() | |
| 360 | ipBlocker::load() |
jplayer.php
| Line | Element | Reason |
|---|---|---|
| 194 | getjPlayerSkins() | |
| 218 | getjPlayerSkinCSS() | |
| 874 | printjPlayerPlaylist() | |
| 104 | jplayer_options | |
| 111 | jplayer_options::__construct() | |
| 130 | jplayer_options::getOptionsSupported() | |
| 232 | jPlayer | |
| 244 | jPlayer::__construct() | |
| 273 | jPlayer::getMacrojplayer() | |
| 286 | jPlayer::macro() | |
| 300 | jPlayer::headJS() | |
| 329 | jPlayer::getPlayerConfig() | |
| 494 | jPlayer::printPlayerConfig() | |
| 508 | jPlayer::getPlayerHTMLparts() | |
| 555 | jPlayer::getWidth() | |
| 570 | jPlayer::getHeight() | |
| 581 | jPlayer::setModeAndSuppliedFormat() | |
| 623 | jPlayer::getCounterpartFiles() | |
| 667 | jPlayer::printjPlayerPlaylist() |
matomo.php
| Line | Element | Reason |
|---|---|---|
| 254 | matomoStats::getOptOutiFrame() |
|
openstreetmap.php
| Line | Element | Reason |
|---|---|---|
| 1146 | printOpenStreetMap() | – Use openStreetMap::printOpenStreetMap() instead |
PHPMailer.php
| Line | Element | Reason |
|---|---|---|
| 456 | PHPMailer::$SingleTo | PHPMailer isn't a mailing list manager! |
register_user.php
| Line | Element | Reason |
|---|---|---|
| 862 | printRegistrationForm() | – Use registerUser::printForm() instead |
| 877 | printRegisterURL() | – User registerUser::printLink() instead |
| 824 | register_user |
|
| 831 | register_user::getUserInfo() |
|
| 840 | register_user::getLink() | Use registerUser::getLink() instead |
| 848 | register_user::post_processor() | Use registerUser::postProcessor() instead |
security-logger.php
| Line | Element | Reason |
|---|---|---|
| 292 | security_logger::federatedLoginLogger() | security_logger::federatedLoginLogger() will be removed and not replaced as the federated_login plugin is not supported anymore. |
sitemap-extended.php
| Line | Element | Reason |
|---|---|---|
| 491 | sitemap::passAlbums() | Unused |
| 501 | sitemap::passImages() | Unused |
slideshow2.php
| Line | Element | Reason |
|---|---|---|
| 591 | printSlideShowLink() | |
| 767 | printSlideShow() | |
| 51 | cycle | |
| 57 | cycle::__construct() | |
| 89 | cycle::getOptionsSupported() | |
| 211 | cycle::handleOption() | |
| 223 | cycle::getSlideshowPlayer() | |
| 254 | cycle::getShow() | |
| 407 | cycle::getSlide() | |
| 467 | cycle::printSlide() | |
| 478 | cycle::getSlideObj() | |
| 487 | cycle::macro() | |
| 502 | cycle::cycleJS() | |
| 560 | cycle::is_valid() |
userAddressFields.php
xmpMetadata.php
| Line | Element | Reason |
|---|---|---|
| 752 | xmpMetadata::formatExposure() |
|
| 769 | xmpMetadata::ConvertToFraction() |
|
| 880 | xmpMetadata::rationalNum() | – Use imageMetaFormatter::rationalNum() instead |
class-zenpage.php
| Line | Element | Reason |
|---|---|---|
| 101 | Zenpage::visibleCategory() | Use the method isPublic() of the ZenpageCategory class instead. |
| 619 | Zenpage::siftResults() | Unused and obsolete method - articles are already filtered via getArticles() |
class-zenpagecategory.php
| Line | Element | Reason |
|---|---|---|
| 229 | ZenpageCategory::getSubCategories() |
|
| 260 | ZenpageCategory::isSubNewsCategoryOf() |
|
class-zenpagenews.php
| Line | Element | Reason |
|---|---|---|
| 187 | ZenpageNews::categoryIsVisible() | Use if($obj->isPublic() || zp_loggedin(ALL_NEWS_RIGHTS)) { … } for a equivalent check instead. |
class-zenpageroot.php
| Line | Element | Reason |
|---|---|---|
| 59 | ZenpageRoot::getTitlelink() |
|
| 70 | ZenpageRoot::setTitlelink() |
|
deprecated-functions.php
| Line | Element | Reason |
|---|---|---|
| 12 | Zenpage_internal_deprecations::visibleCategory() | |
| 20 | Zenpage_internal_deprecations::categoryIsVisible() | Use if($obj->isPublic() || zp_loggedin(ALL_NEWS_RIGHTS)) { … } for a equivalent check instead. |
| 27 | Zenpage_internal_deprecations::expiry() | Use Zenpage::processScheduledPublishing('expiredate') instead |
zenpage.php
| Line | Element | Reason |
|---|---|---|
| 339 | zenpagecms::checkForGuest() |
|