drupal lms

Read about drupal lms, The latest news, videos, and discussion topics about drupal lms from alibabacloud.com

Drupal Simplified Chinese Language Pack Installation tutorial

This article describes how to install the Drupal Simplified Chinese Language Pack. This article describes how to install the Drupal Chinese Language Pack. For more information, see This article describes how to install the Drupal Simplified Chinese Language Pack. This article describes how to install the Drupal Chines

Drupal sends an object through cURL Post

This article introduces how to use Drupal cms to send a file through cURL Post. As we all know, PHP cURL extensions can be used to simulate form submission. Drupal has the drupal_http_request function to execute an HTTP request. It can send a file via POST, but it is not as convenient as cURL. Here we will mainly explain how to Post a file to a remote server address in

Quick deployment of nginx, php-fpm, and drupal in CentOS6.3

Everything follows the principle of Simplicity. yumrpm can be used without manual compilation. The deployment environment is based on the CentOS6.3x86 _ 64 system. 0. Preparations # update yum [root @ imysql ~] # Yum-yupdate [root @ imysql ~] # Yuminstalllibaio-devel.x86_64 # drupal8.0 need to use the curl module [root @ imysql ~] # Yum Everything follows the principle of Simplicity. yum/rpm can be used without manual compilation. The deployment environment is based on the CentOS 6.3 x86_64 syst

Drupal installation process _ MySQL

Drupal installation process Drupal The entire installation process is very simple, as described in install.txt, because I want to make the website all adopt UTF-8 encoding, so you need to do the following special steps: 1. modify include/database. mysql. inc. add code in 33 lines: @ Mysql_query ("set names UTF8 ;"); Its role is to let the PHP program in the entire database operation process, are using UTF

New station first article, migrating Drupal to WordPress

Finally abandoned Drupal put into the WordPress camp, haha. WP is really better than DP, here to save 500 words ...In the past has been tangled how to migrate, after the migration of old data how to do, there is no smoothing scheme, want to break the head have no idea, several times moved the idea of migration, several times and was wiped out. DP notifications can be upgraded from 7.22 to 7.23 a few days ago, but the upgrade is unsuccessful in any eve

Drupal Tutorial: CMS Content Management System

The first candidate version of Drupal 8.2.0 was released, and we adopted a semantic version and a regular release during the Drupal 8 update, and made significant changes (basic tutorial qkxue.net). Drupal 8 also provides backwards compatibility in a timely manner. Drupal 8.2.0 is the second such update and is expected

Drupal Ajax JSON asynchronous call

Original http://hellodrupal.info/node/149 Module file structure: Sitemode.info Sitemode. Module Test_ajax.js Sitemode.info ; $ ID $ name = sitemoddescription = a content type for jokes. Package = pro Drupal developmentcore = 6.x Sitemode. Module PHP Function Sitemod_menu (){ // Create a module sitemod $ Items = Array (); $ Items ['Ajax '] =Array ( 'Page callback' => 'sitemod _ callback_ajax ', 'Access arguments'

How to solve the problem of Drupal website being maliciously registered by machine users

Many junk registrations @ sina.com are found on my Drupal site. Although the honeypot module has been enabled, this type of registration is not blocked.Analysis:Attackers may be familiar with the honeypot mechanism and can write scripts to achieve malicious registration.In the Drupal system, by default, user registration logs are stored in the watchdog table. By analyzing the user logs in the watchdog table

A simple method to modify the php memory for drupal runtime

When the Drupal website runs out of memory due to excessive navigation memory overflow, Baidu can basically solve the problem. However, the search results are often not cumbersome, or have poor applicability, and cannot effectively solve the problem of insufficient php memory in drupal. Don't panic. What I teach you today is to use the simplest method to modify the php memory during

How to Use JQuery and Ajax in Drupal

The following is the simplest Ajax call using jQuery:$ ('# Somediv'). load (url );The code above indicates: first look for a div with the ID "someDiv", load the HTML content of the set url, and insert it into this div. In fact, this example is actually AHAH rather than Ajax, because it directly returns HTML and does not need to be parsed. On the other hand, in a strict sense, the resources returned by Ajax from the server are XML data, which must be parsed before being displaye

Drupal, Html, PHP and CSS have never been used, beginners, a week later can be qualified to work? How to fix it

