Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
How do I let zblog reply and still show the IP of the reviewer? If you are using Zblog, then I think you will find a problem, that is, after your article is commented, the article comments will appear in the reviewer's IP address bar, but when your comment someone responded to the time, You can only leave the IP address of the last person who replied. I think that's a problem that every Zblog user will have, so is this a bug? How do we solve this problem? In fact, the moon blog has already given the solution, this is not a bug, it depends on how you use these. Well, talking nonsense on a pile of, say the point. The solution is this:
In your blog directory, locate the function folder, and then under this function folder you will see a file named C_system_lib.asp.
Then open the file and find the following code in this file
Ip=request.servervariables ("REMOTE_ADDR")
Agent=request.servervariables ("Http_user_agent")
Modify this code to
If ip= "" Then
Ip=request.servervariables ("REMOTE_ADDR")
Agent=request.servervariables ("Http_user_agent")
End If
Finally save, in such a modified, after the message will not cover the IP of the reply, hey. Is it easy? To sum up, it's good to go to other people's blogs. I learned another trick. Oh, recently I was studying Div, who can recommend a good web site for beginners to learn ah? Thank you first!
Reprint, please specify the transfer from: www.xp945.com Xiao Pan Blog