chungwoo 发表于 2007 年 2 月 13 日 17:21:30

有没有人装过这玩意

http://www.laughingspace.com/

比较烦

要cron:

From your CpanelSelect Cronjob (under Advanced and then select Standart)
You have to crate a string which you have to enter in the field “°Command to ru”¡To generate the string go to www.put_your_site_url_here/getcwd.php
The string should look like php -q /home/mydailyf/public_html/cron.php
Select the minutes, hours, and dayswhen you want your script to run to refresh the data. (see the screenshot on page 2)
Click on “°SaveCronta”¡±

Htaccess也烦:

<Files *.xml>
        Deny from All
</Files>
Options +FollowSymLinks
Options -Indexes
SetEnvIfNoCase User-Agent "^Maxtor.*$" ban

<Limit GET POST>
    Order Allow,Deny
    Allow from all
    Deny from env=ban
</Limit>
RewriteEngine on
#common
RewriteRule ^index.html$                                                             index.php                              
RewriteRule ^lastmovies.html$                                                      index.php?showlast=1&categoryId1=$1      
RewriteRule ^lastpictures.html$                                                    index.php?showlast=1&categoryId2=$5      

RewriteRule ^index.html/funnyvideos/(+)/funnypictures/(+)/page/(+)/(+)$              index.php?categoryId1=$1&categoryId2=$2&page1=$3&page2=$4       
RewriteRule ^index.html/funnyvideos/(+)/funnypictures/(+)/page/(+)$                index.php?categoryId1=$1&categoryId2=$2&page1=$3      
RewriteRule ^index.html/funnypictures/(+)/funnyvideos/(+)/page/(+)$                index.php?categoryId1=$2&categoryId2=$1&page2=$3      
RewriteRule ^index.html/funnyvideos/(+)/funnypictures/(+)$                              index.php?categoryId1=$1&categoryId2=$2               
RewriteRule ^index.html/funnypictures/(+)/funnyvideos/(+)$                              index.php?categoryId1=$2&categoryId2=$1               
RewriteRule ^search.html$                                                          search.php                                             
RewriteRule ^search.html/keywords/(.*)/page/(+)$                              search.php?keywords=$1&page=$2                        
RewriteRule ^voting.html                                                         index.php                                             
RewriteRule ^submit_media.html$                                                    submit_media.php                                             

#view
RewriteRule ^view/(.*)/(+).html$                                              index.php?method=viewinfobox&id=$2                        
RewriteRule ^videos/(+)_(.*).html$                                          index.php?method=viewinfobox&id=$1                        
RewriteRule ^pictures/(+)_(.*).html$                                          index.php?method=viewinfobox&id=$1                        

RewriteRule ^addmyspacevideos.html$                                                ownitems.php
RewriteRule ^addmyspacepictures.html$                                              ownitems.php?method=addmyspacepicture
RewriteRule ^frametop.html$                                                      index.php?method=topframe
RewriteRule ^login.html$                                                         index.php?method=login
RewriteRule ^registration.html$                                                    index.php?method=adduser
RewriteRule ^logout.html$                                                          index.php?method=logout
RewriteRule ^activate-(+).html$                                             index.php?method=activate&id=$1
RewriteRule ^delete-(+).html$                                                 index.php?method=deleteinfobox&id=$1

运行了一次就 500了

chungwoo 发表于 2007 年 2 月 13 日 19:21:12

真的没人会,这源码不错的

演示: http://www.laughingspace.com/ 没广告的

别人都装成功了:'(

思念咪咪 发表于 2007 年 2 月 13 日 19:22:50

:Q :Q 不会E文。。。。。

monkey5882 发表于 2007 年 2 月 13 日 20:50:47

:Q :Q 同上...........

唐建仁 发表于 2007 年 2 月 13 日 20:55:39

回复 #4 monkey5882 的帖子

这么水........

monkey5882 发表于 2007 年 2 月 13 日 20:56:25

原帖由 唐建仁 于 2007-2-13 20:55 发表
这么水........
什么水吖...这素事实........

唐建仁 发表于 2007 年 2 月 13 日 21:01:15

回复 #6 monkey5882 的帖子

en
知道了........
页: [1]
查看完整版本: 有没有人装过这玩意