├── backup └── index.html ├── tmp └── index.html ├── classes ├── .htaccess ├── XpConfig.php └── XpSmarty.php ├── language ├── .htaccess └── English.php ├── install ├── .htaccess └── img │ ├── off.gif │ ├── sp.gif │ ├── logo.gif │ ├── btn_bg.gif │ └── ico-err.gif ├── .gitignore ├── includes ├── js │ ├── tabs │ │ ├── index.html │ │ ├── tab.png │ │ ├── tab_active.png │ │ ├── tab_hover.png │ │ ├── header_text.png │ │ └── tabpane.css │ └── ThemeOffice │ │ ├── index.html │ │ ├── db.png │ │ ├── tux.png │ │ ├── arrow.png │ │ ├── backup.png │ │ ├── blank.png │ │ ├── config.png │ │ ├── edit.png │ │ ├── globe1.png │ │ ├── globe2.png │ │ ├── globe3.png │ │ ├── globe4.png │ │ ├── help.png │ │ ├── home.png │ │ ├── mail.png │ │ ├── media.png │ │ ├── menus.png │ │ ├── module.png │ │ ├── query.png │ │ ├── spacer.png │ │ ├── trash.png │ │ ├── user.png │ │ ├── users.png │ │ ├── checkin.png │ │ ├── content.png │ │ ├── credits.png │ │ ├── document.png │ │ ├── install.png │ │ ├── language.png │ │ ├── license.png │ │ ├── mainmenu.png │ │ ├── preview.png │ │ ├── restore.png │ │ ├── sections.png │ │ ├── sysinfo.png │ │ ├── template.png │ │ ├── tooltip.png │ │ ├── warning.png │ │ ├── add_section.png │ │ ├── categories.png │ │ ├── component.png │ │ ├── mass_email.png │ │ ├── messaging.png │ │ ├── search_text.png │ │ ├── statistics.png │ │ ├── users_add.png │ │ ├── controlpanel.png │ │ ├── messaging_config.png │ │ ├── messaging_inbox.png │ │ └── theme.js ├── variables.inc.php ├── merchants.inc.php ├── config.inc.php └── auth.inc.php ├── admin ├── js │ ├── index.html │ ├── JSCookMenu │ │ ├── index.html │ │ └── ThemeOffice2003 │ │ │ ├── index.html │ │ │ ├── db.png │ │ │ ├── edit.png │ │ │ ├── help.png │ │ │ ├── home.png │ │ │ ├── mail.png │ │ │ ├── user.png │ │ │ ├── arrow.png │ │ │ ├── backup.png │ │ │ ├── blank.gif │ │ │ ├── blank.png │ │ │ ├── config.png │ │ │ ├── globe1.png │ │ │ ├── globe2.png │ │ │ ├── globe3.png │ │ │ ├── globe4.png │ │ │ ├── menubg.png │ │ │ ├── menus.png │ │ │ ├── module.png │ │ │ ├── query.png │ │ │ ├── spacer.png │ │ │ ├── users.png │ │ │ ├── checkin.png │ │ │ ├── content.png │ │ │ ├── document.png │ │ │ ├── language.png │ │ │ ├── license.png │ │ │ ├── mainmenu.png │ │ │ ├── messaging.png │ │ │ ├── preview.png │ │ │ ├── restore.png │ │ │ ├── sections.png │ │ │ ├── sysinfo.png │ │ │ ├── template.png │ │ │ ├── tooltip.png │ │ │ ├── users_add.png │ │ │ ├── add_section.png │ │ │ ├── categories.png │ │ │ ├── mass_email.png │ │ │ ├── search_text.png │ │ │ ├── statistics.png │ │ │ ├── controlpanel.png │ │ │ ├── ico-comments.gif │ │ │ ├── messaging_config.png │ │ │ ├── messaging_inbox.png │ │ │ └── theme.js │ ├── jsgraph │ │ └── canvaschart.css │ ├── xmlhttp.js │ └── dom_creator.js ├── img │ ├── bg.gif │ ├── sp.gif │ ├── close.gif │ ├── delim.gif │ ├── edit.gif │ ├── logo.gif │ ├── logo.png │ ├── minus.gif │ ├── minus.png │ ├── off.gif │ ├── plus.gif │ ├── plus.png │ ├── tab.gif │ ├── user.gif │ ├── btn_bg.gif │ ├── delete.gif │ ├── delete2.gif │ ├── favicon.ico │ ├── ico-err.gif │ ├── ico-exc.gif │ ├── ico-new.gif │ ├── ico-not.gif │ ├── ico-sql.gif │ ├── left-bg.gif │ ├── menubg.gif │ ├── resize.gif │ ├── spinner.gif │ ├── tab-act.gif │ ├── top-bg.gif │ ├── tv-item.gif │ ├── user_go.gif │ ├── arrow_down.gif │ ├── arrow_up.gif │ ├── bottom-bg.gif │ ├── box-top-bg.gif │ ├── btn-expand.gif │ ├── calendar.png │ ├── header-bg.gif │ ├── header-img.gif │ ├── ico-back.gif │ ├── ico-backup.gif │ ├── ico-copy.gif │ ├── ico-delete.gif │ ├── ico-edit.gif │ ├── ico-email.gif │ ├── ico-export.gif │ ├── ico-feat.gif │ ├── ico-find.gif │ ├── ico-import.gif │ ├── ico-move.gif │ ├── ico-save.gif │ ├── ico-uncopy.gif │ ├── ico-view.gif │ ├── menu-top.gif │ ├── menubkgr.gif │ ├── spinner2.gif │ ├── user_gray.gif │ ├── user_green.gif │ ├── box-left-bg.gif │ ├── box-left-top.gif │ ├── box-right-bg.gif │ ├── box-top-left.gif │ ├── btn-collapse.gif │ ├── ico-cat-add.gif │ ├── ico-cat-del.gif │ ├── ico-cat-edit.gif │ ├── ico-cat-lock.gif │ ├── ico-cat-move.gif │ ├── ico-comment.gif │ ├── ico-details.gif │ ├── ico-featured.gif │ ├── ico-install.gif │ ├── ico-partners.gif │ ├── info-bottom.gif │ ├── inventory-bg.gif │ ├── login-header.gif │ ├── menu-bottom.gif │ ├── top-bg-left.gif │ ├── top-bg-right.gif │ ├── tv-item-last.gif │ ├── box-bottom-bg.gif │ ├── box-bottom-left.gif │ ├── box-caption-bg.gif │ ├── box-left-bottom.gif │ ├── box-right-top.gif │ ├── box-top-right.gif │ ├── content-top-bg.gif │ ├── error-top-left.gif │ ├── error-top-right.gif │ ├── ico-cat-crossed.gif │ ├── ico-cat-related.gif │ ├── ico-cat-unique.gif │ ├── ico-cat-unlock.gif │ ├── ico-change-plan.gif │ ├── ico-check-recip.gif │ ├── ico-featured2.gif │ ├── ico-partners2.gif │ ├── ico-sponsored.gif │ ├── ico-sponsored2.gif │ ├── ico-uninstall.gif │ ├── info-box-left.gif │ ├── info-box-right.gif │ ├── info-caption-bg.gif │ ├── info-content-bg.gif │ ├── inventory-left.gif │ ├── notif-top-left.gif │ ├── notif-top-right.gif │ ├── tv-collapsable.gif │ ├── tv-expandable.gif │ ├── valid-xhtml10.png │ ├── box-bottom-right.gif │ ├── box-caption-left.gif │ ├── box-caption-right.gif │ ├── box-right-bottom.gif │ ├── error-bottom-left.gif │ ├── ico-cat-ununique.gif │ ├── ico-header-lookup.gif │ ├── ico-reset-rating.gif │ ├── info-bottom-left.gif │ ├── info-bottom-right.gif │ ├── notif-bottom-left.gif │ ├── error-bottom-right.gif │ ├── notif-bottom-right.gif │ ├── tv-collapsable-last.gif │ └── tv-expandable-last.gif ├── includes │ └── js │ │ ├── index.html │ │ └── ThemeOffice │ │ ├── index.html │ │ └── theme.js ├── banners │ ├── 1.gif │ ├── sponimage.php.gif │ └── DEH-P9800BT remote control.gif ├── images │ ├── bg.jpg │ ├── edit.gif │ ├── logo.gif │ ├── delete.gif │ ├── edit_f2.gif │ ├── help_f2.gif │ ├── new_f2.gif │ ├── save_f2.gif │ ├── cancel_f2.gif │ ├── delete_f2.gif │ ├── upload_f2.gif │ └── pixel_trans.gif ├── css │ ├── iehack.css │ ├── tree.css │ ├── admin_login.css │ └── datepicker.css ├── security.php ├── get-tier-tree.php ├── integration │ └── 2checkout.php ├── index.php ├── init.php ├── shopping-cart-integration.php ├── logout.php └── footer.php ├── templates └── light │ ├── custom-links.tpl │ ├── images │ ├── logo.gif │ ├── user.png │ ├── addedit.png │ ├── config.png │ ├── error.gif │ ├── login.png │ ├── header-bg.gif │ ├── security.png │ ├── context-bg.png │ ├── langmanager.png │ ├── list-style.png │ ├── marketing-bg.png │ ├── pixel_trans.gif │ ├── subhead_bg.png │ ├── main-menu-item.png │ ├── marketing-list.png │ ├── button_continue.gif │ ├── context-top-left.png │ ├── context-top-right.png │ ├── footer-top-left.png │ ├── footer-top-right.png │ ├── context-bottom-left.png │ ├── footer-bottom-left.png │ ├── footer-bottom-right.png │ ├── marketing-top-left.png │ ├── marketing-top-right.png │ ├── context-bottom-right.png │ ├── marketing-bottom-left.png │ └── marketing-bottom-right.png │ ├── success.tpl │ ├── logout.tpl │ ├── account.tpl │ ├── main-menu.tpl │ ├── forgot.tpl │ ├── stat.tpl │ ├── context-menu.tpl │ ├── email-links.tpl │ ├── footer.tpl │ ├── text-links.tpl │ ├── payments.tpl │ ├── marketing-menu.tpl │ ├── index.tpl │ ├── ad-details.tpl │ ├── banner-details.tpl │ ├── header.tpl │ ├── login.tpl │ ├── text-ads.tpl │ ├── banners.tpl │ ├── login-form.tpl │ └── general-statistics.tpl ├── smarty ├── internals │ ├── core.get_microtime.php │ ├── core.process_compiled_include.php │ ├── core.get_include_path.php │ ├── core.write_compiled_resource.php │ ├── core.assign_smarty_interface.php │ ├── core.is_trusted.php │ ├── core.write_file.php │ ├── core.rmdir.php │ ├── core.smarty_include_php.php │ ├── core.display_debug_console.php │ ├── core.is_secure.php │ ├── core.assemble_plugin_filepath.php │ ├── core.load_resource_plugin.php │ └── core.rm_auto.php └── plugins │ ├── modifier.lower.php │ ├── modifier.upper.php │ ├── modifier.indent.php │ ├── modifier.string_format.php │ ├── modifier.replace.php │ ├── modifier.wordwrap.php │ ├── modifier.cat.php │ ├── modifier.count_paragraphs.php │ ├── modifier.default.php │ ├── modifier.spacify.php │ ├── modifier.count_sentences.php │ ├── modifier.strip_tags.php │ ├── modifier.nl2br.php │ ├── modifier.strip.php │ ├── modifier.count_characters.php │ ├── modifier.count_words.php │ ├── shared.escape_special_chars.php │ ├── function.debug.php │ ├── modifier.regex_replace.php │ ├── function.popup_init.php │ ├── modifier.capitalize.php │ ├── function.eval.php │ ├── compiler.assign.php │ ├── function.assign_debug_info.php │ ├── shared.make_timestamp.php │ ├── modifier.truncate.php │ ├── modifier.date_format.php │ ├── function.counter.php │ └── modifier.debug_print_var.php ├── README.md ├── index.php ├── pgw └── paypal │ └── sale.js ├── email-links.php ├── text-links.php ├── payments.php ├── logout.php ├── txp.php ├── xp.php ├── banners.php ├── text-ads.php ├── banner-details.php ├── statistics.php ├── login.php ├── ad-details.php ├── account.php └── contact.php /backup/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tmp/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /classes/.htaccess: -------------------------------------------------------------------------------- 1 | Deny from all 2 | -------------------------------------------------------------------------------- /language/.htaccess: -------------------------------------------------------------------------------- 1 | Deny from all 2 | -------------------------------------------------------------------------------- /install/.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine on 2 | RewriteBase /install/ 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *.lock 3 | *.DS_Store 4 | *.swp 5 | *.out 6 | *.idea/* -------------------------------------------------------------------------------- /includes/js/tabs/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/js/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /admin/img/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/bg.gif -------------------------------------------------------------------------------- /admin/img/sp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/sp.gif -------------------------------------------------------------------------------- /admin/includes/js/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /admin/banners/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/banners/1.gif -------------------------------------------------------------------------------- /admin/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/bg.jpg -------------------------------------------------------------------------------- /admin/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/close.gif -------------------------------------------------------------------------------- /admin/img/delim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/delim.gif -------------------------------------------------------------------------------- /admin/img/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/edit.gif -------------------------------------------------------------------------------- /admin/img/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/logo.gif -------------------------------------------------------------------------------- /admin/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/logo.png -------------------------------------------------------------------------------- /admin/img/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/minus.gif -------------------------------------------------------------------------------- /admin/img/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/minus.png -------------------------------------------------------------------------------- /admin/img/off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/off.gif -------------------------------------------------------------------------------- /admin/img/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/plus.gif -------------------------------------------------------------------------------- /admin/img/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/plus.png -------------------------------------------------------------------------------- /admin/img/tab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/tab.gif -------------------------------------------------------------------------------- /admin/img/user.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/user.gif -------------------------------------------------------------------------------- /admin/js/JSCookMenu/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /includes/js/ThemeOffice/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /install/img/off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/install/img/off.gif -------------------------------------------------------------------------------- /install/img/sp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/install/img/sp.gif -------------------------------------------------------------------------------- /admin/images/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/edit.gif -------------------------------------------------------------------------------- /admin/images/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/logo.gif -------------------------------------------------------------------------------- /admin/img/btn_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/btn_bg.gif -------------------------------------------------------------------------------- /admin/img/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/delete.gif -------------------------------------------------------------------------------- /admin/img/delete2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/delete2.gif -------------------------------------------------------------------------------- /admin/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/favicon.ico -------------------------------------------------------------------------------- /admin/img/ico-err.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-err.gif -------------------------------------------------------------------------------- /admin/img/ico-exc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-exc.gif -------------------------------------------------------------------------------- /admin/img/ico-new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-new.gif -------------------------------------------------------------------------------- /admin/img/ico-not.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-not.gif -------------------------------------------------------------------------------- /admin/img/ico-sql.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-sql.gif -------------------------------------------------------------------------------- /admin/img/left-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/left-bg.gif -------------------------------------------------------------------------------- /admin/img/menubg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/menubg.gif -------------------------------------------------------------------------------- /admin/img/resize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/resize.gif -------------------------------------------------------------------------------- /admin/img/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/spinner.gif -------------------------------------------------------------------------------- /admin/img/tab-act.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/tab-act.gif -------------------------------------------------------------------------------- /admin/img/top-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/top-bg.gif -------------------------------------------------------------------------------- /admin/img/tv-item.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/tv-item.gif -------------------------------------------------------------------------------- /admin/img/user_go.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/user_go.gif -------------------------------------------------------------------------------- /install/img/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/install/img/logo.gif -------------------------------------------------------------------------------- /language/English.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/language/English.php -------------------------------------------------------------------------------- /admin/images/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/delete.gif -------------------------------------------------------------------------------- /admin/images/edit_f2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/edit_f2.gif -------------------------------------------------------------------------------- /admin/images/help_f2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/help_f2.gif -------------------------------------------------------------------------------- /admin/images/new_f2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/new_f2.gif -------------------------------------------------------------------------------- /admin/images/save_f2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/save_f2.gif -------------------------------------------------------------------------------- /admin/img/arrow_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/arrow_down.gif -------------------------------------------------------------------------------- /admin/img/arrow_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/arrow_up.gif -------------------------------------------------------------------------------- /admin/img/bottom-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/bottom-bg.gif -------------------------------------------------------------------------------- /admin/img/box-top-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-top-bg.gif -------------------------------------------------------------------------------- /admin/img/btn-expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/btn-expand.gif -------------------------------------------------------------------------------- /admin/img/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/calendar.png -------------------------------------------------------------------------------- /admin/img/header-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/header-bg.gif -------------------------------------------------------------------------------- /admin/img/header-img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/header-img.gif -------------------------------------------------------------------------------- /admin/img/ico-back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-back.gif -------------------------------------------------------------------------------- /admin/img/ico-backup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-backup.gif -------------------------------------------------------------------------------- /admin/img/ico-copy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-copy.gif -------------------------------------------------------------------------------- /admin/img/ico-delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-delete.gif -------------------------------------------------------------------------------- /admin/img/ico-edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-edit.gif -------------------------------------------------------------------------------- /admin/img/ico-email.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-email.gif -------------------------------------------------------------------------------- /admin/img/ico-export.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-export.gif -------------------------------------------------------------------------------- /admin/img/ico-feat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-feat.gif -------------------------------------------------------------------------------- /admin/img/ico-find.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-find.gif -------------------------------------------------------------------------------- /admin/img/ico-import.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-import.gif -------------------------------------------------------------------------------- /admin/img/ico-move.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-move.gif -------------------------------------------------------------------------------- /admin/img/ico-save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-save.gif -------------------------------------------------------------------------------- /admin/img/ico-uncopy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-uncopy.gif -------------------------------------------------------------------------------- /admin/img/ico-view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-view.gif -------------------------------------------------------------------------------- /admin/img/menu-top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/menu-top.gif -------------------------------------------------------------------------------- /admin/img/menubkgr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/menubkgr.gif -------------------------------------------------------------------------------- /admin/img/spinner2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/spinner2.gif -------------------------------------------------------------------------------- /admin/img/user_gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/user_gray.gif -------------------------------------------------------------------------------- /admin/img/user_green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/user_green.gif -------------------------------------------------------------------------------- /admin/includes/js/ThemeOffice/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /includes/js/tabs/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/tabs/tab.png -------------------------------------------------------------------------------- /install/img/btn_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/install/img/btn_bg.gif -------------------------------------------------------------------------------- /install/img/ico-err.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/install/img/ico-err.gif -------------------------------------------------------------------------------- /admin/images/cancel_f2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/cancel_f2.gif -------------------------------------------------------------------------------- /admin/images/delete_f2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/delete_f2.gif -------------------------------------------------------------------------------- /admin/images/upload_f2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/upload_f2.gif -------------------------------------------------------------------------------- /admin/img/box-left-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-left-bg.gif -------------------------------------------------------------------------------- /admin/img/box-left-top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-left-top.gif -------------------------------------------------------------------------------- /admin/img/box-right-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-right-bg.gif -------------------------------------------------------------------------------- /admin/img/box-top-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-top-left.gif -------------------------------------------------------------------------------- /admin/img/btn-collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/btn-collapse.gif -------------------------------------------------------------------------------- /admin/img/ico-cat-add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-cat-add.gif -------------------------------------------------------------------------------- /admin/img/ico-cat-del.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-cat-del.gif -------------------------------------------------------------------------------- /admin/img/ico-cat-edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-cat-edit.gif -------------------------------------------------------------------------------- /admin/img/ico-cat-lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-cat-lock.gif -------------------------------------------------------------------------------- /admin/img/ico-cat-move.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-cat-move.gif -------------------------------------------------------------------------------- /admin/img/ico-comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-comment.gif -------------------------------------------------------------------------------- /admin/img/ico-details.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-details.gif -------------------------------------------------------------------------------- /admin/img/ico-featured.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-featured.gif -------------------------------------------------------------------------------- /admin/img/ico-install.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-install.gif -------------------------------------------------------------------------------- /admin/img/ico-partners.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-partners.gif -------------------------------------------------------------------------------- /admin/img/info-bottom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/info-bottom.gif -------------------------------------------------------------------------------- /admin/img/inventory-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/inventory-bg.gif -------------------------------------------------------------------------------- /admin/img/login-header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/login-header.gif -------------------------------------------------------------------------------- /admin/img/menu-bottom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/menu-bottom.gif -------------------------------------------------------------------------------- /admin/img/top-bg-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/top-bg-left.gif -------------------------------------------------------------------------------- /admin/img/top-bg-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/top-bg-right.gif -------------------------------------------------------------------------------- /admin/img/tv-item-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/tv-item-last.gif -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /admin/images/pixel_trans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/images/pixel_trans.gif -------------------------------------------------------------------------------- /admin/img/box-bottom-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-bottom-bg.gif -------------------------------------------------------------------------------- /admin/img/box-bottom-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-bottom-left.gif -------------------------------------------------------------------------------- /admin/img/box-caption-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-caption-bg.gif -------------------------------------------------------------------------------- /admin/img/box-left-bottom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-left-bottom.gif -------------------------------------------------------------------------------- /admin/img/box-right-top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-right-top.gif -------------------------------------------------------------------------------- /admin/img/box-top-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-top-right.gif -------------------------------------------------------------------------------- /admin/img/content-top-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/content-top-bg.gif -------------------------------------------------------------------------------- /admin/img/error-top-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/error-top-left.gif -------------------------------------------------------------------------------- /admin/img/error-top-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/error-top-right.gif -------------------------------------------------------------------------------- /admin/img/ico-cat-crossed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-cat-crossed.gif -------------------------------------------------------------------------------- /admin/img/ico-cat-related.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-cat-related.gif -------------------------------------------------------------------------------- /admin/img/ico-cat-unique.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-cat-unique.gif -------------------------------------------------------------------------------- /admin/img/ico-cat-unlock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-cat-unlock.gif -------------------------------------------------------------------------------- /admin/img/ico-change-plan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-change-plan.gif -------------------------------------------------------------------------------- /admin/img/ico-check-recip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-check-recip.gif -------------------------------------------------------------------------------- /admin/img/ico-featured2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-featured2.gif -------------------------------------------------------------------------------- /admin/img/ico-partners2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-partners2.gif -------------------------------------------------------------------------------- /admin/img/ico-sponsored.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-sponsored.gif -------------------------------------------------------------------------------- /admin/img/ico-sponsored2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-sponsored2.gif -------------------------------------------------------------------------------- /admin/img/ico-uninstall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-uninstall.gif -------------------------------------------------------------------------------- /admin/img/info-box-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/info-box-left.gif -------------------------------------------------------------------------------- /admin/img/info-box-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/info-box-right.gif -------------------------------------------------------------------------------- /admin/img/info-caption-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/info-caption-bg.gif -------------------------------------------------------------------------------- /admin/img/info-content-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/info-content-bg.gif -------------------------------------------------------------------------------- /admin/img/inventory-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/inventory-left.gif -------------------------------------------------------------------------------- /admin/img/notif-top-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/notif-top-left.gif -------------------------------------------------------------------------------- /admin/img/notif-top-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/notif-top-right.gif -------------------------------------------------------------------------------- /admin/img/tv-collapsable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/tv-collapsable.gif -------------------------------------------------------------------------------- /admin/img/tv-expandable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/tv-expandable.gif -------------------------------------------------------------------------------- /admin/img/valid-xhtml10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/valid-xhtml10.png -------------------------------------------------------------------------------- /admin/banners/sponimage.php.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/banners/sponimage.php.gif -------------------------------------------------------------------------------- /admin/img/box-bottom-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-bottom-right.gif -------------------------------------------------------------------------------- /admin/img/box-caption-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-caption-left.gif -------------------------------------------------------------------------------- /admin/img/box-caption-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-caption-right.gif -------------------------------------------------------------------------------- /admin/img/box-right-bottom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/box-right-bottom.gif -------------------------------------------------------------------------------- /admin/img/error-bottom-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/error-bottom-left.gif -------------------------------------------------------------------------------- /admin/img/ico-cat-ununique.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-cat-ununique.gif -------------------------------------------------------------------------------- /admin/img/ico-header-lookup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-header-lookup.gif -------------------------------------------------------------------------------- /admin/img/ico-reset-rating.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/ico-reset-rating.gif -------------------------------------------------------------------------------- /admin/img/info-bottom-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/info-bottom-left.gif -------------------------------------------------------------------------------- /admin/img/info-bottom-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/info-bottom-right.gif -------------------------------------------------------------------------------- /admin/img/notif-bottom-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/notif-bottom-left.gif -------------------------------------------------------------------------------- /includes/js/ThemeOffice/db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/db.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/tux.png -------------------------------------------------------------------------------- /includes/js/tabs/tab_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/tabs/tab_active.png -------------------------------------------------------------------------------- /includes/js/tabs/tab_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/tabs/tab_hover.png -------------------------------------------------------------------------------- /templates/light/custom-links.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 | 4 | 5 | {include file="footer.tpl"} 6 | -------------------------------------------------------------------------------- /templates/light/images/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/logo.gif -------------------------------------------------------------------------------- /templates/light/images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/user.png -------------------------------------------------------------------------------- /admin/img/error-bottom-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/error-bottom-right.gif -------------------------------------------------------------------------------- /admin/img/notif-bottom-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/notif-bottom-right.gif -------------------------------------------------------------------------------- /admin/img/tv-collapsable-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/tv-collapsable-last.gif -------------------------------------------------------------------------------- /admin/img/tv-expandable-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/img/tv-expandable-last.gif -------------------------------------------------------------------------------- /includes/js/ThemeOffice/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/arrow.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/backup.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/blank.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/config.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/edit.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/globe1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/globe1.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/globe2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/globe2.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/globe3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/globe3.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/globe4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/globe4.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/help.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/home.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/mail.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/media.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/menus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/menus.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/module.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/query.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/spacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/spacer.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/trash.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/user.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/users.png -------------------------------------------------------------------------------- /includes/js/tabs/header_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/tabs/header_text.png -------------------------------------------------------------------------------- /templates/light/images/addedit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/addedit.png -------------------------------------------------------------------------------- /templates/light/images/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/config.png -------------------------------------------------------------------------------- /templates/light/images/error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/error.gif -------------------------------------------------------------------------------- /templates/light/images/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/login.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/checkin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/checkin.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/content.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/credits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/credits.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/document.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/install.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/language.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/license.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/mainmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/mainmenu.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/preview.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/restore.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/sections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/sections.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/sysinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/sysinfo.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/template.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/tooltip.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/warning.png -------------------------------------------------------------------------------- /templates/light/images/header-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/header-bg.gif -------------------------------------------------------------------------------- /templates/light/images/security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/security.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/add_section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/add_section.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/categories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/categories.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/component.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/mass_email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/mass_email.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/messaging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/messaging.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/search_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/search_text.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/statistics.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/users_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/users_add.png -------------------------------------------------------------------------------- /templates/light/images/context-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/context-bg.png -------------------------------------------------------------------------------- /templates/light/images/langmanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/langmanager.png -------------------------------------------------------------------------------- /templates/light/images/list-style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/list-style.png -------------------------------------------------------------------------------- /templates/light/images/marketing-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/marketing-bg.png -------------------------------------------------------------------------------- /templates/light/images/pixel_trans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/pixel_trans.gif -------------------------------------------------------------------------------- /templates/light/images/subhead_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/subhead_bg.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/controlpanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/controlpanel.png -------------------------------------------------------------------------------- /templates/light/images/main-menu-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/main-menu-item.png -------------------------------------------------------------------------------- /templates/light/images/marketing-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/marketing-list.png -------------------------------------------------------------------------------- /admin/banners/DEH-P9800BT remote control.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/banners/DEH-P9800BT remote control.gif -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/db.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/edit.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/help.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/home.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/mail.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/user.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/messaging_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/messaging_config.png -------------------------------------------------------------------------------- /includes/js/ThemeOffice/messaging_inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/includes/js/ThemeOffice/messaging_inbox.png -------------------------------------------------------------------------------- /templates/light/images/button_continue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/button_continue.gif -------------------------------------------------------------------------------- /templates/light/images/context-top-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/context-top-left.png -------------------------------------------------------------------------------- /templates/light/images/context-top-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/context-top-right.png -------------------------------------------------------------------------------- /templates/light/images/footer-top-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/footer-top-left.png -------------------------------------------------------------------------------- /templates/light/images/footer-top-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/footer-top-right.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/arrow.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/backup.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/blank.gif -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/blank.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/config.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/globe1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/globe1.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/globe2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/globe2.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/globe3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/globe3.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/globe4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/globe4.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/menubg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/menubg.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/menus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/menus.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/module.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/query.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/spacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/spacer.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/users.png -------------------------------------------------------------------------------- /templates/light/images/context-bottom-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/context-bottom-left.png -------------------------------------------------------------------------------- /templates/light/images/footer-bottom-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/footer-bottom-left.png -------------------------------------------------------------------------------- /templates/light/images/footer-bottom-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/footer-bottom-right.png -------------------------------------------------------------------------------- /templates/light/images/marketing-top-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/marketing-top-left.png -------------------------------------------------------------------------------- /templates/light/images/marketing-top-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/marketing-top-right.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/checkin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/checkin.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/content.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/document.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/language.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/license.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/mainmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/mainmenu.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/messaging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/messaging.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/preview.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/restore.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/sections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/sections.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/sysinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/sysinfo.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/template.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/tooltip.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/users_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/users_add.png -------------------------------------------------------------------------------- /templates/light/images/context-bottom-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/context-bottom-right.png -------------------------------------------------------------------------------- /templates/light/images/marketing-bottom-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/marketing-bottom-left.png -------------------------------------------------------------------------------- /templates/light/images/marketing-bottom-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/templates/light/images/marketing-bottom-right.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/add_section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/add_section.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/categories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/categories.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/mass_email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/mass_email.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/search_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/search_text.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/statistics.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/controlpanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/controlpanel.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/ico-comments.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/ico-comments.gif -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/messaging_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/messaging_config.png -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/messaging_inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intelliants/elitius/HEAD/admin/js/JSCookMenu/ThemeOffice2003/messaging_inbox.png -------------------------------------------------------------------------------- /templates/light/success.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.create_new_account}

4 | 5 |

{$msg}

6 | 7 | {include file="footer.tpl"} 8 | -------------------------------------------------------------------------------- /templates/light/logout.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.logout}

4 | 5 |

{$lang.logged_out}

6 | 7 | {include file="footer.tpl"} 8 | -------------------------------------------------------------------------------- /templates/light/account.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.my_account}

4 | {$msg} 5 | 6 |
7 | {$control_panel} 8 |
9 | 10 | {include file="footer.tpl"} 11 | -------------------------------------------------------------------------------- /admin/css/iehack.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Only IE specific other browser incompatible styles should be specified in this sheet 4 | 5 | */ 6 | div.info-bottom-left { 7 | background: url('../img/info-bottom-left.gif') 1% 100% no-repeat; 8 | height: 5px; 9 | padding: 0px 0px 0px 6px; 10 | margin:0px; 11 | width:164px; 12 | } -------------------------------------------------------------------------------- /templates/light/main-menu.tpl: -------------------------------------------------------------------------------- 1 | 12 | -------------------------------------------------------------------------------- /smarty/internals/core.get_microtime.php: -------------------------------------------------------------------------------- 1 | 24 | -------------------------------------------------------------------------------- /templates/light/forgot.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.password_recovery}

