How does the dedecms Q & A system cancel credits and user login verification?

Source: Internet
Author: User

How does the dedecms Q & A system cancel credits and user login verification?
/*
Now I want to use dedecms for a q & A function. This function does not require users to log on and ask questions. Because credits are required during the problem, I have canceled both the credits and credits.
Find
Open the post. php tutorial file and find

If (! Isset ($ action) $ action = '';
If (empty ($ uid) & $ action! = 'Rate ')
{
Showmsgs ('no _ login', '../member/login. php? Gourl = ../ask /');
Exit;
}


If the code is filtered out, this is login verification, so that you do not need to log on to the system. The points are canceled below.
Find

$ Needscore = $ anonymous * 10 + $ reward;
If ($ scores <$ needscore)
{
Showmsgs ('noscore ','-1 ');
}

It will be okay to delete it, so that your dedecms can be logged on or directly published.

Original tutorials on this site are reprinted with the source www. bKjia. c0m

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.