How many questions are there in Joomla? Ask! 1. if my homepage is complex layout and the content page is left and right layout, do you want to create two templates? 2. the left side of the content page is the sub-category navigation menu (the sub-category is displayed in the main category on the root category page), and the links to the latest article titles for this sub-category are displayed ?, You have enabled rewrite. you can change it. Print_r ($
Joomla1.5.17 official version is installed in XAMPP environment. After the installation is successful, everything works normally. After the feature is disabled, you can access the management background. All the drop-down menus in the upper row are invalid. After searching for a long time, you can find the problem. The solution is as follows:1. Check the name of the background directory, whether "Administrator" is written as "Administrator", or the access path is written as administrator, which s
Joomla directly uses the session to cause template errors. when a user logs in, in addition to recording the session information by default, the following code is added to print $ _ SESSION here to get the value, however, the template page called below is blank. if the two lines of code are removed, the template page will be displayed normally. why! ------ Solution ------------------ enable the error prompt function in php. ini and set
Introduction: This is a detailed page of joomla with blog modification. It introduces the knowledge, skills, experience and some PHP Source Code related to PhP and PHP joomla with blog modification.
Class = 'pingjiaf' frameborder = '0' src = 'HTTP: // biancheng.dnbc?info/pingjia.php? Id = 359493 'rolling = 'no'>1. backend
Root \ Administrator \ Components \ com_content \ admin.content.html. php
Line 8
Joomla uses the Apache rewrite mode, joomlaapache
This example describes how Joomla uses the Apache rewrite mode. We will share this with you for your reference. The details are as follows:
To enable "use Apache rewrite mode: mod_rewrite", you need to do two things first, otherwise your website will not work properly.
Rename the htaccess.txt file under the joomlainstallation directory to. htaccess
Metho
The joomla password is not simply encrypted with MD5.
The password in the database is stored as follows: (both the user name and password are admin)
ab9989726cacc2a382866650fe6c809d:64tjXqkuMhKth3GK9o6uBMilMTJhKJIe
There is a colon separated in the middle. we record the first part as Part1 and the second part as Part2.
That is:
part1:part2
Although we do not know how Part2 is encrypted (if anyone knows this, please give us some advice !)
But by look
Recently in the study of the Joomla system (a well-known CMS system), after installation found that the URL of the page always has a index.php presence, feeling very unsightly, determined to remove it and then quickly, less nonsense, the following 2.5 version as an example of the removal process. 1. Login management background, in the "site", "Global Configuration", "Site" in "SEO Settings" all Tick "Yes":650) this.width=650; "src=" Http://s3.51cto.co
Release date:Updated on: 2013-05-22
Affected Systems:Joomla! S5 Clan RosterDescription:--------------------------------------------------------------------------------Bugtraq id: 59993Joomla! The S5 Clan Roster component can classify game family members.Joomla! The S5 Clan Roster component has the SQL injection vulnerability in com_s5clanroster (index. php, id param). Successful exploitation of this vulnerability can lead to unauthorized database operations.Link: http://www.exploit-db.com/exploi
Joomla has its own form verification function, which can be easily used for verification. if the verification fails, the input box is marked with a red border when an error is reported. it is clear that the missing items are missing. The usage is as follows:
Enter the following code at the top of the page for using the form function:
JHTML: _ ('behavior. formvalidation ');
Add the following script to the page.
The code is as follows:
Title: Joomla joomgal4241.2.0.4 Multiple VulnerabilitesBy Daniel Barragan "D4NB4R"Developer: http://www.joomgalaxy.com/Affected Versions: 1.2.0.4 (last update on Jul 27,201 2)Test Platform: [Linux (bt5)-Windows (7 ultimate)]IntroductionJoomgalaxy is a rich, comprehensive directory component brimming with uniqueFeatures like Entry comparison, Pay per download, Tagging, Email Cloaking,Review and Rating with Multiple Attributes, add Articles to Entries,W
Test method:
The Program (method) provided on this site may be offensive and only used for security research and teaching. You are at your own risk! ######################################## ############################################ Joomla com_org SQL Injection Vulnerability ############################################## #######################################\ N2n-Hacker-2nd@live.fr //////////////////////// ////*************************************
Release date: 2010-04-18Test method:
The Program (method) provided on this site may be offensive and only used for security research and teaching. You are at your own risk! ========================================================== ========================================================== ========================================[O] Joomla Component iF surfALERT Local File compression sion VulnerabilitySoftware: com_if_surfalert version 1.2.Vendor: ht
Today I am here to talk about the use of Joomla MooTools JavaScript Library implementation Ajax, because it is a library, so do not have jquery, then how to achieve it, first set up an Ajax get button, generally we are in the component of the editor, So the file is generally in views\ your view \tmpl\default.php inside:
Copy CodeThe code is as follows:
$doc = jfactory::getdocument ();
$script = <<
Here's how to use it:
Enter the following code at the top of the page where you want to use the form feature:
Jhtml::_ (' behavior.formvalidation ');
Then add the following script to the page
Copy CodeThe code is as follows:
Modify the code at the position of the form
Copy CodeThe code is as follows:
After adding the above code, the validation function will take effect if input in the form is added to class= "required".
Joomla's validation scripts are implemented in class, and the clas
Use PHP to compare string similarity Functions
I wrote this article because I used a DataFeed component when I used joomla a few days ago. The component was very powerful, but the customer asked me to be able to output the relevant products from the feed. This is depressing, if the component does not have this function, you can write the method and modify the component. The method you write at first can be implemented, but the efficiency is low and t
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.