freechat.beta2e

所属分类:Linux/Unix编程
开发工具:LINUX
文件大小:102KB
下载次数:22
上传日期:2004-11-24 17:16:07
上 传 者lwd11111
说明:  运行在linux下的聊天软件
(running under Linux chat software)

文件列表:
freechat.beta2e\ad.html (395, 1998-06-08)
freechat.beta2e\buttons\help.gif (1237, 1998-06-08)
freechat.beta2e\buttons\leave.gif (1277, 1998-06-08)
freechat.beta2e\buttons\refresh.gif (1341, 1998-06-08)
freechat.beta2e\buttons\send.gif (1276, 1998-06-08)
freechat.beta2e\buttons\who.gif (1458, 1998-06-08)
freechat.beta2e\buttons (0, 2004-11-24)
freechat.beta2e\CHANGES.txt (555, 1998-06-08)
freechat.beta2e\COPYRIGHT.txt (1942, 1998-06-08)
freechat.beta2e\DISTRIB.txt (3563, 1998-06-08)
freechat.beta2e\faces\amazed-mad.gif (75, 1998-06-08)
freechat.beta2e\faces\amazed-normal.gif (74, 1998-06-08)
freechat.beta2e\faces\amazed-upset.gif (75, 1998-06-08)
freechat.beta2e\faces\frown-mad.gif (74, 1998-06-08)
freechat.beta2e\faces\frown-normal.gif (74, 1998-06-08)
freechat.beta2e\faces\frown-upset.gif (75, 1998-06-08)
freechat.beta2e\faces\shy-mad.gif (73, 1998-06-08)
freechat.beta2e\faces\shy-normal.gif (73, 1998-06-08)
freechat.beta2e\faces\shy-upset.gif (73, 1998-06-08)
freechat.beta2e\faces\smile-mad.gif (75, 1998-06-08)
freechat.beta2e\faces\smile-normal.gif (74, 1998-06-08)
freechat.beta2e\faces\smile-upset.gif (75, 1998-06-08)
freechat.beta2e\faces\tongue-mad.gif (75, 1998-06-08)
freechat.beta2e\faces\tongue-normal.gif (73, 1998-06-08)
freechat.beta2e\faces\tongue-upset.gif (75, 1998-06-08)
freechat.beta2e\faces\wink-amazed-mad.gif (75, 1998-06-08)
freechat.beta2e\faces\wink-amazed-normal.gif (73, 1998-06-08)
freechat.beta2e\faces\wink-amazed-upset.gif (75, 1998-06-08)
freechat.beta2e\faces\wink-frown-mad.gif (75, 1998-06-08)
freechat.beta2e\faces\wink-frown-normal.gif (74, 1998-06-08)
freechat.beta2e\faces\wink-frown-upset.gif (75, 1998-06-08)
freechat.beta2e\faces\wink-shy-mad.gif (74, 1998-06-08)
freechat.beta2e\faces\wink-shy-normal.gif (72, 1998-06-08)
freechat.beta2e\faces\wink-shy-upset.gif (74, 1998-06-08)
freechat.beta2e\faces\wink-smile-mad.gif (75, 1998-06-08)
freechat.beta2e\faces\wink-smile-normal.gif (73, 1998-06-08)
freechat.beta2e\faces\wink-smile-upset.gif (75, 1998-06-08)
freechat.beta2e\faces\wink-tongue-mad.gif (75, 1998-06-08)
freechat.beta2e\faces\wink-tongue-normal.gif (74, 1998-06-08)
freechat.beta2e\faces\wink-tongue-upset.gif (75, 1998-06-08)
... ...

