Fortune Telling Collection - Comprehensive fortune-telling - Fortune-telling asp website source code _ Fortune-telling website source code customization

Fortune-telling asp website source code _ Fortune-telling website source code customization

How to use the website source code?

Question 1: How to use the commonly downloaded website source code? There is a background management system. No local modification is required.

You upload it directly to your space without copying it. Enter the background to add the management of article classes. If you want to be dynamic, it depends on whether your source code supports it

Question 2: How to build a website with source code? Specific operation steps of building a website with source code:

After successfully applying for virtual host (that is, space), you will get FTP host name, FTP user name and FTP password information from official website, which will be the only voucher for uploading the website to the content;

Baidu search "FTP" upload tool;

Install and run the "ftpzilla" program, enter the relevant information of the virtual host at the top of the main interface of the program, and then click the "Quick Connect" button;

At this time, communication with the FTP server will be performed. After the connection is successful, the prompt of "Connection Successful" will be displayed, and the directory structure and file list information of the remote FTP server will be displayed in the "Remote" window.

Next, according to the related statements of the website files stored in the FTP server, enter the "Public-html" directory of the remote FTP server, and delete all files in this directory;

In the "Local Site" window, locate the uploading directory where the website source code is located, select all the files to be uploaded, right-click and select "Upload" in the pop-up right-click menu;

At this time, all website source files will be queued and uploaded to the "Public-html" directory of the remote server, and the current file transfer situation can be viewed in the status window;

When the file upload is completed, the whole operation of uploading the website source code to the space is completed. When the source code of the local website is updated, in order to realize the synchronous update of the remote server data in the first time.

Question 3: How to download the website source code to the first directory in space in 30 minutes? So you can use it. (Touch: index.asp/php is the home page document) Adopt and give points.

Question 4: How to use the source code of the website? You can modify it directly.

Source code is everything about programs and software.

Question 5: What is the background source code? How to use it as a website? The following is my own understanding, not the standard answer

The industrial software used by general enterprises has a server and several clients. Each client can update the content on the server with different permissions. This is the so-called C/S software! And the complete system I just said refers to the website, that is, B/S software! C/S software consists of client and server, and B/S software consists of browser and server! You should be able to understand what B/S/C stands for here ..............................................................................................................................................................

The website is B/S software, and the so-called software should also have some management functions, such as updating, adding and deleting. Background source code, in fact, should not be called background source code, it should be said that it is a background program, which is the common management functions such as updating, adding and deleting the whole website! But I have to mention one thing, two antonyms, before/after. The front desk also has these functions, and the only difference from the background is permissions. For example, the user registration module actually adds data when new users register, and modifies data after registration ... so the front desk also has management functions. ...

As for the specific definition of foreground and background, I'm not sure. In my understanding, the backstage only faces the administrator, and the foreground faces the visitors of all websites, but some websites don't have the backstage as I said, or it is difficult to distinguish between the backstage and the foreground!

If you insist on the difference between the foreground and the background, I can only say that the foreground is like hardware, visible, and the background is like a program, yes, it is a program, not software! Because the software has an interface, this interface is the foreground of the software!

Then maybe it can be understood that before decomposition, it is for customers and the background is for administrators!

Question 6: I have my own website. How to build a website with the source code of the website is how to operate the website with the source code in the background. Thank you. You can add this template to dedecms. You need to modify the html file and replace the relevant information with DEDEDE's tag call. Specific operations can be searched online for dedecms to add templates and dedecms imitation site tutorials.

Question 7: How to change the pictures in the source code of the website? You can find the corresponding picture in the picture folder in the source code to directly replace it, or find the picture location in the source code to directly modify the data call path.

The source code of the website has a folder dedicated to putting pictures, and the pictures used in the website are basically called from this folder.

When replacing, please note that the properties of the picture before replacement must be exactly the same.

Question 8: I downloaded an html code on the Internet. How do I use my website? Then upload the corresponding file to your space, and then the untitled document is the calling part. You can copy the subscription code and put it at the bottom of the page you want to place.

Question 9: How to write the source code html of the website is the most basic. Secondly, Javascript is needed for verification, css is needed for setting uniform styles, and PhotoShop is also essential. You can't always use pictures of down on the internet. You have to make a complete shelf template yourself, then generate an HTML static page and modify it. First, you can make FrontPage. Because it is as simple as Office, fully understand how to use tables to locate, and then use Dreamweaver to understand how to use tables and layers to locate, mainly using tables, and there are many other knowledge, such as Fireworks and Flash, which play an auxiliary role. All the above are static pages, more like dynamic pages. ASP, asp asp jsp php and other technologies will be at least the same, and jsp is recommended. Based on java language, there are some other technologies, such as servlet javabean ejb cabinet and struts j2ee hibernate. Don't talk so much, first understand the static!

Let's look at the basic concepts of HTML.

1, mark

The symbols used to describe functions in HTML are called "tags". Such as "HTML", "BODY", "TABLE" and so on. When used, tags must be enclosed in square brackets and appear in pairs. Marks without diagonal lines indicate the beginning of marking function, and marks with diagonal lines indicate the end of marking function. Such as indicating the beginning of a table and marking the end of a table. For example, in HTML, the case of the tag is the same, indicating the beginning of the table.

Tags can contain tags, such as tables or other tags in tables. The following HTML code structure is correct:

hjk

However, tags cannot be cross-nested, and the following code is wrong:

This is an incorrect code.

2. Special characters

Since square brackets and English double quotation marks are used to prompt HTML tags and parameter values, other symbols can only be used to display square brackets and English quotation marks in web pages. The following are ordinary characters represented by ordinary special characters:

Or > corresponding character >

Or-corresponding character

à-corresponding character a

3. Grammar

In order to clarify the function of tags, tags are usually described by some attribute parameters. & gt

Question 10: How to provide a source code download address of php with phpstady? Here we take the thinkphp framework as an example.

Note: downloading by other means may cause abnormal errors after source code deployment and operation because of incomplete files. So I recommend you to use the software and source code I provided you.

After downloading the php source thinkphp_3.2.3_full.zip, unzip and rename the file: thinkphp.

After downloading phpstudy.zip, you can extract phpstudy20 14.exe, manual.chm, instruction and other files. Txt and so on. Please double-click to open it and extract it to D:\phpstudy.

Upon completion, phpstudy will automatically open mysql and apache system services, and at this time, you can use 360 to speed up the search for running services.

Double-click the php icon on the desktop to open the PHP running environment.

If your apache mysql displays a red button, it means it didn't start successfully. Please click the start or restart button until it all turns green. If it doesn't start all the time. This is an apache mysql system server exception. Please try cleaning with registry cleaning software, and then unzip phpstudy software again.

After completing the above steps, the basic situation of phpstudy+php source code is OK, and then the code is deployed and run.

Copy the previous source folder thinkphp to D:\phpStudy\WWW.

According to the picture below. Click on my home page, and we will open the website root directory and mysql database (click on phpMyAdmin).

Welcome to ThinkPHP!

Version 3.2.3

Then the deployment is successful.

After that, you can run the php program by modifying the php file code in the D:\phpStudy\WWW\thinkphp directory.

seven

10, if your program needs to connect to mysql database, then you must create the corresponding database.

(1) First, log in.

(2) Next, create a database.

(3) The general program has an installation program. According to the installation steps, fill in the user name and password database name mentioned in the following figure in the database installation link.