4 | 5 | {if ($msg)} 6 | 9 | {/if} 10 | 11 |

{$lang.msg_please_register}.

12 | 13 |
14 |    15 | 16 |
17 | 18 | {include file="footer.tpl"} 19 | -------------------------------------------------------------------------------- /admin/js/jsgraph/canvaschart.css: -------------------------------------------------------------------------------- 1 | .chart { 2 | font-size: 8pt; 3 | background: white; 4 | color: black; 5 | overflow: hidden; 6 | position: relative; 7 | border: 1px solid #DDDDDD; 8 | } 9 | 10 | .chart .legend { 11 | float: left; 12 | border: 1px solid black; 13 | background: white; 14 | padding: 5px 10px 5px 10px; 15 | } 16 | 17 | .chart .legend ul { 18 | margin: 0px; 19 | padding: 0px 0px 0px 20px; 20 | } 21 | 22 | .chart .legend ul li { 23 | list-style: square; 24 | } 25 | 26 | .chart .legend ul li span { 27 | color: black; 28 | } 29 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.lower.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: lower
14 | * Purpose: convert string to lowercase 15 | * @link http://smarty.php.net/manual/en/language.modifier.lower.php 16 | * lower (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @return string 20 | */ 21 | function smarty_modifier_lower($string) 22 | { 23 | return strtolower($string); 24 | } 25 | 26 | ?> 27 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.upper.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: upper
14 | * Purpose: convert string to uppercase 15 | * @link http://smarty.php.net/manual/en/language.modifier.upper.php 16 | * upper (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @return string 20 | */ 21 | function smarty_modifier_upper($string) 22 | { 23 | return strtoupper($string); 24 | } 25 | 26 | ?> 27 | -------------------------------------------------------------------------------- /templates/light/stat.tpl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 13 | 14 |
4 | 5 | 6 | 7 | 8 |
{$lang.statistics}
{$lang.total_transations}{$stat.transactions}
{$lang.earnings2date}${$stat.earnings}
9 |
11 |

{$lang.welcome}, {$username}

12 |
15 | 16 | -------------------------------------------------------------------------------- /templates/light/context-menu.tpl: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 |
5 |
6 |
7 | 8 |
    9 | {foreach name=context from=$context_items item=item} 10 |
  • 15 |  {$item.title} 16 |
  • 17 | {/foreach} 18 |
19 | 20 |
21 |
22 |
23 |
24 | 25 |
-------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Open Source Affiliate Tracking Script 2 | ===================================== 3 | 4 | Introduction 5 | ------------ 6 | 7 | eLitius is an open source affiliate management software. It is built on top of [Subrion CMS][] framework and utilizes the 8 | same core structure that makes it compatible with the tons of free extensions & templates. 9 | It's an easy solution to build own affiliate tracking system to increase sales and pay commissions for the traffic sent 10 | by your affiliate partners. 11 | 12 | [Subrion CMS]: https://subrion.com/ 13 | 14 | 15 | Development Status 16 | ------------------ 17 | 18 | The project is dead. We don't recommend to use it. Please find a new solution. 19 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.indent.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: indent
14 | * Purpose: indent lines of text 15 | * @link http://smarty.php.net/manual/en/language.modifier.indent.php 16 | * indent (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @param integer 20 | * @param string 21 | * @return string 22 | */ 23 | function smarty_modifier_indent($string,$chars=4,$char=" ") 24 | { 25 | return preg_replace('!^!m',str_repeat($char,$chars),$string); 26 | } 27 | 28 | ?> 29 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.string_format.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: string_format
14 | * Purpose: format strings via sprintf 15 | * @link http://smarty.php.net/manual/en/language.modifier.string.format.php 16 | * string_format (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @param string 20 | * @return string 21 | */ 22 | function smarty_modifier_string_format($string, $format) 23 | { 24 | return sprintf($format, $string); 25 | } 26 | 27 | /* vim: set expandtab: */ 28 | 29 | ?> 30 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.replace.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: replace
14 | * Purpose: simple search/replace 15 | * @link http://smarty.php.net/manual/en/language.modifier.replace.php 16 | * replace (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @param string 20 | * @param string 21 | * @return string 22 | */ 23 | function smarty_modifier_replace($string, $search, $replace) 24 | { 25 | return str_replace($search, $replace, $string); 26 | } 27 | 28 | /* vim: set expandtab: */ 29 | 30 | ?> 31 | -------------------------------------------------------------------------------- /admin/js/xmlhttp.js: -------------------------------------------------------------------------------- 1 | var xmlhttp = false; 2 | 3 | try 4 | { 5 | xmlhttp = new ActiveXObject('Msxml2.XMLHTTP'); 6 | } 7 | catch (e) 8 | { 9 | try 10 | { 11 | xmlhttp = new ActiveXObject('Microsoft.XMLHTTP'); 12 | } 13 | catch (e) 14 | { 15 | xmlhttp = false; 16 | } 17 | } 18 | 19 | if (!xmlhttp && typeof XMLHttpRequest != 'undefined') 20 | { 21 | xmlhttp = new XMLHttpRequest(); 22 | } 23 | 24 | function request(url, onSuccess, onFailure) 25 | { 26 | xmlhttp.open('GET', url); 27 | xmlhttp.onreadystatechange = function () 28 | { 29 | if (4 == xmlhttp.readyState) 30 | { 31 | if (200 == xmlhttp.status) 32 | { 33 | onSuccess(); 34 | } 35 | else 36 | { 37 | onFailure(); 38 | } 39 | } 40 | }; 41 | xmlhttp.send(null); 42 | } 43 | -------------------------------------------------------------------------------- /templates/light/email-links.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.email_links}

4 | {if $aff.approved eq 2} 5 |

{$lang.source_code}

6 | 7 |

Product Link

8 | 9 |
10 |
11 |
12 | 13 |

Affiliate Link

14 | 15 |

{$lang.source_code}

16 | 17 |
18 |
19 |
20 | 21 | {else} 22 | {$lang.msg_account_pending_approval} 23 | {/if} 24 | {include file="footer.tpl"} 25 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.wordwrap.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: wordwrap
14 | * Purpose: wrap a string of text at a given length 15 | * @link http://smarty.php.net/manual/en/language.modifier.wordwrap.php 16 | * wordwrap (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @param integer 20 | * @param string 21 | * @param boolean 22 | * @return string 23 | */ 24 | function smarty_modifier_wordwrap($string,$length=80,$break="\n",$cut=false) 25 | { 26 | return wordwrap($string,$length,$break,$cut); 27 | } 28 | 29 | ?> 30 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.cat.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: cat
14 | * Date: Feb 24, 2003 15 | * Purpose: catenate a value to a variable 16 | * Input: string to catenate 17 | * Example: {$var|cat:"foo"} 18 | * @link http://smarty.php.net/manual/en/language.modifier.cat.php cat 19 | * (Smarty online manual) 20 | * @author Monte Ohrt 21 | * @version 1.0 22 | * @param string 23 | * @param string 24 | * @return string 25 | */ 26 | function smarty_modifier_cat($string, $cat) 27 | { 28 | return $string . $cat; 29 | } 30 | 31 | /* vim: set expandtab: */ 32 | 33 | ?> 34 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.count_paragraphs.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_paragraphs
14 | * Purpose: count the number of paragraphs in a text 15 | * @link http://smarty.php.net/manual/en/language.modifier.count.paragraphs.php 16 | * count_paragraphs (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @return integer 20 | */ 21 | function smarty_modifier_count_paragraphs($string) 22 | { 23 | // count \r or \n characters 24 | return count(preg_split('/[\r\n]+/', $string)); 25 | } 26 | 27 | /* vim: set expandtab: */ 28 | 29 | ?> 30 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.default.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: default
14 | * Purpose: designate default value for empty variables 15 | * @link http://smarty.php.net/manual/en/language.modifier.default.php 16 | * default (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @param string 20 | * @return string 21 | */ 22 | function smarty_modifier_default($string, $default = '') 23 | { 24 | if (!isset($string) || $string === '') 25 | return $default; 26 | else 27 | return $string; 28 | } 29 | 30 | /* vim: set expandtab: */ 31 | 32 | ?> 33 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.spacify.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: spacify
14 | * Purpose: add spaces between characters in a string 15 | * @link http://smarty.php.net/manual/en/language.modifier.spacify.php 16 | * spacify (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @param string 20 | * @return string 21 | */ 22 | function smarty_modifier_spacify($string, $spacify_char = ' ') 23 | { 24 | return implode($spacify_char, 25 | preg_split('//', $string, -1, PREG_SPLIT_NO_EMPTY)); 26 | } 27 | 28 | /* vim: set expandtab: */ 29 | 30 | ?> 31 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.count_sentences.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_sentences 14 | * Purpose: count the number of sentences in a text 15 | * @link http://smarty.php.net/manual/en/language.modifier.count.paragraphs.php 16 | * count_sentences (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @return integer 20 | */ 21 | function smarty_modifier_count_sentences($string) 22 | { 23 | // find periods with a word before but not after. 24 | return preg_match_all('/[^\s]\.(?!\w)/', $string, $match); 25 | } 26 | 27 | /* vim: set expandtab: */ 28 | 29 | ?> 30 | -------------------------------------------------------------------------------- /templates/light/footer.tpl: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 | 6 | 7 | 8 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /templates/light/text-links.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.text_links}

4 | {if $aff.approved eq 2} 5 | 6 |

Product Link

7 |

{$lang.source_code}

8 | 9 |
10 |
11 |
12 | 13 |

Affiliate Link

14 | 15 |

{$lang.source_code}

16 | 17 |
18 |
19 |
20 | 21 | {else} 22 | {$lang.msg_account_pending_approval} 23 | {/if} 24 | 25 | {include file="footer.tpl"} 26 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.strip_tags.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: strip_tags
14 | * Purpose: strip html tags from text 15 | * @link http://smarty.php.net/manual/en/language.modifier.strip.tags.php 16 | * strip_tags (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @param boolean 20 | * @return string 21 | */ 22 | function smarty_modifier_strip_tags($string, $replace_with_space = true) 23 | { 24 | if ($replace_with_space) 25 | return preg_replace('!<[^>]*?>!', ' ', $string); 26 | else 27 | return strip_tags($string); 28 | } 29 | 30 | /* vim: set expandtab: */ 31 | 32 | ?> 33 | -------------------------------------------------------------------------------- /templates/light/payments.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.payment_history}

4 | {if $aff.approved eq 2} 5 | {if $payments} 6 | 7 | {foreach from=$payments item=payment} 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | {/foreach} 23 |
{$lang.payment_id}{$lang.date}{$lang.time}{$lang.total_sales}{$lang.commissions}
{$payment.id}{$payment.date}{$payment.time}{$payment.sales}{$payment.commission}
24 | {else} 25 |

{$lang.history_clear}

26 | {/if} 27 | {else} 28 | {$lang.msg_account_pending_approval} 29 | {/if} 30 | {include file="footer.tpl"} 31 | -------------------------------------------------------------------------------- /admin/security.php: -------------------------------------------------------------------------------- 1 | 24 | -------------------------------------------------------------------------------- /templates/light/marketing-menu.tpl: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 |
5 |
6 |
7 |
8 |
9 | 10 |
11 |
    12 | {foreach name=marketing from=$marketing_items item=item} 13 |
  • 18 | {$item.title} 19 |
  • 20 | {/foreach} 21 |
22 |
23 | 24 |
25 |
26 |
27 |
28 | 29 |
30 |
31 | 32 |
33 | -------------------------------------------------------------------------------- /templates/light/index.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

Join the eLitius Affiliate Program

4 |

Become a member of the most innovative and successful affiliate program on the Web. Drive your traffic to our website and get paid for it!

5 |

How does it work?

6 |

After registration you as a member of affiliate program get the access to code snippet area. Then you copy and paste that code snippet to your website and that's it! No technical knowledge needed!

7 |

Once a visitors clicked on the link (text ad or banner) on your website they are tracked by our tracking system and you get paid for every sale or click made by visitors came from your website.

8 |

Stay informed

9 |

Login anytime from anywhere! Get real-time statistics of traffic and commissions!

10 | 11 | 12 | {include file="footer.tpl"} 13 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.nl2br.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: nl2br
14 | * Date: Feb 26, 2003 15 | * Purpose: convert \r\n, \r or \n to <
> 16 | * Input:
17 | * - contents = contents to replace 18 | * - preceed_test = if true, includes preceeding break tags 19 | * in replacement 20 | * Example: {$text|nl2br} 21 | * @link http://smarty.php.net/manual/en/language.modifier.nl2br.php 22 | * nl2br (Smarty online manual) 23 | * @version 1.0 24 | * @author Monte Ohrt 25 | * @param string 26 | * @return string 27 | */ 28 | function smarty_modifier_nl2br($string) 29 | { 30 | return nl2br($string); 31 | } 32 | 33 | /* vim: set expandtab: */ 34 | 35 | ?> 36 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.strip.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: strip
14 | * Purpose: Replace all repeated spaces, newlines, tabs 15 | * with a single space or supplied replacement string.
16 | * Example: {$var|strip} {$var|strip:" "} 17 | * Date: September 25th, 2002 18 | * @link http://smarty.php.net/manual/en/language.modifier.strip.php 19 | * strip (Smarty online manual) 20 | * @author Monte Ohrt 21 | * @version 1.0 22 | * @param string 23 | * @param string 24 | * @return string 25 | */ 26 | function smarty_modifier_strip($text, $replace = ' ') 27 | { 28 | return preg_replace('!\s+!', $replace, $text); 29 | } 30 | 31 | /* vim: set expandtab: */ 32 | 33 | ?> 34 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.count_characters.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_characteres
14 | * Purpose: count the number of characters in a text 15 | * @link http://smarty.php.net/manual/en/language.modifier.count.characters.php 16 | * count_characters (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @param boolean include whitespace in the character count 20 | * @return integer 21 | */ 22 | function smarty_modifier_count_characters($string, $include_spaces = false) 23 | { 24 | if ($include_spaces) 25 | return(strlen($string)); 26 | 27 | return preg_match_all("/[^\s]/",$string, $match); 28 | } 29 | 30 | /* vim: set expandtab: */ 31 | 32 | ?> 33 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.count_words.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_words
14 | * Purpose: count the number of words in a text 15 | * @link http://smarty.php.net/manual/en/language.modifier.count.words.php 16 | * count_words (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @return integer 20 | */ 21 | function smarty_modifier_count_words($string) 22 | { 23 | // split text by ' ',\r,\n,\f,\t 24 | $split_array = preg_split('/\s+/',$string); 25 | // count matches that contain alphanumerics 26 | $word_count = preg_grep('/[a-zA-Z0-9\\x80-\\xff]/', $split_array); 27 | 28 | return count($word_count); 29 | } 30 | 31 | /* vim: set expandtab: */ 32 | 33 | ?> 34 | -------------------------------------------------------------------------------- /smarty/plugins/shared.escape_special_chars.php: -------------------------------------------------------------------------------- 1 | 13 | * Purpose: used by other smarty functions to escape 14 | * special chars except for already escaped ones 15 | * @author Monte Ohrt 16 | * @param string 17 | * @return string 18 | */ 19 | function smarty_function_escape_special_chars($string) 20 | { 21 | if(!is_array($string)) { 22 | $string = preg_replace('!&(#?\w+);!', '%%%SMARTY_START%%%\\1%%%SMARTY_END%%%', $string); 23 | $string = htmlspecialchars($string); 24 | $string = str_replace(array('%%%SMARTY_START%%%','%%%SMARTY_END%%%'), array('&',';'), $string); 25 | } 26 | return $string; 27 | } 28 | 29 | /* vim: set expandtab: */ 30 | 31 | ?> 32 | -------------------------------------------------------------------------------- /templates/light/ad-details.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.details}

4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
{$lang.ad_title}: {$ad.title}
{$lang.ad_content}: {$ad.content}
17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |
{$code}
{$lang.banner_code}
29 |
30 | 31 | {include file="footer.tpl"} 32 | -------------------------------------------------------------------------------- /includes/variables.inc.php: -------------------------------------------------------------------------------- 1 | 25 | -------------------------------------------------------------------------------- /smarty/plugins/function.debug.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: debug
14 | * Date: July 1, 2002
15 | * Purpose: popup debug window 16 | * @link http://smarty.php.net/manual/en/language.function.debug.php {debug} 17 | * (Smarty online manual) 18 | * @author Monte Ohrt 19 | * @version 1.0 20 | * @param array 21 | * @param Smarty 22 | * @return string output from {@link Smarty::_generate_debug_output()} 23 | */ 24 | function smarty_function_debug($params, &$smarty) 25 | { 26 | if (isset($params['output'])) { 27 | $smarty->assign('_smarty_debug_output', $params['output']); 28 | } 29 | require_once(SMARTY_CORE_DIR . 'core.display_debug_console.php'); 30 | return smarty_core_display_debug_console(null, $smarty); 31 | } 32 | 33 | /* vim: set expandtab: */ 34 | 35 | ?> 36 | -------------------------------------------------------------------------------- /templates/light/banner-details.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.banner_details}

4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
{$lang.banner_name}: {$banner.name}
{$lang.banner_size}: {$banner.x}x{$banner.y}
{$lang.banner_desc}: {$banner.desc}
banner
{$lang.banner_code}
31 |
32 | 33 | {include file="footer.tpl"} 34 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.regex_replace.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: regex_replace
14 | * Purpose: regular expression search/replace 15 | * @link http://smarty.php.net/manual/en/language.modifier.regex.replace.php 16 | * regex_replace (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @param string|array 20 | * @param string|array 21 | * @return string 22 | */ 23 | function smarty_modifier_regex_replace($string, $search, $replace) 24 | { 25 | if (preg_match('!([a-zA-Z\s]+)$!s', $search, $match) && (strpos($match[1], 'e') !== false)) { 26 | /* remove eval-modifier from $search */ 27 | $search = substr($search, 0, -strlen($match[1])) . preg_replace('![e\s]+!', '', $match[1]); 28 | } 29 | 30 | return preg_replace($search, $replace, $string); 31 | } 32 | 33 | /* vim: set expandtab: */ 34 | 35 | ?> 36 | -------------------------------------------------------------------------------- /admin/css/tree.css: -------------------------------------------------------------------------------- 1 | #treePanel{ 2 | padding: 6px 0px 6px 0px; 3 | margin:0px; 4 | } 5 | #treePanel ul{ 6 | margin: 0px; 7 | padding: 0px; 8 | margin: 2px 0px -1px 0px; 9 | } 10 | #treePanel a{ 11 | text-decoration: none; 12 | color: #000; 13 | } 14 | 15 | .treeview, .treeview ul { 16 | margin: 0px; 17 | padding: 0px; 18 | list-style: none; 19 | } 20 | 21 | .treeview li { 22 | margin: 0; 23 | } 24 | 25 | ul.dir li { 26 | padding: 2px 0 3px 19px; 27 | cursor: default; 28 | margin: 1px 0px -1px 0px; 29 | } 30 | ul.dir img { 31 | margin: 0px 0px -1px 4px; 32 | } 33 | 34 | .treeview li { background: url(../img/tv-item.gif) #fff 4px 0 no-repeat;} 35 | .treeview .collapsable { background-image: url(../img/tv-collapsable.gif); } 36 | .treeview .expandable { background-image: url(../img/tv-expandable.gif); } 37 | .treeview .last { background-image: url(../img/tv-item-last.gif); } 38 | .treeview .lastCollapsable { background-image: url(../img/tv-collapsable-last.gif); } 39 | .treeview .lastExpandable { background-image: url(../img/tv-expandable-last.gif); } 40 | -------------------------------------------------------------------------------- /includes/merchants.inc.php: -------------------------------------------------------------------------------- 1 | array('name' => '2checkout.com', 'order_number' => 'order_number', 'amount' => 'total'), 23 | 1 => array('name' => 'paypal.com', 'order_number' => 'txn_id', 'amount' => 'payment_gross'), 24 | ); 25 | 26 | ?> 27 | -------------------------------------------------------------------------------- /templates/light/header.tpl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {$title} 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 |
16 | 17 |
18 | 19 |
20 | 21 |
22 |
23 | 24 |
25 | 26 |
27 | {if !$login} 28 | {include file="login-form.tpl"} 29 | {else} 30 | {include file="context-menu.tpl"} 31 | {include file="marketing-menu.tpl"} 32 | {/if} 33 |
34 | 35 |
36 | 37 | {include file="main-menu.tpl"} 38 | 39 | -------------------------------------------------------------------------------- /smarty/plugins/function.popup_init.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: popup_init
14 | * Purpose: initialize overlib 15 | * @link http://smarty.php.net/manual/en/language.function.popup.init.php {popup_init} 16 | * (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param array 19 | * @param Smarty 20 | * @return string 21 | */ 22 | function smarty_function_popup_init($params, &$smarty) 23 | { 24 | $zindex = 1000; 25 | 26 | if (!empty($params['zindex'])) { 27 | $zindex = $params['zindex']; 28 | } 29 | 30 | if (!empty($params['src'])) { 31 | return '' . "\n" 32 | . '' . "\n"; 33 | } else { 34 | $smarty->trigger_error("popup_init: missing src parameter"); 35 | } 36 | } 37 | 38 | /* vim: set expandtab: */ 39 | 40 | ?> 41 | -------------------------------------------------------------------------------- /admin/get-tier-tree.php: -------------------------------------------------------------------------------- 1 | 0) 29 | { 30 | echo $gXpAdmin->getTierHTML($accountId); 31 | } 32 | else 33 | { 34 | echo "Error!"; 35 | } 36 | ?> 37 | -------------------------------------------------------------------------------- /smarty/internals/core.process_compiled_include.php: -------------------------------------------------------------------------------- 1 | _cache_including; 20 | $smarty->_cache_including = true; 21 | 22 | $_return = $params['results']; 23 | 24 | foreach ($smarty->_cache_info['cache_serials'] as $_include_file_path=>$_cache_serial) { 25 | $smarty->_include($_include_file_path, true); 26 | } 27 | 28 | foreach ($smarty->_cache_serials as $_include_file_path=>$_cache_serial) { 29 | $_return = preg_replace_callback('!(\{nocache\:('.$_cache_serial.')#(\d+)\})!s', 30 | array(&$smarty, '_process_compiled_include_callback'), 31 | $_return); 32 | } 33 | $smarty->_cache_including = $_cache_including; 34 | return $_return; 35 | } 36 | 37 | ?> 38 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.capitalize.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: capitalize
14 | * Purpose: capitalize words in the string 15 | * @link http://smarty.php.net/manual/en/language.modifiers.php#LANGUAGE.MODIFIER.CAPITALIZE 16 | * capitalize (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param string 19 | * @return string 20 | */ 21 | function smarty_modifier_capitalize($string, $uc_digits = false) 22 | { 23 | smarty_modifier_capitalize_ucfirst(null, $uc_digits); 24 | return preg_replace_callback('!\b\w+\b!', 'smarty_modifier_capitalize_ucfirst', $string); 25 | } 26 | 27 | function smarty_modifier_capitalize_ucfirst($string, $uc_digits = null) 28 | { 29 | static $_uc_digits = false; 30 | 31 | if(isset($uc_digits)) { 32 | $_uc_digits = $uc_digits; 33 | return; 34 | } 35 | 36 | if(!preg_match('!\d!',$string[0]) || $_uc_digits) 37 | return ucfirst($string[0]); 38 | else 39 | return $string[0]; 40 | } 41 | 42 | 43 | ?> 44 | -------------------------------------------------------------------------------- /admin/integration/2checkout.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 12 | 13 | 14 | 16 | 17 | 18 | 19 | 20 | 22 | 23 | 26 | 27 | 28 |
  7 | 11 |
15 | 2Checkout
1. 21 |
24 | 25 |
29 | -------------------------------------------------------------------------------- /smarty/internals/core.get_include_path.php: -------------------------------------------------------------------------------- 1 | 45 | -------------------------------------------------------------------------------- /smarty/plugins/function.eval.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: eval
14 | * Purpose: evaluate a template variable as a template
15 | * @link http://smarty.php.net/manual/en/language.function.eval.php {eval} 16 | * (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param array 19 | * @param Smarty 20 | */ 21 | function smarty_function_eval($params, &$smarty) 22 | { 23 | 24 | if (!isset($params['var'])) { 25 | $smarty->trigger_error("eval: missing 'var' parameter"); 26 | return; 27 | } 28 | 29 | if($params['var'] == '') { 30 | return; 31 | } 32 | 33 | $smarty->_compile_source('evaluated template', $params['var'], $_var_compiled); 34 | 35 | ob_start(); 36 | $smarty->_eval('?>' . $_var_compiled); 37 | $_contents = ob_get_contents(); 38 | ob_end_clean(); 39 | 40 | if (!empty($params['assign'])) { 41 | $smarty->assign($params['assign'], $_contents); 42 | } else { 43 | return $_contents; 44 | } 45 | } 46 | 47 | /* vim: set expandtab: */ 48 | 49 | ?> 50 | -------------------------------------------------------------------------------- /smarty/internals/core.write_compiled_resource.php: -------------------------------------------------------------------------------- 1 | compile_dir)) { 18 | // compile_dir not writable, see if it exists 19 | if(!@is_dir($smarty->compile_dir)) { 20 | $smarty->trigger_error('the $compile_dir \'' . $smarty->compile_dir . '\' does not exist, or is not a directory.', E_USER_ERROR); 21 | return false; 22 | } 23 | $smarty->trigger_error('unable to write to $compile_dir \'' . realpath($smarty->compile_dir) . '\'. Be sure $compile_dir is writable by the web server user.', E_USER_ERROR); 24 | return false; 25 | } 26 | 27 | $_params = array('filename' => $params['compile_path'], 'contents' => $params['compiled_content'], 'create_dirs' => true); 28 | require_once(SMARTY_CORE_DIR . 'core.write_file.php'); 29 | smarty_core_write_file($_params, $smarty); 30 | return true; 31 | } 32 | 33 | /* vim: set expandtab: */ 34 | 35 | ?> 36 | -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | assign_by_ref('title', $title); 28 | $gXpSmarty->assign_by_ref('description', $description); 29 | $gXpSmarty->assign_by_ref('keywords', $keywords); 30 | 31 | $gXpSmarty->display("index.tpl"); 32 | ?> 33 | -------------------------------------------------------------------------------- /admin/index.php: -------------------------------------------------------------------------------- 1 | 41 | -------------------------------------------------------------------------------- /smarty/plugins/compiler.assign.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: assign
13 | * Purpose: assign a value to a template variable 14 | * @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign} 15 | * (Smarty online manual) 16 | * @author Monte Ohrt (initial author) 17 | * @auther messju mohr (conversion to compiler function) 18 | * @param string containing var-attribute and value-attribute 19 | * @param Smarty_Compiler 20 | */ 21 | function smarty_compiler_assign($tag_attrs, &$compiler) 22 | { 23 | $_params = $compiler->_parse_attrs($tag_attrs); 24 | 25 | if (!isset($_params['var'])) { 26 | $compiler->_syntax_error("assign: missing 'var' parameter", E_USER_WARNING); 27 | return; 28 | } 29 | 30 | if (!isset($_params['value'])) { 31 | $compiler->_syntax_error("assign: missing 'value' parameter", E_USER_WARNING); 32 | return; 33 | } 34 | 35 | return "\$this->assign({$_params['var']}, {$_params['value']});"; 36 | } 37 | 38 | /* vim: set expandtab: */ 39 | 40 | ?> 41 | -------------------------------------------------------------------------------- /admin/init.php: -------------------------------------------------------------------------------- 1 | mPrefix = $gXpConfig['prefix']; 31 | 32 | $gXpLang =& $gXpAdmin->getLang($gXpConfig['lang']); 33 | //$gXpConfig =& $adminXp->getConfig(); 34 | ?> 35 | -------------------------------------------------------------------------------- /pgw/paypal/sale.js: -------------------------------------------------------------------------------- 1 | function getCookie(cookieName) 2 | { 3 | var cookieValue = document.cookie; 4 | var cookieStartsAt = cookieValue.indexOf(" " + cookieName + "="); 5 | if (cookieStartsAt == -1) 6 | { 7 | cookieStartsAt = cookieValue.indexOf(cookieName + "="); 8 | } 9 | if (cookieStartsAt == -1) 10 | { 11 | cookieValue = null; 12 | } 13 | else 14 | { 15 | cookieStartsAt = cookieValue.indexOf("=", cookieStartsAt) + 1; 16 | var cookieEndsAt = cookieValue.indexOf(";", cookieStartsAt); 17 | if (cookieEndsAt == -1) 18 | { 19 | cookieEndsAt = cookieValue.length; 20 | } 21 | cookieValue = unescape(cookieValue.substring(cookieStartsAt, 22 | cookieEndsAt)); 23 | } 24 | return cookieValue; 25 | } 26 | 27 | function sale() 28 | { 29 | // Get product id 30 | var pid = document.getElementById('xp_pp_custom').value; 31 | 32 | // Firefox retains values between page refreshes. 33 | // So, in case the value was retained -- just ignore it, 34 | // otherwise, generate new combined value. 35 | var re = /^[0-9]+_[a-z0-9]{32}$/i; 36 | if (!re.test(pid)) 37 | { 38 | // Get visitor id 39 | var vid = getCookie('xp'); 40 | // Update custom value 41 | document.getElementById('xp_pp_custom').value = pid + '_' + vid; 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /email-links.php: -------------------------------------------------------------------------------- 1 | assign_by_ref('description', $description); 30 | $gXpSmarty->assign_by_ref('keywords', $keywords); 31 | $gXpSmarty->assign_by_ref('title', $title); 32 | 33 | $gXpSmarty->display("email-links.tpl"); 34 | ?> 35 | -------------------------------------------------------------------------------- /text-links.php: -------------------------------------------------------------------------------- 1 | assign_by_ref('description', $description); 30 | $gXpSmarty->assign_by_ref('keywords', $keywords); 31 | 32 | $gXpSmarty->assign_by_ref('title', $title); 33 | 34 | $gXpSmarty->display("text-links.tpl"); 35 | ?> 36 | -------------------------------------------------------------------------------- /smarty/plugins/function.assign_debug_info.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: assign_debug_info
13 | * Purpose: assign debug info to the template
14 | * @author Monte Ohrt 15 | * @param array unused in this plugin, this plugin uses {@link Smarty::$_config}, 16 | * {@link Smarty::$_tpl_vars} and {@link Smarty::$_smarty_debug_info} 17 | * @param Smarty 18 | */ 19 | function smarty_function_assign_debug_info($params, &$smarty) 20 | { 21 | $assigned_vars = $smarty->_tpl_vars; 22 | ksort($assigned_vars); 23 | if (@is_array($smarty->_config[0])) { 24 | $config_vars = $smarty->_config[0]; 25 | ksort($config_vars); 26 | $smarty->assign("_debug_config_keys", array_keys($config_vars)); 27 | $smarty->assign("_debug_config_vals", array_values($config_vars)); 28 | } 29 | 30 | $included_templates = $smarty->_smarty_debug_info; 31 | 32 | $smarty->assign("_debug_keys", array_keys($assigned_vars)); 33 | $smarty->assign("_debug_vals", array_values($assigned_vars)); 34 | 35 | $smarty->assign("_debug_tpls", $included_templates); 36 | } 37 | 38 | /* vim: set expandtab: */ 39 | 40 | ?> 41 | -------------------------------------------------------------------------------- /smarty/plugins/shared.make_timestamp.php: -------------------------------------------------------------------------------- 1 | 11 | * Purpose: used by other smarty functions to make a timestamp 12 | * from a string. 13 | * @author Monte Ohrt 14 | * @param string 15 | * @return string 16 | */ 17 | function smarty_make_timestamp($string) 18 | { 19 | if(empty($string)) { 20 | // use "now": 21 | $time = time(); 22 | 23 | } elseif (preg_match('/^\d{14}$/', $string)) { 24 | // it is mysql timestamp format of YYYYMMDDHHMMSS? 25 | $time = mktime(substr($string, 8, 2),substr($string, 10, 2),substr($string, 12, 2), 26 | substr($string, 4, 2),substr($string, 6, 2),substr($string, 0, 4)); 27 | 28 | } elseif (is_numeric($string)) { 29 | // it is a numeric string, we handle it as timestamp 30 | $time = (int)$string; 31 | 32 | } else { 33 | // strtotime should handle it 34 | $time = strtotime($string); 35 | if ($time == -1 || $time === false) { 36 | // strtotime() was not able to parse $string, use "now": 37 | $time = time(); 38 | } 39 | } 40 | return $time; 41 | 42 | } 43 | 44 | /* vim: set expandtab: */ 45 | 46 | ?> 47 | -------------------------------------------------------------------------------- /smarty/internals/core.assign_smarty_interface.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: assign_smarty_interface
13 | * Purpose: assign the $smarty interface variable 14 | * @param array Format: null 15 | * @param Smarty 16 | */ 17 | function smarty_core_assign_smarty_interface($params, &$smarty) 18 | { 19 | if (isset($smarty->_smarty_vars) && isset($smarty->_smarty_vars['request'])) { 20 | return; 21 | } 22 | 23 | $_globals_map = array('g' => 'HTTP_GET_VARS', 24 | 'p' => 'HTTP_POST_VARS', 25 | 'c' => 'HTTP_COOKIE_VARS', 26 | 's' => 'HTTP_SERVER_VARS', 27 | 'e' => 'HTTP_ENV_VARS'); 28 | 29 | $_smarty_vars_request = array(); 30 | 31 | foreach (preg_split('!!', strtolower($smarty->request_vars_order)) as $_c) { 32 | if (isset($_globals_map[$_c])) { 33 | $_smarty_vars_request = array_merge($_smarty_vars_request, $GLOBALS[$_globals_map[$_c]]); 34 | } 35 | } 36 | $_smarty_vars_request = @array_merge($_smarty_vars_request, $GLOBALS['HTTP_SESSION_VARS']); 37 | 38 | $smarty->_smarty_vars['request'] = $_smarty_vars_request; 39 | } 40 | 41 | /* vim: set expandtab: */ 42 | 43 | ?> 44 | -------------------------------------------------------------------------------- /payments.php: -------------------------------------------------------------------------------- 1 | 0) 28 | { 29 | $payments = $gXpDb->getPayments($aff['id']); 30 | } 31 | 32 | $description = $gXpLang['desc_payments']; 33 | $keywords = $gXpLang['keyword_payments']; 34 | 35 | $gXpSmarty->assign_by_ref('description', $description); 36 | $gXpSmarty->assign_by_ref('keywords', $keywords); 37 | $gXpSmarty->assign_by_ref('title', $title); 38 | $gXpSmarty->assign_by_ref('payments', $payments); 39 | 40 | $gXpSmarty->display("payments.tpl"); 41 | ?> 42 | -------------------------------------------------------------------------------- /smarty/internals/core.is_trusted.php: -------------------------------------------------------------------------------- 1 | trusted_dir)) { 23 | $_rp = realpath($params['resource_name']); 24 | foreach ((array)$smarty->trusted_dir as $curr_dir) { 25 | if (!empty($curr_dir) && is_readable ($curr_dir)) { 26 | $_cd = realpath($curr_dir); 27 | if (strncmp($_rp, $_cd, strlen($_cd)) == 0 28 | && substr($_rp, strlen($_cd), 1) == DIRECTORY_SEPARATOR ) { 29 | $_smarty_trusted = true; 30 | break; 31 | } 32 | } 33 | } 34 | } 35 | 36 | } else { 37 | // resource is not on local file system 38 | $_smarty_trusted = call_user_func_array($smarty->_plugins['resource'][$params['resource_type']][0][3], 39 | array($params['resource_name'], $smarty)); 40 | } 41 | 42 | return $_smarty_trusted; 43 | } 44 | 45 | /* vim: set expandtab: */ 46 | 47 | ?> 48 | -------------------------------------------------------------------------------- /templates/light/login.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.affiliate_login}

4 | 5 | 6 | 7 | 14 | 30 | 31 | 32 | 33 | 36 | 45 | {include file="footer.tpl"} -------------------------------------------------------------------------------- /smarty/plugins/modifier.truncate.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: truncate
14 | * Purpose: Truncate a string to a certain length if necessary, 15 | * optionally splitting in the middle of a word, and 16 | * appending the $etc string or inserting $etc into the middle. 17 | * @link http://smarty.php.net/manual/en/language.modifier.truncate.php 18 | * truncate (Smarty online manual) 19 | * @author Monte Ohrt 20 | * @param string 21 | * @param integer 22 | * @param string 23 | * @param boolean 24 | * @param boolean 25 | * @return string 26 | */ 27 | function smarty_modifier_truncate($string, $length = 80, $etc = '...', 28 | $break_words = false, $middle = false) 29 | { 30 | if ($length == 0) 31 | return ''; 32 | 33 | if (strlen($string) > $length) { 34 | $length -= strlen($etc); 35 | if (!$break_words && !$middle) { 36 | $string = preg_replace('/\s+?(\S+)?$/', '', substr($string, 0, $length+1)); 37 | } 38 | if(!$middle) { 39 | return substr($string, 0, $length).$etc; 40 | } else { 41 | return substr($string, 0, $length/2) . $etc . substr($string, -$length/2); 42 | } 43 | } else { 44 | return $string; 45 | } 46 | } 47 | 48 | /* vim: set expandtab: */ 49 | 50 | ?> 51 | -------------------------------------------------------------------------------- /logout.php: -------------------------------------------------------------------------------- 1 | assign_by_ref('description', $description); 38 | $gXpSmarty->assign_by_ref('keywords', $keywords); 39 | $gXpSmarty->assign_by_ref('title', $title); 40 | 41 | $gXpSmarty->assign_by_ref('title', $gXpLang['logout']); 42 | 43 | $gXpSmarty->display('logout.tpl'); 44 | ?> 45 | -------------------------------------------------------------------------------- /includes/config.inc.php: -------------------------------------------------------------------------------- 1 | 39 | -------------------------------------------------------------------------------- /templates/light/text-ads.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.text_ads}

4 | {if $aff.approved eq 2} 5 | {$lang.products} - 6 |
  12 | 13 | 14 | 15 | 16 | 17 | {foreach from=$ads item=ad} 18 | 19 | 20 | 21 | 22 | {/foreach} 23 |
{$lang.ad_title}{$lang.ad_text}
{$ad.title}{$ad.content}
24 | 47 | {else} 48 | {$lang.msg_account_pending_approval} 49 | {/if} 50 | 51 | {include file="footer.tpl"} 52 | -------------------------------------------------------------------------------- /txp.php: -------------------------------------------------------------------------------- 1 | 0) 29 | { 30 | 31 | $acb = $gXpDb->checkTierByCookie(addslashes($_COOKIE['txp']), $tid); 32 | 33 | if(!empty($_COOKIE['txp']) && count($acb)>0) 34 | { 35 | $gXpDb->updateTierVisitor(addslashes($_COOKIE['txp']), $tid); 36 | } 37 | else 38 | { 39 | $uid = $_COOKIE['txp']? addslashes($_COOKIE['txp']) : registerTierVisitor($tid, '');//set cookies 40 | if($uid) 41 | { 42 | $gXpDb->addTierVisitor($tid, $uid, $vref); 43 | } 44 | } 45 | header("Location: {$gXpConfig['incoming_page']}"); 46 | exit; 47 | } 48 | ?> 49 | -------------------------------------------------------------------------------- /smarty/internals/core.write_file.php: -------------------------------------------------------------------------------- 1 | $_dirname); 22 | require_once(SMARTY_CORE_DIR . 'core.create_dir_structure.php'); 23 | smarty_core_create_dir_structure($_params, $smarty); 24 | } 25 | 26 | // write to tmp file, then rename it to avoid 27 | // file locking race condition 28 | $_tmp_file = tempnam($_dirname, 'wrt'); 29 | 30 | if (!($fd = @fopen($_tmp_file, 'wb'))) { 31 | $_tmp_file = $_dirname . DIRECTORY_SEPARATOR . uniqid('wrt'); 32 | if (!($fd = @fopen($_tmp_file, 'wb'))) { 33 | $smarty->trigger_error("problem writing temporary file '$_tmp_file'"); 34 | return false; 35 | } 36 | } 37 | 38 | fwrite($fd, $params['contents']); 39 | fclose($fd); 40 | 41 | // Delete the file if it allready exists (this is needed on Win, 42 | // because it cannot overwrite files with rename() 43 | if (file_exists($params['filename'])) { 44 | @unlink($params['filename']); 45 | } 46 | @rename($_tmp_file, $params['filename']); 47 | @chmod($params['filename'], $smarty->_file_perms); 48 | 49 | return true; 50 | } 51 | 52 | /* vim: set expandtab: */ 53 | 54 | ?> 55 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.date_format.php: -------------------------------------------------------------------------------- 1 | _get_plugin_filepath('shared','make_timestamp'); 12 | /** 13 | * Smarty date_format modifier plugin 14 | * 15 | * Type: modifier
16 | * Name: date_format
17 | * Purpose: format datestamps via strftime
18 | * Input:
19 | * - string: input date string 20 | * - format: strftime format for output 21 | * - default_date: default date if $string is empty 22 | * @link http://smarty.php.net/manual/en/language.modifier.date.format.php 23 | * date_format (Smarty online manual) 24 | * @author Monte Ohrt 25 | * @param string 26 | * @param string 27 | * @param string 28 | * @return string|void 29 | * @uses smarty_make_timestamp() 30 | */ 31 | function smarty_modifier_date_format($string, $format="%b %e, %Y", $default_date=null) 32 | { 33 | if (substr(PHP_OS,0,3) == 'WIN') { 34 | $_win_from = array ('%e', '%T', '%D'); 35 | $_win_to = array ('%#d', '%H:%M:%S', '%m/%d/%y'); 36 | $format = str_replace($_win_from, $_win_to, $format); 37 | } 38 | if($string != '') { 39 | return strftime($format, smarty_make_timestamp($string)); 40 | } elseif (isset($default_date) && $default_date != '') { 41 | return strftime($format, smarty_make_timestamp($default_date)); 42 | } else { 43 | return; 44 | } 45 | } 46 | 47 | /* vim: set expandtab: */ 48 | 49 | ?> 50 | -------------------------------------------------------------------------------- /xp.php: -------------------------------------------------------------------------------- 1 | 0) 30 | { 31 | 32 | $acb = $gXpDb->checkByCookie($vid, addslashes($_COOKIE['xp']), $pid); 33 | 34 | if(!empty($_COOKIE['xp']) && count($acb)>0) 35 | { 36 | $gXpDb->updateVisitor(addslashes($_COOKIE['xp']), $vid, $pid); 37 | $gXpDb->addHit($vid); 38 | } 39 | else 40 | { 41 | $uid = $_COOKIE['xp']? addslashes($_COOKIE['xp']) : registerVisitor($vid, '');//set cookies 42 | if($uid) 43 | { 44 | $gXpDb->addVisitor($vid, $pid, $uid, $vref); 45 | } 46 | } 47 | header("Location: {$gXpConfig['incoming_page']}"); 48 | exit; 49 | } 50 | ?> 51 | -------------------------------------------------------------------------------- /smarty/internals/core.rmdir.php: -------------------------------------------------------------------------------- 1 | keep root) 10 | * WARNING: no tests, it will try to remove what you tell it! 11 | * 12 | * @param string $dirname 13 | * @param integer $level 14 | * @param integer $exp_time 15 | * @return boolean 16 | */ 17 | 18 | // $dirname, $level = 1, $exp_time = null 19 | 20 | function smarty_core_rmdir($params, &$smarty) 21 | { 22 | if(!isset($params['level'])) { $params['level'] = 1; } 23 | if(!isset($params['exp_time'])) { $params['exp_time'] = null; } 24 | 25 | if($_handle = @opendir($params['dirname'])) { 26 | 27 | while (false !== ($_entry = readdir($_handle))) { 28 | if ($_entry != '.' && $_entry != '..') { 29 | if (@is_dir($params['dirname'] . DIRECTORY_SEPARATOR . $_entry)) { 30 | $_params = array( 31 | 'dirname' => $params['dirname'] . DIRECTORY_SEPARATOR . $_entry, 32 | 'level' => $params['level'] + 1, 33 | 'exp_time' => $params['exp_time'] 34 | ); 35 | smarty_core_rmdir($_params, $smarty); 36 | } 37 | else { 38 | $smarty->_unlink($params['dirname'] . DIRECTORY_SEPARATOR . $_entry, $params['exp_time']); 39 | } 40 | } 41 | } 42 | closedir($_handle); 43 | } 44 | 45 | if ($params['level']) { 46 | return @rmdir($params['dirname']); 47 | } 48 | return (bool)$_handle; 49 | 50 | } 51 | 52 | /* vim: set expandtab: */ 53 | 54 | ?> 55 | -------------------------------------------------------------------------------- /templates/light/banners.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

{$lang.banners}

4 | {if $aff.approved eq 2} 5 | {$lang.products} - 6 |
  12 | 13 | 14 | 15 | 16 | 17 | 18 | {foreach from=$banners item=banner} 19 | 20 | 21 | 22 | 23 | 24 | {/foreach} 25 |
{$lang.banner_name}{$lang.banner_size}{$lang.banner_desc}
{$banner.name}{$banner.x}x{$banner.y}{$banner.desc}
26 | 49 | {else} 50 | {$lang.msg_account_pending_approval} 51 | {/if} 52 | 53 | {include file="footer.tpl"} 54 | -------------------------------------------------------------------------------- /templates/light/login-form.tpl: -------------------------------------------------------------------------------- 1 | 45 | -------------------------------------------------------------------------------- /banners.php: -------------------------------------------------------------------------------- 1 | getBanners($pid); 26 | 27 | $title = $gXpLang['site_title'].' - '.$gXpLang['banners']; 28 | $description = $gXpLang['desc_banners']; 29 | $keywords = $gXpLang['keyword_banners']; 30 | 31 | $gXpSmarty->assign_by_ref('description', $description); 32 | $gXpSmarty->assign_by_ref('keywords', $keywords); 33 | 34 | $sql = "SELECT `id`, `name` FROM `".$gXpDb->mPrefix."product`"; 35 | $result = $gXpDb->mDb->getAll($sql); 36 | $num_product = count($result); 37 | for($i=0; $i<$num_product; $i++) 38 | { 39 | $f = $result[$i]; 40 | $products[$f['id']] = $f['name']; 41 | } 42 | 43 | $gXpSmarty->assign_by_ref('banners', $banners); 44 | $gXpSmarty->assign_by_ref('products', $products); 45 | $gXpSmarty->assign_by_ref('title', $title); 46 | 47 | $gXpSmarty->display("banners.tpl"); 48 | ?> 49 | -------------------------------------------------------------------------------- /text-ads.php: -------------------------------------------------------------------------------- 1 | getTextAds($pid); 28 | 29 | $description = $gXpLang['desc_text_ads']; 30 | $keywords = $gXpLang['keyword_text_ads']; 31 | 32 | $sql = "SELECT `id`, `name` FROM `".$gXpDb->mPrefix."product`"; 33 | $result = $gXpDb->mDb->getAll($sql); 34 | $num_product = count($result); 35 | for($i=0; $i<$num_product; $i++) 36 | { 37 | $f = $result[$i]; 38 | $products[$f['id']] = $f['name']; 39 | } 40 | 41 | $gXpSmarty->assign_by_ref('products', $products); 42 | $gXpSmarty->assign_by_ref('description', $description); 43 | $gXpSmarty->assign_by_ref('keywords', $keywords); 44 | $gXpSmarty->assign_by_ref('ads', $ads); 45 | $gXpSmarty->assign_by_ref('title', $title); 46 | 47 | $gXpSmarty->display("text-ads.tpl"); 48 | 49 | ?> 50 | -------------------------------------------------------------------------------- /banner-details.php: -------------------------------------------------------------------------------- 1 | getBanner($_GET['id']); 26 | 27 | $title = $gXpLang['banners']; 28 | $description = $gXpLang['desc_banner_details']; 29 | $keywords = $gXpLang['keyword_banner_details']; 30 | 31 | $gXpSmarty->assign_by_ref('description', $description); 32 | $gXpSmarty->assign_by_ref('keywords', $keywords); 33 | 34 | $b = getimagesize("admin/banners/{$banner['path']}"); 35 | $clip = ($b['width'] > 550) ? 'true' : 'false'; 36 | 37 | $code = ""; 38 | 39 | $gXpSmarty->assign_by_ref('code', $code); 40 | $gXpSmarty->assign_by_ref('banner', $banner); 41 | $gXpSmarty->assign_by_ref('title', $title); 42 | $gXpSmarty->assign_by_ref('clip', $clip); 43 | 44 | $gXpSmarty->display("banner-details.tpl"); 45 | ?> 46 | -------------------------------------------------------------------------------- /smarty/internals/core.smarty_include_php.php: -------------------------------------------------------------------------------- 1 | $params['smarty_file']); 24 | require_once(SMARTY_CORE_DIR . 'core.get_php_resource.php'); 25 | smarty_core_get_php_resource($_params, $smarty); 26 | $_smarty_resource_type = $_params['resource_type']; 27 | $_smarty_php_resource = $_params['php_resource']; 28 | 29 | if (!empty($params['smarty_assign'])) { 30 | ob_start(); 31 | if ($_smarty_resource_type == 'file') { 32 | $smarty->_include($_smarty_php_resource, $params['smarty_once'], $params['smarty_include_vars']); 33 | } else { 34 | $smarty->_eval($_smarty_php_resource, $params['smarty_include_vars']); 35 | } 36 | $smarty->assign($params['smarty_assign'], ob_get_contents()); 37 | ob_end_clean(); 38 | } else { 39 | if ($_smarty_resource_type == 'file') { 40 | $smarty->_include($_smarty_php_resource, $params['smarty_once'], $params['smarty_include_vars']); 41 | } else { 42 | $smarty->_eval($_smarty_php_resource, $params['smarty_include_vars']); 43 | } 44 | } 45 | } 46 | 47 | 48 | /* vim: set expandtab: */ 49 | 50 | ?> 51 | -------------------------------------------------------------------------------- /statistics.php: -------------------------------------------------------------------------------- 1 | getVisitorsCount($aff); 28 | $traffic['sales'] = $gXpDb->getSalesCount($aff); 29 | 30 | if ($traffic['sales'] && $traffic['visits']) 31 | { 32 | $traffic['ratio'] = format($traffic['sales'] / $traffic['visits'] * 100); 33 | } 34 | else 35 | { 36 | $traffic['ratio'] = "0.000"; 37 | } 38 | 39 | $description = $gXpLang['desc_statistics']; 40 | $keywords = $gXpLang['keyword_statistics']; 41 | 42 | $gXpSmarty->assign_by_ref('description', $description); 43 | $gXpSmarty->assign_by_ref('keywords', $keywords); 44 | $gXpSmarty->assign_by_ref('xproot', $gXpConfig['xpurl']); 45 | $gXpSmarty->assign_by_ref('title', $title); 46 | $gXpSmarty->assign_by_ref('traffic', $traffic); 47 | 48 | $gXpSmarty->display("general-statistics.tpl"); 49 | 50 | ?> 51 | -------------------------------------------------------------------------------- /login.php: -------------------------------------------------------------------------------- 1 | {$gXpLang['editor_incorrect']}"; 31 | } 32 | 33 | if (!$_POST['password']) 34 | { 35 | $valid = false; 36 | $msg .= "
  • {$gXpLang['editorpsw_incorrect']}
  • "; 37 | } 38 | 39 | if ($valid) 40 | { 41 | aff_login($_POST['username'], $_POST['password']); 42 | } 43 | 44 | if($msg) 45 | echo "\n"; 46 | } 47 | 48 | 49 | $title = 'eLitius Affiliate Program - Login'; 50 | $description = $gXpLang['desc_login']; 51 | $keywords = $gXpLang['keyword_login']; 52 | 53 | $gXpSmarty->assign_by_ref('description', $description); 54 | $gXpSmarty->assign_by_ref('keywords', $keywords); 55 | 56 | $gXpSmarty->assign_by_ref('title', $title); 57 | 58 | $gXpSmarty->display("login.tpl"); 59 | 60 | ?> 61 | -------------------------------------------------------------------------------- /smarty/internals/core.display_debug_console.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: display_debug_console
    13 | * Purpose: display the javascript debug console window 14 | * @param array Format: null 15 | * @param Smarty 16 | */ 17 | function smarty_core_display_debug_console($params, &$smarty) 18 | { 19 | // we must force compile the debug template in case the environment 20 | // changed between separate applications. 21 | 22 | if(empty($smarty->debug_tpl)) { 23 | // set path to debug template from SMARTY_DIR 24 | $smarty->debug_tpl = SMARTY_DIR . 'debug.tpl'; 25 | if($smarty->security && is_file($smarty->debug_tpl)) { 26 | $smarty->secure_dir[] = realpath($smarty->debug_tpl); 27 | } 28 | $smarty->debug_tpl = 'file:' . SMARTY_DIR . 'debug.tpl'; 29 | } 30 | 31 | $_ldelim_orig = $smarty->left_delimiter; 32 | $_rdelim_orig = $smarty->right_delimiter; 33 | 34 | $smarty->left_delimiter = '{'; 35 | $smarty->right_delimiter = '}'; 36 | 37 | $_compile_id_orig = $smarty->_compile_id; 38 | $smarty->_compile_id = null; 39 | 40 | $_compile_path = $smarty->_get_compile_path($smarty->debug_tpl); 41 | if ($smarty->_compile_resource($smarty->debug_tpl, $_compile_path)) 42 | { 43 | ob_start(); 44 | $smarty->_include($_compile_path); 45 | $_results = ob_get_contents(); 46 | ob_end_clean(); 47 | } else { 48 | $_results = ''; 49 | } 50 | 51 | $smarty->_compile_id = $_compile_id_orig; 52 | 53 | $smarty->left_delimiter = $_ldelim_orig; 54 | $smarty->right_delimiter = $_rdelim_orig; 55 | 56 | return $_results; 57 | } 58 | 59 | /* vim: set expandtab: */ 60 | 61 | ?> 62 | -------------------------------------------------------------------------------- /templates/light/general-statistics.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

    {$lang.general_statistics}

    4 | {if $aff.approved eq 2} 5 | 6 | 7 | 8 | 9 | 10 | 22 | 23 | 24 | 25 | 26 |
    {$lang.commissions}
    11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
    {$lang.transactions}:{$stat.transactions}
    {$lang.earnings}:${$stat.earnings}
    21 |
    27 | 28 | 29 | 30 | 31 | 32 | 33 | 53 | 54 | 55 | 56 | 57 |
    {$lang.traffic_stat}
    34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
    {$lang.visits}:{$traffic.visits}
    {$lang.unique_visitors}:{$traffic.visitors}
    {$lang.sales}:{$traffic.sales}
    {$lang.sales_ratio}:{$traffic.ratio}%
    52 |
    58 | {else} 59 | {$lang.msg_account_pending_approval} 60 | {/if} 61 | {include file="footer.tpl"} 62 | -------------------------------------------------------------------------------- /includes/js/ThemeOffice/theme.js: -------------------------------------------------------------------------------- 1 | 2 | // directory of where all the images are 3 | var cmThemeOfficeBase = 'includes/js/ThemeOffice/'; 4 | 5 | var cmThemeOffice = 6 | { 7 | // main menu display attributes 8 | // 9 | // Note. When the menu bar is horizontal, 10 | // mainFolderLeft and mainFolderRight are 11 | // put in . When the menu 12 | // bar is vertical, they would be put in 13 | // a separate TD cell. 14 | 15 | // HTML code to the left of the folder item 16 | mainFolderLeft: ' ', 17 | // HTML code to the right of the folder item 18 | mainFolderRight: ' ', 19 | // HTML code to the left of the regular item 20 | mainItemLeft: ' ', 21 | // HTML code to the right of the regular item 22 | mainItemRight: ' ', 23 | 24 | // sub menu display attributes 25 | 26 | // 0, HTML code to the left of the folder item 27 | folderLeft: '', 28 | // 1, HTML code to the right of the folder item 29 | folderRight: '', 30 | // 2, HTML code to the left of the regular item 31 | itemLeft: '', 32 | // 3, HTML code to the right of the regular item 33 | itemRight: '', 34 | // 4, cell spacing for main menu 35 | mainSpacing: 0, 36 | // 5, cell spacing for sub menus 37 | subSpacing: 0, 38 | // 6, auto dispear time for submenus in milli-seconds 39 | delay: 500 40 | }; 41 | 42 | // for horizontal menu split 43 | var cmThemeOfficeHSplit = [_cmNoAction, '
    ']; 44 | var cmThemeOfficeMainHSplit = [_cmNoAction, '
    ']; 45 | var cmThemeOfficeMainVSplit = [_cmNoAction, ' ']; 46 | -------------------------------------------------------------------------------- /admin/includes/js/ThemeOffice/theme.js: -------------------------------------------------------------------------------- 1 | 2 | // directory of where all the images are 3 | var cmThemeOfficeBase = '../includes/js/ThemeOffice/'; 4 | 5 | var cmThemeOffice = 6 | { 7 | // main menu display attributes 8 | // 9 | // Note. When the menu bar is horizontal, 10 | // mainFolderLeft and mainFolderRight are 11 | // put in . When the menu 12 | // bar is vertical, they would be put in 13 | // a separate TD cell. 14 | 15 | // HTML code to the left of the folder item 16 | mainFolderLeft: ' ', 17 | // HTML code to the right of the folder item 18 | mainFolderRight: ' ', 19 | // HTML code to the left of the regular item 20 | mainItemLeft: ' ', 21 | // HTML code to the right of the regular item 22 | mainItemRight: ' ', 23 | 24 | // sub menu display attributes 25 | 26 | // 0, HTML code to the left of the folder item 27 | folderLeft: '', 28 | // 1, HTML code to the right of the folder item 29 | folderRight: '', 30 | // 2, HTML code to the left of the regular item 31 | itemLeft: '', 32 | // 3, HTML code to the right of the regular item 33 | itemRight: '', 34 | // 4, cell spacing for main menu 35 | mainSpacing: 0, 36 | // 5, cell spacing for sub menus 37 | subSpacing: 0, 38 | // 6, auto dispear time for submenus in milli-seconds 39 | delay: 500 40 | }; 41 | 42 | // for horizontal menu split 43 | var cmThemeOfficeHSplit = [_cmNoAction, '
    ']; 44 | var cmThemeOfficeMainHSplit = [_cmNoAction, '
    ']; 45 | var cmThemeOfficeMainVSplit = [_cmNoAction, ' ']; 46 | -------------------------------------------------------------------------------- /includes/js/tabs/tabpane.css: -------------------------------------------------------------------------------- 1 | .dynamic-tab-pane-control.tab-pane { 2 | position: relative; 3 | /*width: 100%; width needed weird IE bug */ 4 | /*margin-right: -2px; to make room for the shadow */ 5 | } 6 | .dynamic-tab-pane-control .tab-row .tab { 7 | width: 100px; 8 | height: 16px; 9 | background-image: url( "tab.png" ); 10 | position: relative; 11 | top: 0; 12 | display: inline; 13 | float: left; 14 | overflow: hidden; 15 | cursor: hand; 16 | margin: 1px -1px 1px 2px; 17 | padding: 2px 0px 0px 0px; 18 | border: 0; 19 | z-index: 1; 20 | font: 11px Tahoma, Helvetica, sans=serif; 21 | white-space: nowrap; 22 | text-align: center; 23 | } 24 | .dynamic-tab-pane-control .tab-row .tab.selected { 25 | width: 104px !important; 26 | height: 18px !important; 27 | background-image: url( "tab_active.png" ) !important; 28 | background-repeat: no-repeat; 29 | border-bottom-width: 0; 30 | z-index: 3; 31 | padding: 2px 0px 0px 0px; 32 | margin: 1px -3px -3px 0px; 33 | top: -2px; 34 | font: 11px Tahoma, Helvetica, sans-serif; 35 | } 36 | .dynamic-tab-pane-control .tab-row .tab a { 37 | font: 11px Tahoma, Helvetica, sans-serif; 38 | color: #333; 39 | text-decoration: none; 40 | cursor: hand; 41 | } 42 | .dynamic-tab-pane-control .tab-row .tab.hover { 43 | font: 11px Tahoma, Helvetica, sans-serif; 44 | width: 100px; 45 | height: 16px; 46 | background-image: url( "tab_hover.png" ); 47 | background-repeat: no-repeat; 48 | } 49 | .dynamic-tab-pane-control .tab-page { 50 | 51 | border: 1px solid rgb( 145, 155, 156 ); 52 | background: rgb( 252, 252, 254 ); 53 | z-index: 2; 54 | position: relative; 55 | top: -2px; 56 | font: 11px Tahoma, Helvetica, sans-serif; 57 | color: #333; 58 | 59 | /*244, 243, 238*/ 60 | /* 145, 155, 156*/ 61 | padding: 5px; 62 | width: 97%; /* stupid stupid stupid IE!!! */ 63 | float: left; 64 | 65 | } 66 | .dynamic-tab-pane-control .tab-row { 67 | z-index: 1; 68 | white-space: nowrap; 69 | } 70 | -------------------------------------------------------------------------------- /smarty/internals/core.is_secure.php: -------------------------------------------------------------------------------- 1 | security || $smarty->security_settings['INCLUDE_ANY']) { 21 | return true; 22 | } 23 | 24 | if ($params['resource_type'] == 'file') { 25 | $_rp = realpath($params['resource_name']); 26 | if (isset($params['resource_base_path'])) { 27 | foreach ((array)$params['resource_base_path'] as $curr_dir) { 28 | if ( ($_cd = realpath($curr_dir)) !== false && 29 | strncmp($_rp, $_cd, strlen($_cd)) == 0 && 30 | substr($_rp, strlen($_cd), 1) == DIRECTORY_SEPARATOR ) { 31 | return true; 32 | } 33 | } 34 | } 35 | if (!empty($smarty->secure_dir)) { 36 | foreach ((array)$smarty->secure_dir as $curr_dir) { 37 | if ( ($_cd = realpath($curr_dir)) !== false) { 38 | if($_cd == $_rp) { 39 | return true; 40 | } elseif (strncmp($_rp, $_cd, strlen($_cd)) == 0 && 41 | substr($_rp, strlen($_cd), 1) == DIRECTORY_SEPARATOR) { 42 | return true; 43 | } 44 | } 45 | } 46 | } 47 | } else { 48 | // resource is not on local file system 49 | return call_user_func_array( 50 | $smarty->_plugins['resource'][$params['resource_type']][0][2], 51 | array($params['resource_name'], &$smarty)); 52 | } 53 | 54 | return false; 55 | } 56 | 57 | /* vim: set expandtab: */ 58 | 59 | ?> 60 | -------------------------------------------------------------------------------- /admin/shopping-cart-integration.php: -------------------------------------------------------------------------------- 1 | 0? (INT)$_GET['id']:(INT)$_POST['id']; 26 | 27 | $gPage = $gXpLang['shopping_cart_integration_title']; 28 | $gPath = ''.$gXpLang['shopping_cart_integration'].' » '; 29 | $gPath .= $_POST['task']!='2check' ? 'PayPal' : '2Checkout'; 30 | $gDesc = $gXpLang['shopping_cart_integration_desc']; 31 | 32 | require_once('header.php'); 33 | ?> 34 | 35 |
    36 | 37 | 38 | 39 | 40 | 41 |
    42 | 53 | 54 |
    55 | 56 |
    57 | 58 | 59 | 60 | 61 | 64 | -------------------------------------------------------------------------------- /ad-details.php: -------------------------------------------------------------------------------- 1 | 0) 26 | { 27 | $banner = $gXpDb->getAdById($tid); 28 | 29 | $title = $gXpLang['text_ads']; 30 | 31 | $code = ' 42 | '; 43 | 44 | $description = $gXpLang['desc_ad_details']; 45 | $keywords = $gXpLang['keyword_ad_details']; 46 | 47 | $gXpSmarty->assign_by_ref('description', $description); 48 | $gXpSmarty->assign_by_ref('keywords', $keywords); 49 | $gXpSmarty->assign_by_ref('code', $code); 50 | $gXpSmarty->assign_by_ref('ad', $banner); 51 | $gXpSmarty->assign_by_ref('title', $title); 52 | } 53 | 54 | $gXpSmarty->display("ad-details.tpl"); 55 | ?> 56 | -------------------------------------------------------------------------------- /admin/css/admin_login.css: -------------------------------------------------------------------------------- 1 | html, body 2 | { 3 | overflow: hidden; 4 | } 5 | body 6 | { 7 | background-color: #EEEEEE; 8 | height: 100%; 9 | margin: 0px; 10 | } 11 | body, input, select, td 12 | { 13 | font-size : 11px; 14 | font-family : Verdana, Arial, Helvetica, sans-serif; 15 | color: #2A3948; 16 | } 17 | form 18 | { 19 | margin: 0px; 20 | } 21 | a 22 | { 23 | color:#284C7F; 24 | text-decoration: none; 25 | } 26 | #win 27 | { 28 | position: absolute; 29 | top: 50%; 30 | left: 50%; 31 | margin-top: -165px; 32 | margin-left: -249px; 33 | border: 1px solid #FFFFFF; 34 | width: 498px; 35 | height: 310px; 36 | background-image: url('../images/bg.jpg'); 37 | background-repeat: no-repeat; 38 | } 39 | 40 | #logo 41 | { 42 | position: absolute; 43 | top: 0px; 44 | left: 0px; 45 | width: 221px; 46 | height: 89px; 47 | /* background-image: url('../images/logo.gif');*/ 48 | background-repeat: no-repeat; 49 | } 50 | 51 | #form 52 | { 53 | position: absolute; 54 | top: 78px; 55 | left: 0px; 56 | width: 284px; 57 | height: 190px; 58 | border-right: 1px solid #FFF0C1; 59 | } 60 | #form table 61 | { 62 | width: 194px; 63 | } 64 | 65 | #form table input.txt 66 | { 67 | width: 112px; 68 | height: 17px; 69 | border: 1px solid #3E5A82; 70 | } 71 | #form table select 72 | { 73 | width: 115px; 74 | height: 19px; 75 | border: 1px solid #3E5A82; 76 | font-size : 12px; 77 | margin: 0px; 78 | } 79 | #form table input.button { 80 | border : solid 1px #769CC6; 81 | background: #DEBC55; 82 | color : #FFFFFF; 83 | font-size : 11px; 84 | padding: 2px; 85 | width: 70px; 86 | } 87 | #info 88 | { 89 | position: absolute; 90 | top: 110px; 91 | left: 330px; 92 | width: 125px; 93 | text-align: left; 94 | } 95 | #copy 96 | { 97 | position: absolute; 98 | top: 322px; 99 | left: 0px; 100 | font-size: 10px; 101 | color: #656565; 102 | text-align: left; 103 | } 104 | -------------------------------------------------------------------------------- /smarty/plugins/function.counter.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: counter
    14 | * Purpose: print out a counter value 15 | * @author Monte Ohrt 16 | * @link http://smarty.php.net/manual/en/language.function.counter.php {counter} 17 | * (Smarty online manual) 18 | * @param array parameters 19 | * @param Smarty 20 | * @return string|null 21 | */ 22 | function smarty_function_counter($params, &$smarty) 23 | { 24 | static $counters = array(); 25 | 26 | $name = (isset($params['name'])) ? $params['name'] : 'default'; 27 | if (!isset($counters[$name])) { 28 | $counters[$name] = array( 29 | 'start'=>1, 30 | 'skip'=>1, 31 | 'direction'=>'up', 32 | 'count'=>1 33 | ); 34 | } 35 | $counter =& $counters[$name]; 36 | 37 | if (isset($params['start'])) { 38 | $counter['start'] = $counter['count'] = (int)$params['start']; 39 | } 40 | 41 | if (!empty($params['assign'])) { 42 | $counter['assign'] = $params['assign']; 43 | } 44 | 45 | if (isset($counter['assign'])) { 46 | $smarty->assign($counter['assign'], $counter['count']); 47 | } 48 | 49 | if (isset($params['print'])) { 50 | $print = (bool)$params['print']; 51 | } else { 52 | $print = empty($counter['assign']); 53 | } 54 | 55 | if ($print) { 56 | $retval = $counter['count']; 57 | } else { 58 | $retval = null; 59 | } 60 | 61 | if (isset($params['skip'])) { 62 | $counter['skip'] = $params['skip']; 63 | } 64 | 65 | if (isset($params['direction'])) { 66 | $counter['direction'] = $params['direction']; 67 | } 68 | 69 | if ($counter['direction'] == "down") 70 | $counter['count'] -= $counter['skip']; 71 | else 72 | $counter['count'] += $counter['skip']; 73 | 74 | return $retval; 75 | 76 | } 77 | 78 | /* vim: set expandtab: */ 79 | 80 | ?> 81 | -------------------------------------------------------------------------------- /account.php: -------------------------------------------------------------------------------- 1 | array('path' => 'banners.php','img' => $gXpConfig['xpurl'].'templates/'.$gXpConfig['tmpl'].'/images/config.png', 'text' => $gXpLang['banners']), 31 | 1 => array('path' => 'text-ads.php','img' => $gXpConfig['xpurl'].'templates/'.$gXpConfig['tmpl'].'/images/user.png', 'text' => $gXpLang['text_ads']), 32 | 2 => array('path' => 'text-links.php','img' => $gXpConfig['xpurl'].'templates/'.$gXpConfig['tmpl'].'/images/addedit.png', 'text' => $gXpLang['text_links']), 33 | 3 => array('path' => 'email-links.php','img' => $gXpConfig['xpurl'].'templates/'.$gXpConfig['tmpl'].'/images/langmanager.png', 'text' => $gXpLang['email_links']), 34 | ); 35 | $control_panel = $gXpLayout->print_control_panel($icons); 36 | 37 | $gXpSmarty->assign_by_ref('description', $description); 38 | $gXpSmarty->assign_by_ref('keywords', $keywords); 39 | $gXpSmarty->assign_by_ref('xproot', $gXpConfig['xpurl']); 40 | $gXpSmarty->assign_by_ref('control_panel', $control_panel); 41 | $gXpSmarty->assign_by_ref('title', $title); 42 | 43 | $gXpSmarty->display("account.tpl"); 44 | ?> 45 | -------------------------------------------------------------------------------- /smarty/plugins/modifier.debug_print_var.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: debug_print_var
    14 | * Purpose: formats variable contents for display in the console 15 | * @link http://smarty.php.net/manual/en/language.modifier.debug.print.var.php 16 | * debug_print_var (Smarty online manual) 17 | * @author Monte Ohrt 18 | * @param array|object 19 | * @param integer 20 | * @param integer 21 | * @return string 22 | */ 23 | function smarty_modifier_debug_print_var($var, $depth = 0, $length = 40) 24 | { 25 | $_replace = array("\n"=>'\n', "\r"=>'\r', "\t"=>'\t'); 26 | if (is_array($var)) { 27 | $results = "Array (".count($var).")"; 28 | foreach ($var as $curr_key => $curr_val) { 29 | $return = smarty_modifier_debug_print_var($curr_val, $depth+1, $length); 30 | $results .= "
    ".str_repeat(' ', $depth*2)."".strtr($curr_key, $_replace)." => $return"; 31 | } 32 | } else if (is_object($var)) { 33 | $object_vars = get_object_vars($var); 34 | $results = "".get_class($var)." Object (".count($object_vars).")"; 35 | foreach ($object_vars as $curr_key => $curr_val) { 36 | $return = smarty_modifier_debug_print_var($curr_val, $depth+1, $length); 37 | $results .= "
    ".str_repeat(' ', $depth*2)."$curr_key => $return"; 38 | } 39 | } else if (is_resource($var)) { 40 | $results = ''.(string)$var.''; 41 | } else if (empty($var) && $var != "0") { 42 | $results = 'empty'; 43 | } else { 44 | if (strlen($var) > $length ) { 45 | $results = substr($var, 0, $length-3).'...'; 46 | } else { 47 | $results = $var; 48 | } 49 | $results = htmlspecialchars($results); 50 | $results = strtr($results, $_replace); 51 | } 52 | return $results; 53 | } 54 | 55 | /* vim: set expandtab: */ 56 | 57 | ?> 58 | -------------------------------------------------------------------------------- /admin/logout.php: -------------------------------------------------------------------------------- 1 | 27 | 28 | 29 | 30 | 31 | 32 | <?php echo $gXpLang['logout']; ?> 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 |
    41 |
    42 |
    43 | 48 | 49 |

    50 |
    51 | 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /smarty/internals/core.assemble_plugin_filepath.php: -------------------------------------------------------------------------------- 1 | plugins_dir as $_plugin_dir) { 26 | 27 | $_plugin_filepath = $_plugin_dir . DIRECTORY_SEPARATOR . $_plugin_filename; 28 | 29 | // see if path is relative 30 | if (!preg_match("/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/", $_plugin_dir)) { 31 | $_relative_paths[] = $_plugin_dir; 32 | // relative path, see if it is in the SMARTY_DIR 33 | if (@is_readable(SMARTY_DIR . $_plugin_filepath)) { 34 | $_return = SMARTY_DIR . $_plugin_filepath; 35 | break; 36 | } 37 | } 38 | // try relative to cwd (or absolute) 39 | if (@is_readable($_plugin_filepath)) { 40 | $_return = $_plugin_filepath; 41 | break; 42 | } 43 | } 44 | 45 | if($_return === false) { 46 | // still not found, try PHP include_path 47 | if(isset($_relative_paths)) { 48 | foreach ((array)$_relative_paths as $_plugin_dir) { 49 | 50 | $_plugin_filepath = $_plugin_dir . DIRECTORY_SEPARATOR . $_plugin_filename; 51 | 52 | $_params = array('file_path' => $_plugin_filepath); 53 | require_once(SMARTY_CORE_DIR . 'core.get_include_path.php'); 54 | if(smarty_core_get_include_path($_params, $smarty)) { 55 | $_return = $_params['new_file_path']; 56 | break; 57 | } 58 | } 59 | } 60 | } 61 | $_filepaths_cache[$_plugin_filename] = $_return; 62 | return $_return; 63 | } 64 | 65 | /* vim: set expandtab: */ 66 | 67 | ?> 68 | -------------------------------------------------------------------------------- /admin/js/JSCookMenu/ThemeOffice2003/theme.js: -------------------------------------------------------------------------------- 1 | // directory of where all the images are 2 | var cmThemeOffice2003Base = 'js/JSCookMenu/ThemeOffice2003/'; 3 | 4 | // the follow block allows user to re-define theme base directory 5 | // before it is loaded. 6 | try 7 | { 8 | if (myThemeOffice2003Base) 9 | { 10 | cmThemeOffice2003Base = myThemeOffice2003Base; 11 | } 12 | } 13 | catch (e) 14 | { 15 | } 16 | 17 | var cmThemeOffice2003 = 18 | { 19 | // main menu display attributes 20 | // 21 | // Note. When the menu bar is horizontal, 22 | // mainFolderLeft and mainFolderRight are 23 | // put in . When the menu 24 | // bar is vertical, they would be put in 25 | // a separate TD cell. 26 | 27 | // HTML code to the left of the folder item 28 | mainFolderLeft: ' ', 29 | // HTML code to the right of the folder item 30 | mainFolderRight: ' ', 31 | // HTML code to the left of the regular item 32 | mainItemLeft: ' ', 33 | // HTML code to the right of the regular item 34 | mainItemRight: ' ', 35 | 36 | // sub menu display attributes 37 | 38 | // 0, HTML code to the left of the folder item 39 | folderLeft: '', 40 | // 1, HTML code to the right of the folder item 41 | folderRight: '', 42 | // 2, HTML code to the left of the regular item 43 | itemLeft: '', 44 | // 3, HTML code to the right of the regular item 45 | itemRight: '', 46 | // 4, cell spacing for main menu 47 | mainSpacing: 0, 48 | // 5, cell spacing for sub menus 49 | subSpacing: 0, 50 | // 6, auto dispear time for submenus in milli-seconds 51 | delay: 500 52 | }; 53 | 54 | // for horizontal menu split 55 | var cmThemeOffice2003HSplit = [_cmNoClick, '
    ']; 56 | var cmThemeOffice2003MainHSplit = [_cmNoClick, '
    ']; 57 | var cmThemeOffice2003MainVSplit = [_cmNoClick, ' ']; 58 | -------------------------------------------------------------------------------- /admin/js/dom_creator.js: -------------------------------------------------------------------------------- 1 | // DOM element creator for jQuery and Prototype by Michael Geary 2 | // http://mg.to/topics/programming/javascript/jquery 3 | // Inspired by MochiKit.DOM by Bob Ippolito 4 | // Free beer and free speech. Enjoy! 5 | // Tweaked by Kelvin Luck [http://mg.to/2006/02/27/easy-dom-creation-for-jquery-and-prototype#comment-168] 6 | 7 | $.defineTag = function( tag ) { 8 | $[tag.toUpperCase()] = function() { 9 | return $._createNode( tag, arguments ); 10 | } 11 | }; 12 | 13 | (function() { 14 | var tags = [ 15 | 'a', 'br', 'button', 'canvas', 'div', 'fieldset', 'form', 16 | 'h1', 'h2', 'h3', 'hr', 'img', 'input', 'label', 'legend', 17 | 'li', 'ol', 'optgroup', 'option', 'p', 'pre', 'select', 18 | 'span', 'strong', 'table', 'tbody', 'td', 'textarea', 19 | 'tfoot', 'th', 'thead', 'tr', 'tt', 'ul' ]; 20 | for( var i = tags.length - 1; i >= 0; i-- ) { 21 | $.defineTag( tags[i] ); 22 | } 23 | })(); 24 | 25 | $.NBSP = '\u00a0'; 26 | 27 | $._createNode = function( tag, args ) { 28 | var fix = { 'class':'className', 'Class':'className' }; 29 | var e; 30 | try { 31 | if(typeof(args[0]) == 'string') { 32 | var newArgs = [{}]; 33 | for (i=0; i element:\n' + 52 | args.toSource() + '\n' + args ); 53 | e = null; 54 | } 55 | 56 | function append( arg ) { 57 | if( arg == null ) return; 58 | var c = arg.constructor; 59 | switch( typeof arg ) { 60 | case 'number': arg = '' + arg; // fall through 61 | case 'string': arg = document.createTextNode( arg ); 62 | } 63 | e.appendChild( arg ); 64 | } 65 | 66 | return e; 67 | }; 68 | 69 | $.TEXT = function(s) { 70 | return document.createTextNode(s); 71 | }; 72 | // /DOM element creator -------------------------------------------------------------------------------- /admin/footer.php: -------------------------------------------------------------------------------- 1 | 25 | 26 | 27 | 28 | 29 | 30 | 42 | 43 |
    Loading...
    44 | 45 | 74 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /classes/XpConfig.php: -------------------------------------------------------------------------------- 1 | mergeConfig($aConfigs); 39 | 40 | /** now build string that will be written to config file **/ 41 | $out_config = " $value) 43 | { 44 | /** writes to database **/ 45 | $gXpAdmin->setParameterByName($key, addslashes($value)); 46 | 47 | $out_config .= '$gXpConfig[\''.$key."'] = '".addslashes($value)."';\n"; 48 | } 49 | $out_config .= "?>"; 50 | 51 | /** write configuration to a file **/ 52 | $f = fopen($this->config_file, 'w'); 53 | if(!$f) 54 | return false; 55 | if (0 != get_magic_quotes_gpc()) 56 | { 57 | $out_config = $out_config; 58 | } 59 | fwrite($f, $out_config); 60 | fclose($f); 61 | 62 | return true; 63 | } 64 | 65 | /** 66 | * Compares current config and changed one 67 | * 68 | * @param arr $aConfigs modified configuration array 69 | * 70 | * @return arr 71 | */ 72 | function mergeConfig($aConfigs) 73 | { 74 | global $gXpConfig; 75 | 76 | $merged = array_merge($gXpConfig, $aConfigs); 77 | 78 | foreach($merged as $key => $value) 79 | { 80 | $config[$key] = stripslashes($value); 81 | } 82 | 83 | return $config; 84 | } 85 | 86 | } 87 | -------------------------------------------------------------------------------- /contact.php: -------------------------------------------------------------------------------- 1 | {$gXpLang['error_contact_fullname']}"; 30 | } 31 | 32 | $email = (get_magic_quotes_gpc()) ? stripslashes($_POST['email']) : $_POST['email']; 33 | /** check emails **/ 34 | if (!preg_match('/^[a-z0-9\-_\.]+@[a-z0-9\-_]+(\.[a-z0-9]{2,5})+$/i', $email)) 35 | { 36 | $error = true; 37 | $msg .= "
  • {$gXpLang['error_email_incorrect']}
  • "; 38 | } 39 | 40 | $body = (get_magic_quotes_gpc()) ? stripslashes($_POST['body']) : $_POST['body']; 41 | if (!$body) 42 | { 43 | $error = true; 44 | $msg .= "
  • {$gXpLang['error_contact_body']}
  • "; 45 | } 46 | 47 | if (!$error) 48 | { 49 | $gXpDb->addContact(addslashes($fullname), addslashes($email), addslashes($body)); 50 | $msg = "
  • {$gXpLang['contact_added']}
  • "; 51 | } 52 | $msgstyle = $error?'error':'notify'; 53 | 54 | $msg = "
      {$msg}
    "; 55 | } 56 | 57 | $title = $gXpLang['site_title'].' - '.$gXpLang['contact_us']; 58 | $description = $gXpLang['desc_contact']; 59 | $keywords = $gXpLang['keyword_contact']; 60 | 61 | $gXpSmarty->assign_by_ref('description', $description); 62 | $gXpSmarty->assign_by_ref('keywords', $keywords); 63 | $gXpSmarty->assign_by_ref('msg', $msg); 64 | $gXpSmarty->assign_by_ref('title', $title); 65 | if ($error) 66 | { 67 | $gXpSmarty->assign_by_ref('form', $_POST); 68 | } 69 | 70 | $gXpSmarty->display("contact.tpl"); 71 | ?> 72 | -------------------------------------------------------------------------------- /smarty/internals/core.load_resource_plugin.php: -------------------------------------------------------------------------------- 1 | _plugins['resource'][$params['type']]; 26 | if (isset($_plugin)) { 27 | if (!$_plugin[1] && count($_plugin[0])) { 28 | $_plugin[1] = true; 29 | foreach ($_plugin[0] as $_plugin_func) { 30 | if (!is_callable($_plugin_func)) { 31 | $_plugin[1] = false; 32 | break; 33 | } 34 | } 35 | } 36 | 37 | if (!$_plugin[1]) { 38 | $smarty->_trigger_fatal_error("[plugin] resource '" . $params['type'] . "' is not implemented", null, null, __FILE__, __LINE__); 39 | } 40 | 41 | return; 42 | } 43 | 44 | $_plugin_file = $smarty->_get_plugin_filepath('resource', $params['type']); 45 | $_found = ($_plugin_file != false); 46 | 47 | if ($_found) { /* 48 | * If the plugin file is found, it -must- provide the properly named 49 | * plugin functions. 50 | */ 51 | include_once($_plugin_file); 52 | 53 | /* 54 | * Locate functions that we require the plugin to provide. 55 | */ 56 | $_resource_ops = array('source', 'timestamp', 'secure', 'trusted'); 57 | $_resource_funcs = array(); 58 | foreach ($_resource_ops as $_op) { 59 | $_plugin_func = 'smarty_resource_' . $params['type'] . '_' . $_op; 60 | if (!function_exists($_plugin_func)) { 61 | $smarty->_trigger_fatal_error("[plugin] function $_plugin_func() not found in $_plugin_file", null, null, __FILE__, __LINE__); 62 | return; 63 | } else { 64 | $_resource_funcs[] = $_plugin_func; 65 | } 66 | } 67 | 68 | $smarty->_plugins['resource'][$params['type']] = array($_resource_funcs, true); 69 | } 70 | } 71 | 72 | /* vim: set expandtab: */ 73 | 74 | ?> 75 | -------------------------------------------------------------------------------- /classes/XpSmarty.php: -------------------------------------------------------------------------------- 1 | Smarty(); 30 | $this->template_dir = $gXpConfig['templates'].$gXpConfig['tmpl'].'/'; 31 | $this->compile_dir = 'tmp/'; 32 | $this->config_dir = 'configs/'; 33 | $this->cache_dir = 'cache/'; 34 | 35 | $this->caching = false; 36 | } 37 | } 38 | 39 | $gXpSmarty = new gXpSmarty(); 40 | 41 | /** global arrays used in the script **/ 42 | $gXpSmarty->assign_by_ref('config', $gXpConfig); 43 | $gXpSmarty->assign_by_ref('lang', $gXpLang); 44 | //$gXpSmarty->assign_by_ref('editor', $gXpEditor); 45 | 46 | /** register modifiers **/ 47 | $gXpSmarty->register_modifier("sslash", "stripslashes"); 48 | 49 | /** register functions **/ 50 | $gXpSmarty->register_function("navigation", "navigation"); 51 | $gXpSmarty->register_function("convert_str", "convert_str"); 52 | $gXpSmarty->register_function("text_to_html", "text_to_html"); 53 | $gXpSmarty->register_function("in_array_exist", "in_array_exist"); 54 | $gXpSmarty->register_function("array_to_lang", "array_to_lang"); 55 | $gXpSmarty->register_function("print_stars", "print_stars"); 56 | $gXpSmarty->register_function("print_pagerank", "print_pagerank"); 57 | 58 | $gXpSmarty->assign('templates', $gXpConfig['base'].$gXpConfig['dir'].$gXpConfig['templates'].$gXpConfig['tmpl']); 59 | $gXpSmarty->assign('images', "{$gXpConfig['base']}{$gXpConfig['dir']}{$gXpConfig['templates']}{$gXpConfig['tmpl']}/images/"); 60 | //$gXpSmarty->assign('adsense', $gXpLayout->print_adsense()); 61 | ?> 62 | -------------------------------------------------------------------------------- /smarty/internals/core.rm_auto.php: -------------------------------------------------------------------------------- 1 | $params['auto_base'], 28 | 'level' => 0, 29 | 'exp_time' => $params['exp_time'] 30 | ); 31 | require_once(SMARTY_CORE_DIR . 'core.rmdir.php'); 32 | $_res = smarty_core_rmdir($_params, $smarty); 33 | } else { 34 | $_tname = $smarty->_get_auto_filename($params['auto_base'], $params['auto_source'], $params['auto_id']); 35 | 36 | if(isset($params['auto_source'])) { 37 | if (isset($params['extensions'])) { 38 | $_res = false; 39 | foreach ((array)$params['extensions'] as $_extension) 40 | $_res |= $smarty->_unlink($_tname.$_extension, $params['exp_time']); 41 | } else { 42 | $_res = $smarty->_unlink($_tname, $params['exp_time']); 43 | } 44 | } elseif ($smarty->use_sub_dirs) { 45 | $_params = array( 46 | 'dirname' => $_tname, 47 | 'level' => 1, 48 | 'exp_time' => $params['exp_time'] 49 | ); 50 | require_once(SMARTY_CORE_DIR . 'core.rmdir.php'); 51 | $_res = smarty_core_rmdir($_params, $smarty); 52 | } else { 53 | // remove matching file names 54 | $_handle = opendir($params['auto_base']); 55 | $_res = true; 56 | while (false !== ($_filename = readdir($_handle))) { 57 | if($_filename == '.' || $_filename == '..') { 58 | continue; 59 | } elseif (substr($params['auto_base'] . DIRECTORY_SEPARATOR . $_filename, 0, strlen($_tname)) == $_tname) { 60 | $_res &= (bool)$smarty->_unlink($params['auto_base'] . DIRECTORY_SEPARATOR . $_filename, $params['exp_time']); 61 | } 62 | } 63 | } 64 | } 65 | 66 | return $_res; 67 | } 68 | 69 | /* vim: set expandtab: */ 70 | 71 | ?> 72 | -------------------------------------------------------------------------------- /includes/auth.inc.php: -------------------------------------------------------------------------------- 1 | getAffiliateById($_COOKIE['aff_id']); 25 | $pwd = crypt($gXpAffiliate['password'], 'secret_string'); 26 | if (($_COOKIE['aff_id'] != $gXpAffiliate['id']) || ($_COOKIE['aff_pwd'] != $pwd)) 27 | { 28 | header('Location: login.php'); 29 | } 30 | } 31 | else 32 | { 33 | if ($_COOKIE['aff_id'] && $_COOKIE['aff_pwd']) 34 | { 35 | $gXpAffiliate =& $gXpDb->getAffiliateById($_COOKIE['aff_id']); 36 | } 37 | } 38 | 39 | /** 40 | * Authorizes user 41 | * 42 | * @param str $aUsername profile username 43 | * @param str $aPassword profile password 44 | * 45 | * @return bool 46 | */ 47 | function aff_login($aUsername, $aPassword) 48 | { 49 | global $gXpDb; 50 | global $gXpConfig; 51 | global $msg; 52 | global $gXpLang; 53 | 54 | $aff =& $gXpDb->getAffiliateByUsername($aUsername, 'active'); 55 | 56 | if (!$aff) 57 | { 58 | $msg = "
  • {$gXpLang['username_empty']}
  • "; 59 | return FALSE; 60 | } 61 | elseif ($aff['password'] != md5($aPassword)) 62 | { 63 | $msg = "
  • {$gXpLang['password_incorrect']}
  • "; 64 | return FALSE; 65 | } 66 | 67 | $pwd = crypt($aff['password'], 'secret_string'); 68 | setcookie( "aff_id", '', time() - 3600, '/' ); 69 | setcookie( "aff_pwd", '', time() - 3600, '/' ); 70 | setcookie( "aff_id", $aff['id'], 0, '/' ); 71 | setcookie( "aff_pwd", $pwd, 0, '/' ); 72 | 73 | header("Location: account.php"); 74 | 75 | return TRUE; 76 | } 77 | 78 | function aff_passwd_changed($pwd) 79 | { 80 | $pwd = crypt($pwd, 'secret_string'); 81 | setcookie( "aff_pwd", '', time() - 3600, '/' ); 82 | setcookie( "aff_pwd", $pwd, 0, '/' ); 83 | } 84 | 85 | ?> 86 | -------------------------------------------------------------------------------- /admin/css/datepicker.css: -------------------------------------------------------------------------------- 1 | /* Date picker specific styles follow */ 2 | 3 | a.date-picker { 4 | width: 16px; 5 | height: 16px; 6 | border: none; 7 | color: #fff; 8 | padding: 0; 9 | margin: 0; 10 | float: left; 11 | overflow: hidden; 12 | cursor: pointer; 13 | background: url(../img/calendar.png) no-repeat; 14 | } 15 | a.date-picker span { 16 | margin: 0 0 0 -2000px; 17 | } 18 | div.date-picker-holder, div.date-picker-holder * { 19 | margin: 0; 20 | padding: 0; 21 | } 22 | div.date-picker-holder { 23 | position: relative; 24 | } 25 | div.date-picker-holder input { 26 | float: left; 27 | } 28 | div.popup-calendar { 29 | display: none; 30 | position: absolute; 31 | z-index: 2; 32 | top: 0; 33 | left: -16px; /* value for IE */ 34 | padding: 4px; 35 | border: 2px solid #000; 36 | background: #fff; 37 | color: #000; 38 | overflow:hidden; 39 | width: 163px; 40 | } 41 | html>body div.popup-calendar { 42 | left: 99px; /* value for decent browsers */ 43 | } 44 | div.popup-calendar iframe 45 | { 46 | display:none;/*sorry for IE5*/ 47 | display/**/:block;/*sorry for IE5*/ 48 | position:absolute; 49 | top:0; 50 | left:0; 51 | z-index:-1; 52 | filter:mask(); 53 | width:3000px; 54 | height:3000px; 55 | } 56 | div.popup-calendar div.link-close { 57 | float: right; 58 | } 59 | div.popup-calendar div.link-prev { 60 | float: left; 61 | } 62 | div.popup-calendar h3 { 63 | font-size: 1.3em; 64 | margin: 2px 0 5px 3px; 65 | } 66 | div.popup-calendar div.link-next { 67 | float: right; 68 | } 69 | div.popup-calendar div a { 70 | padding: 1px 2px; 71 | color: #000; 72 | } 73 | div.popup-calendar div a:hover { 74 | background-color: #000; 75 | color: #fff; 76 | } 77 | div.popup-calendar table { 78 | margin: 0; 79 | } 80 | * html div.popup-calendar table { 81 | display: inline; 82 | } 83 | div.popup-calendar table th, div.popup-calendar table td { 84 | background: #eee; 85 | width: 21px; 86 | height: 17px; 87 | text-align: center; 88 | } 89 | div.popup-calendar table td.inactive { 90 | color: #aaa; 91 | padding: 1px 0 0; 92 | } 93 | div.popup-calendar table td a { 94 | display: block; 95 | border: 1px solid #eee; 96 | width: 19px; 97 | height: 15px; 98 | text-decoration: none; 99 | color: #333; 100 | } 101 | div.popup-calendar table td.today a { 102 | border-color: #aaa; 103 | } 104 | div.popup-calendar table td a.selected, div.popup-calendar table td a:hover { 105 | background: #333; 106 | color: #fff; 107 | } 108 | --------------------------------------------------------------------------------