Drupal, Html, PHP and CSS have never been used, beginners, a week later can be qualified to work? Creates and Updates Web pages for publications, seminars, and conferences. The job involves requirements gathering, development quality checking of the website. Website is developed and maintained in Drupal, Html, PHP and CSS. Let me maintain a website, but I Drupal

Solution for adding modules in Drupal with inexplicable errors (often in modules)

Today, with Drupal, we have encountered a strange situation when installing ctools, kippers, views, and panels at the same time. Today, with Drupal, we have encountered a strange situation when installing ctools, kippers, views, and panels at the same time. The status is as follows:1. After clicking the "warranty" button, the page cannot be displayed normally and a blank page appears; 2. Refres

Drupal 7 module development and establishment module help information (hook_help)

For details about how to create a module, see Drupal 7 module development and establishment. If you want to support Chinese characters, the file format must be saved as UTF-8, no BOM ------------------------------ Hook_help provides help information for this module. We should replace the hook with our module name. Here we create a my_first_module_help file in the my_first_module.module file. function my_first_module_help($path, $arg) {} Parameters:

How to install the Drupal Module

Drupal's own installation is very simple. Create a database, and then follow the installation instructions to do it step by step. Drupal can provide more customization functions by installing various modules. The installation methods of these modules are basically the same. Generally, they are the following steps: 1) download related modules from Drupal module; 2) decompress the module to./modules/In the

Drupal 7.31 version burst severe SQL injection Vulnerability

Tags: des http io os ar for strong SP dataThis morning, foreign security researchers exposed the latest SQL injection vulnerability in Drupal 7.31, and gave the EXP code to take advantage of the test.The Drupal7.31 environment is built locally, tested to find that the code can be executed successfully and an attacker-defined user is added to the database.Test Code:(do not use for illegal purposes)POST/Drupal

Image upload in Drupal form

["Barcode_image"];if (!empty ($file [' name '])) {$path = "./sites/default/files/barcode/";if (!file_exists ($path)) {mkdir ($path, 0777,true);}$name = MD5 (Time (). Rand (1,10000));$fname = $file [' name '];$ftype =explode ('. ', $fname);$picName = $path. $name. '. $ftype [1];if (!in_array ($ftype [1], $TP)) {Drupal_set_message ("The picture is in the wrong format, the correct format (gif,jpg,png,bmp)!" ", ' warning ');return false;}if (Intval ($file [' size ']) >2097152) {Drupal_set_message ("

Arbitrary File Upload Vulnerability in Drupal Live CSS Module

Release date:Updated on: 2013-01-22 Affected Systems:Drupal Live CSS Module 7.xDrupal Live CSS Module 6.xDescription:--------------------------------------------------------------------------------Bugtraq id: 57436The Live CSS module can present and edit the LESS style sheet in real time. Live CSS 7. x-2.x allows you to upload files with any extension to a folder in webroot, which can cause arbitrary PHP code execution by uploading malicious PHP scripts. The "administer CSS" permission is requ

Drupal 'browserid' Cross-Site Request Forgery Vulnerability and Security Bypass Vulnerability

Release date:Vulnerability version: 7. x-1.x vulnerability Description: Drupal is an open source CMS, can be used as a variety of website content management platform. Drupal's BrowserID (Mozilla Persona) module has the Cross-Site Request Forgery Vulnerability and Security Bypass Vulnerability. Attackers can exploit these vulnerabilities to bypass security restrictions to obtain sensitive information or perform unauthorized operations to obtain acces

Drupal joins style files dynamically via API

In the previous articles, we talked about how styles are loaded. You have learned that you can load style files through Theme.info, but you need to update the cache to be able to use them. Because of this, there is no way to dynamically load some style files, the DP provides two API operation style files Drupal_add_css, drupal_get_cssOver here. is still subject to mytheme. Look at the following demo sample:Function Template_preprocess_page ( $variables) {? $front _style = Path_to_theme (). ' /fr

Questions about how drupal anonymous access session values cannot be saved

The problem that drupal's anonymous access session values cannot be saved today cannot be found for one day. The problem is as follows: if drupal does not have a global $ user, using $ _ SESSION is equivalent to a common variable, and it cannot be saved at all. if $ user is global and $ user is anonymous, that is, $ user-> uid is 0, there is no way to save the session. Is there any big God that can give me some advice? I'm not very grateful! Thank you

Total Pages: 15 1 .... 10 11 12 13 14 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.