README for Free Chat beta release 2e Notes and Installation and Setup Documentation by Bill Kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ Last update: 7.Jun.19*** (THIS IS A BETA RELEASE) ---------------------------------------------------------------------------- == CONTENTS == This document contains the following sections, in this order: * Notes * Requirements * How to Edit Files * Installing * Turning Chat Off and On * Further Setup * Registered Users * Photos * Server Side Includes * Known bugs * Credits == NOTES == Please also see the following files for more important information on Free Chat: CHANGES.txt Changes to this version of Free Chat COPYRIGHT.txt Copyright and Disclaimer information DISTRIB.txt The distribution listing == REQUIREMENTS == Free Chat is a collection of CGI's (Common Gateway Interfaces) and SSI's (Server Side Includes). It was developed for Unix, and shoud run on any flavor of Unix. If you are using Windows NT, please use the NT ported version of beta2d, available from the FreeChat website: http://zippy.sonoma.edu/kendrick/nbs/unix/www/freechat/ == HOW TO EDIT FILES == When the instructions in this README file tell you to edit text files, you can do this one of two ways. Your choice will probably depend on what you're familiar with: (1) * FTP from the server to your computer, * Edit on your personal computer, * FTP back to the server (Remember to FTP in "ASCII" or "Text" mode, not "Binary" or "Raw" mode!) or (2) * Open a "telnet" session to your computer, * Run an telnet-based editor (like "vi", "emacs" or "pico") to edit the files right on your server. Since you've gotten this far, you obviously know how to get files to and from your server, and how to telnet into your server account. If you choose choice #1, I suggest you use an editor like "Tex-Edit" for the Mac or "WordPad" for Windows95. Definitely use something which can load, and most importantly, save text-only (ASCII). As stated above, you should use the ASCII (or "TEXT") transmission mode of your FTP program when transfering files to and from your server and your computer. When you are asked to search for a line of text, first remember that this README document usually describes which things to change in the order that they appear in the files you are editing, so you probably won't have to search backwards. If you DO need to search for something at all, I suggest using your editor's "find" or "search" command. == INSTALLING == To install Free Chat, follow these steps: (1) Open the file "defines.h" (located in the "src/" directory) in a text editor. Change the following defined values if necessary or desired: (Note: When it says to "comment a line out," simply add the characters "/*" at the beginning of the line, and "*/" at the end.) Important options listed below are marked with a "*" on the left column. All others are makred with a "-". * Enter your e-mail address (or the e-mail address of whoever will be the technical support and administrator of the chat room you're setting up) here: #define ADMIN_EMAIL "your@address.goes.here" * If you are concerned about security with your chat passwords file ("access.dat"), change the filename here, and then rename the passwords file accordingly: #define ACCESS_FILE "access.dat" Example: #define ACCESS_FILE "blank.gif" /* Tricky filename to guess! */ and then, from a Unix shell prompt (command line): mv access.dat blank.gif (Note: A future version of Free Chat will support encrypted passwords. If you're especially concerned about people being able to read passwords, I suggest you run Free Chat in a cgi-bin directory, or at least moving the "access.dat" file outside of your website home directory. Your system administrator should be able to help out here.) * Comment this line out if you are NOT using System V. If you have problems compiling Free Chat (especially if it mentions "flock" or "LOCK_F"), do this first. #define SYSV Commented, it looks like this: /* #define SYSV */ - Set this value to the number of lines you'd like to kept around in the chat room. Recommended: 16 min. to 32 max. #define MAXLINES 16 - Set this to the number of minutes a user can be idle (not sending messages or refreshing their screen) before they are kicked out. (Note, they will be kicked out on the next access to "chat.cgi" or "who.cgi", so they may be "in" the chat room for much longer than the idle time, but nobody will really see this if nobody is using the chat room, which is when this could happen. Ie, the last person left without clicking the "Leave" button.) #define IDLE 3 * Set this to "YES" if you want a constant logfile to be kept (chat.logs) or "NO" if not. Set to "SMALL" if you want a small logfile kept (also chat.logs) - it will only contain "JOIN" messages, nothing else. #define LOG NO * Use the command "which date" from your command line to verify the location of the "date" command. It's very likely it's in "/bin/date", though. If you notice Free Chat doesn't know what time it is, be sure to check that this is correct. #define DATE_CMD "/bin/date" - If you have a banner rotation program (like the "random" SSI that is distributed with Free Chat) that you'd like to be executed (using the "system()" function) and displayed after "chat-top.html", specify it here, otherwise comment this line out: #define AD_CMD "./random chatads.dat" * If you're running Free Chat in a "cgi-bin" directory or using a "wrapper" program, you probably can't have plain HTML and GIF files in the same directory as the CGI's. Fill out the path (ie, for PREPEND, "http://site.com/chat/" and "/usr/local/www/pages/chat/" for UNIX_PREPEND) here to tell Free Chat where to reference these files: #define PREPEND "" #define UNIX_PREPEND "" Example: #define PREPEND "http://site.com/~janedoe/chat/" #define UNIX_PREPEND "/users/janedoe/public_html/chat/" See the "cgi-bin and Wrapper Users" section for details... - If you wish Free Chat to allow "internation" characters (those with an ASCII decimal value of 0-31 or 128-255), set this to YES: #define INTERNATIONAL NO Be careful because some people's browsers don't understand these characters! * If you'd like to force all users of your chat room to be registered, set this define to "YES": #define MUST_BE_REGISTERED NO - If you don't like the sizes of the frames in frames-mode, change these values. Be careful, though; be sure to test them after you change them. Note that some browsers act differently! (ie, Netscape versus Internet Explorer): #define FRAME1_HEIGHT 85 #define FRAME2_HEIGHT 80 - If you wish to replace "Send", "Refresh", "Who's Here?", "Help" and "Leave" buttons seen in the chat room with different GIF graphics, simply replace the files in the "buttons" directory with the ones you want, and be sure to set these #defines if the sizes of these images aren't the same as the buttons distributed with Free Chat (which are 80x20 pixels in size): #define SEND_W 80 #define SEND_H 20 #define REFRESH_W 80 #define REFRESH_H 20 #define WHO_W 80 #define WHO_H 20 #define HELP_W 80 #define HELP_H 20 #define LEAVE_W 80 #define LEAVE_H 20 Note that the names of the GIFs are simply: send.gif refresh.gif who.gif help.gif leave.gif - If you want to turn off the whispering ("private message") feature of the chat room, or only allow sysop- and god-level users to whisper, set this to either "OFF" or "SYSOPS_ONLY", respectively, otherwise leave it on "ON": #define WHISPERING ON - If you wish to change (or remove) the message that appears as part of the "XYZ has joined!" when a sysop or god enters, chat, set the text here: #define SYSOP_JOIN_WARNING "(sysop!)" (2) Open the file "makefile" (located in the main "freechat" directory) in a text editor. Change the following line if the "strip" command is unavailable on your system. Type the command "strip" to see if it's available. If it's not, an error message will be displayed. POSTPROCESS=strip If "strip" is unavailable, change the above line to: POSTPROCESS=touch Note: the "strip" program simply cleans up unused code and data from an executable (ie, the CGI's and SSI programs, in this case) and makes for smaller program files. If, when you run "./install" (see step 4) you get a "src/chat.c not found" error, you may also need to change the four values for "SRC", "OBJ", "CGI" and "SSI". For example: SRC=/users/janedoe/cgi-bin/chat/src/ OBJ=/users/janedoe/cgi-bin/chat/obj/ SSI=/users/janedoe/cgi-bin/chat/ssi/ CGI=/users/janedoe/cgi-bin/chat/ If you still get errors, I've found that removing or commenting-out the "CC=gcc" line also helps. (To comment in a makefile, prepend the line with "#", ie: "#CC=gcc") (3) Type the command "chmod 700 install" on the command line (while inside the main "freechat" directory created by the archive) to ensure that the "install" script's permissions are set properly (so you can execute the script.) (4) Type the command "./install" on the command line to run the installation script. It first runs the "make" command. The program will be compiled with the configuration you applied above. A number of new files will be created (and their permissions set) after compilation is complete. (If these files existed before, they will not be overwritten.) The files created are: chat.dat The current chat messages. who.dat The current chat users. chat.tmp Temp file. who.tmp Temp file. chat.logs A log of the chat sessions. + banned.dat The "banned users/IP addresses" list. * swear.dat The swear words file. * Files denoted "*" are files which you may at one point be interested in editing. The logs file (denoted "+") you may wish to inspect. The others are of no real use to you as an administrator. The "install" script will then make sure the file permissions are set, and creates a few other important files: access.dat A list of registered users. robot.dat A list of Chat Robot response rules. convert.dat A list of ASCII-to-GIF conversion rules. All of these files are used for administration and personalization of your chat room. (5) To turn on your chat room, type the command "./on Chat" from your command line. The following files are created: index.html The chat entrance page/form. Copied from "on.html". topic.dat The argument(s) given to "on" will be stored here. (In this case, "Chat".) This is the chat room topic. The "./on" script does NOT reset your chat room. (You can change the topic by using the "TOPIC" command while logged into chat as a sysop- or god-level user, or by running "./on" again.) Now you should be able to (via HTTP) enter your chat website! Load up a web browser and type in the URL of the chat directory on your server and you should see a form asking for a username and e-mail address. Fill in at least a username and click the "Enter" button. You are now in chat! If instead you receive a "404 - Permission Denied" error from your server, you may need to make sure that the permissions of your chat directory(ies) are "755". Use "chmod" to set it, for example: chmod 755 /users/janedoe/public_html/chat If you have a problem that you cannot figure out at all, feel free to e-mail me at: kendrick@zippy.sonoma.edu - note, please be sure to specify AT LEAST the exact error message that was displayed, if any, and the URL of your chat room. == CGI-BIN AND WRAPPER USERS == If you're running Free Chat in a "cgi-bin" directory, any GIFs or HTML files directly loaded by a browser will appear broken if it tries to get them out of the "cgi-bin" directory on your server. (Your server will respond that the file is not of the right type ("CGI", "PL", etc.) or that a "Error 500: Server Error" occurred because it tried to execute the GIF or HTML as though it were a script.) To get around this, the "PREPEND" and "UNIX_PREPEND" #define's were created. When you use this, you must of course also remember to move the following files and directories into the place referenced by "UNIX_PREPEND". ad.html index.html buttons/ convert/ faces/ help/ photos/ Note that when you do this, the "on" and "off" scripts won't work correctly, as they expect the "index.html" to be in the same location as "on.html", "off.html", "topic.dat" and "nextchat.txt". To get around THIS, I suggest that whenever you turn your chat on, you copy the "index.html" that was created into the location specified by "UNIX_PREPEND", or make a Unix symbolic link (with the "ln -s" command, see the "ln" man. page) at the location specified by "UNIX_PREPEND" that points to the real "index.html" in your "cgi-bin" directory. A future version of Free Chat will automate this and be even more capable of EASILY handling "cgi-bin" issues... == TURNING CHAT OFF AND ON == To turn chat off, run the "./off" command, providing the next planned chat as the arguments (ie, "./off July 4, 1997"). The arguments are saved to a new file called "nextchat.txt". This file is SSI included by "off.html". It also copies "off.html" over "index.html", replacing it. This removes the chat form from the page, so people know immediately that the chat room is offline. To turn chat back on, run the "./on" command, explained above. NOTE: Whenever you wish to edit the form for entering the chat room, BE SURE to edit "on.html" and run the "./on" command, otherwise the next time you run "./on" or "./off" your changes will be destroyed! (See below.) == FURTHER SETUP == To continue the configuration and personalization of your chat room, edit the following files as described below: on.html Add the following SSI calls to your chat room entrance page to display the current topic and number of users. You need SSI access to be able to do this!
Topic:

Remember to run "./on" or "cp on.html index.html" to refresh your actual index page. See the "Server Side Includes" section for more information. off.html The HTML page displayed when the chat room is offline. Remember to run "./off" to refresh your index page and actually turn chat off. chat-top.html Change this HTML to change the top of a non-frames mode chat session. Be careful! Remember that this is only the TOP of the actual chat page! (If you specify a "" tag here, it will define the entire page in a non-frames mode chat session.) chat-bottom.html Same as above, but for the bottom of the chat page. (Do NOT specify a "", "", "" or "<BODY>" tag here!!) ad.html Change this HTML to change the top frame of a frames mode chat session. This spot is similar to "chat-top.html" for a non-frames session. If you'd like this frame to reload, remove the "!" comment character from the <meta> tag at the top. It would only be useful to reload it if you have an SSI-based banner rotation program (like specifiable in the "AD_CMD" define in "defines.h"). (If you specify a "<BODY>" tag here, it will define only the top frame of a frames mode chat session.) chat-post-top.html This is the top of the middle frame (the chat control panel) of a frames mode chat session. DO NOT PUT EXTRA VISIBLE TEXT IN HERE! This is mainly meant to let you set the colors using the "<BODY>" tag. This file will probably go away in the next release. chat-watch-top.html This is the top of the bottom frame (the chat messages) of a frames mode chat session. This is mainly meant to let you set the colors using the "<BODY>" tag, but if you'd really like to (it is NOT RECOMMENDED) you can put some text here too. Note that this fill will probably go away in the next release. leave.html This is the HTML page displayed by "leave.cgi" when someone leaves. Put links back to your website here, and, if you'd like, a form (linked to a form-to-mail program) asking the person how their chat was. (You should place "<HTML>", "<HEAD>", "<TITLE>" and "<BODY>" tags in here, as the distribution file has.) who-top.html and who-bottom.html These are the top and bottom of the "Who's Here?" page ("who.cgi"). "who-top.html" should contain "<HTML>", "<HEAD>", "<TITLE>" and "<BODY>" tags. "who-bottom.html" SHOULD NOT, but it SHOULD contain "</BODY>" and "</HTML>" tags. See the distribution files.) chat-left.html This is the left column of a chat session. Make sure to keep it horizontally thin, so that the actual chat messages on the right have enough room. Note that you should, unfortunately, ALSO keep it vertically short, so that people with browsers incapable of supporting tables don't have to scroll up and down a lot to get to the control panel and messages. (Do NOT place "<HTML>", "<HEAD>", "<TITLE>" or "<BODY>" tags here! This is just part of an HTML table!) robot.dat This is a text file containing any number of 3-line entries. * The first line is a word or phrase for the Chat Robot to recognize. * The second line (no matter how long, it must not have any End-Of-Line / Line Feed characters in it!) is the Chat Robot's response to the word or phrase. * The third line is a blank line, included for readability. The second line may contain a "~" (tilde) character. This character will be replaced with the username of the person the robot is responding to. For example, if robot.dat contained: alone You're not alone, ~! I'm here! bye Goodbye, ~... If "John" were to send the message "aww man, I'm all alone!", the Chat Robot would respond immediately with the message "You're not alone, John! I'm here!". And if "jane123" were to send th message "ok, bye everybody!", the Chat Robot would respond immediately with the message "Goodbye, jane123...". swear.dat This file contains a list of swearwords, one word per line. Any attempt to send a message containing one of these words will cause a response (in the Chat Control Panel) saying "NO SWEARING!" and the message will NOT be sent. Asterisk characters ("*") can be plac ... ... </div> <hr> <div><B>近期下载者</B>:</div> <div id="download-users"></div> <hr> <div><B>相关文件</B>:</div> <div id="relate-items"></div> <hr> <div><B>评论</B>:[<a href=/Download/comment/id/1101287767762973.html data-toggle=modal data-target="#myModal">我要评论</a>] [<a class='pop-a' href=/Download/report/id/1101287767762973.html>举报此文件</a>]</div> <div id="file-comments"></div> <hr> <div><B>收藏者</B>:</div> <div id="favor-users"></div> <p></p> </div> <div class="col-xs-12 col-md-4"> <div class="ad-sidebar text-center"> <div class="ad-300"> </div> </div> </div> </div> </div> </div> <div class="my-footer"> <div class="container"> <div class="pull-right"> </div> <div> <a href="http://www.pudn.com" target=_blank>© 联合开发网 from 2004</a> | <a href="/Index/contact.html">联系站长</a> | <a href=" https://beian.miit.gov.cn" target=_blank>湘ICP备2023001425号</a> | <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=43010502000604" target=_blank>网安备43010502000604</a> | </div> </div> </div> </div><!-- /wrapper--> <!-- page specific plugin scripts --> <!-- inline scripts related to this page --> <div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> </div> </div> </div><!-- /.modal-table --> </body> <script type="text/javascript"> $(document).on('click', '.list-more', function(){ var id=$(this).attr('data-id'); $('#list-'+id).css('max-height',$('#list-'+id)[0].scrollHeight); $(this).removeClass('list-more'); $(this).addClass('list-hide'); $(this).html('<i class="fa fa-angle-double-up"></i>'); //$(this).hide(); return false; }); $(document).on('click', '.list-hide', function(){ var id=$(this).attr('data-id'); $('#list-'+id).css('max-height','100px'); $(this).removeClass('list-hide'); $(this).addClass('list-more'); $(this).html('<i class="fa fa-angle-double-down"></i>'); return false; }); $("#myModal").on("hidden.bs.modal", function() { $(this).removeData(); }); $(document).on("click",".keyword",function(){ var keyword=$(this).attr("keyword"); var type_id=$(this).attr("type_id"); if(typeof(type_id) =="undefined" || type_id =="") type_id="0"; location.href="http://search.pudn.com/Download/index?keyword="+keyword; return false; }); </script> <script type="text/javascript" src="/js/time.js"></script> <script type="text/javascript" src="/js/marked.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('.hide-list').each(function(){ if ($(this)[0].offsetHeight < $(this)[0].scrollHeight){ var id=$(this).attr('id'); id =id.substring(5); $(this).after('<div style="text-align:center"><a href="" class="list-more" data-id="' + id + '"><i class="fa fa-angle-double-down"></i></a></div>'); } }); }); var g_id="1101287767762973"; var keywords =new Array(); keywords[0] ='聊天软件';keywords[1] ='Linux 聊天';keywords[2] ='free chat';keywords[3] =' freechat.beta2e.tar';keywords[4] ='freechat.beta2e.tar'; function get_download_user(){ var url ="/Download/get_download_user/id/"+g_id+".html"; $.get(url,function(ret){ if(ret.length ==0) return; var html=''; for(i in ret){ html =html + '<a href=/User/profile/id/'+ret[i].user_new_id+'.html>'+ret[i].name+'</a> '; } $('#download-users').append(html); }); } function get_relate_item(){ var url ="/Download/get_relate_item/id/"+g_id+'.html'; $.get(url,function(ret){ if(ret.length ==0) return; var html=''; var intro; for(i in ret){ intro =ret[i].intro; for(j in keywords){ var reg =new RegExp(keywords[j],'gmi'); intro =intro.replace(reg,'<font color=brown>'+keywords[j]+'</font>'); } html =html + '[<a href=/Download/item/id/'+ret[i].new_id+'.html>'+ret[i].name+'</a>]  '+intro+'<BR>'; } $('#relate-items').append(html); }); } function get_score_name(score){ switch(score){ case '100': return '很好,推荐下载'; case '85': return '还不错'; case '75': return '一般,勉强可用'; case '50': return '差'; case '3': return '纯粹是垃圾'; case '40': return '和说明完全不符'; case '20': return '文件不全'; case '10': return '不是源代码或资料'; case '5': return '文件有密码,不知道密码'; case '0': return '不能解压或下载失败'; } return ''; } function get_comment(){ var url ="/Download/get_comments/id/"+g_id+'.html'; $.get(url,function(ret){ if(ret.length ==0) return; var total_count =ret.total_count; var data =ret.data; var html=''; for(i in data){ html =html + '<a href="/User/profile/id/'+data[i].user_new_id+'.html" class="uploader">'+data[i].user_name+'</a>: <span class="comment-score">'+get_score_name(data[i].score)+'</span>, '+data[i].content+'<BR>'; } $('#file-comments').append(html); }); } function get_favor(){ var url ="/Download/get_item_favors/id/"+g_id+".html"; $.get(url,function(ret){ if(ret.length ==0) return; var html=''; for(i in ret){ html =html + '<a href=/User/profile/id/'+ret[i].user_new_id+'.html class=user>'+ret[i].name+'</a> '; } $('#favor-users').html(html); }); } // 得到下载这个的用户又下载了什么 function get_more_download(){ } // 得到下载这个的用户又搜索了什么 function get_more_keyword(){ } // 得到论坛相关问题 function get_bbs(){ } // 得到软件工场相关内容 function get_works(){ } // 得到相关聊天室 function get_chat(){ } // 得到相关软件商城信息 function get_shop(){ } // 得到job // 得到学习内容 // 数据 get_download_user(); //get_relate_item(); get_comment(); get_favor(); $('.vote-up').click(function(){ var url="/Download/vote/t/up/id/"+g_id; $.get(url,function(ret){ if(ret.status==0){ alert(ret.info); if(ret.url.length >0) location.href=ret.url; } else{ var s =$('#vote-up-count').html(); if(s =='') s="0"; var count =parseInt(s)+1; $('#vote-up-count').html(count); } }) return false; }); $('.vote-down').click(function(){ var url="/Download/vote/t/down/id/"+g_id; $.get(url,function(ret){ if(ret.status==0) alert(ret.info); else{ var s =$('#vote-down-count').html(); if(s =='') s="0"; var count =parseInt(s)+1; $('#vote-down-count').html(count); } }) return false; }); $('.favor-item').click(function(){ var url="/Favor/add/t/0/id/"+g_id; $.get(url,function(ret){ if(ret.status==0){ alert(ret.info); } else{ var s =$('#favor-count').html(); if(s =='') s="0"; var count =parseInt(s)+1; $('#favor-count').html(count); } }) return false; }); $('.pop-a').click(function(){ var url=$(this).attr('href'); $.get(url,function(ret){ alert(ret.info); //location.reload(); }) return false; }); document.getElementById('readme').innerHTML =marked.parse(document.getElementById('readme').innerHTML); </script> </html>