Skocz do zawartości

MinevraSEO - fURL


Rekomendowane odpowiedzi

Opublikowano

Witam,

Zainstalowałem MinevraSEO i tak jest fURL, ale nie działa.

Uruchomiłem skrypt z ACP jednak nie działa, instalacja przebiegła poprawnie.

Opublikowano

Tak wstawiłem wszystkie kody z uwagą. W dodatku instalacja poszła bez problemu - 0 błędów.

Opublikowano

Zmiana plików z .php.dist była opisana więc zrobiłem to dla wszystkich plików przed instalacją, zgodnie z instrukcją.

Zawartość pliku .htaccess

#Sometimes 'RewriteBase' is required on certain servers, 
# remove the # infront of RewriteBase if required		

<IfModule mod_rewrite.c>

RewriteEngine on
#RewriteBase /<forum_folder>/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admin|lofiversion|jscripts|style_avatars|style_captcha|style_emoticons|style_images|install|upgrade|uploads)/
RewriteRule !\.(js|ico|gif|jpg|png|css)$ /<forum_folder>/mseo_furl.php [L,QSA]

</IfModule>

Opublikowano

Nie rozumiem zbytnio co dokładnie mam z tego pliku usunąć.

  • Manager
Opublikowano

Nie podałeś adresu forum to też nie wiem, co masz dokładnie zrobić, ale na pewno masz to:

#RewriteBase /<forum_folder>/

Zamienić na:

RewriteBase /<forum_folder>/

Ewentualnie:

RewriteBase /

Ewentualnie coś innego, zależne gdzie masz forum umieszczone.

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

Opublikowano

Zmieniłem na:

RewriteBase /

Niestety nie działa.

Forum znajduje się w głównym katalogu domeny na serwerze home.pl

Opublikowano

Hmm... zależy co mam przesłać chodzi Ci o screeny z ustawień?

Opublikowano

Wcześniej miałem zainstalowane samo fURL nie pamiętam skąd. I działały PL znaki i wszystko śmigało.

Zauważyłem dziwny błąd. Jak wchodzę do tematu i jestem wew. to jak chcesz kliknąć tytuł tematu w ścieżce powyżej to tam się wyświetla fURL, ale jak klikam to ten temat ma się niby otworzyć ten sam, ale pisze, że błąd strony itd.

  • Manager
Opublikowano

Po prostu musisz pobróbować z tym mod_rewrite. Gdzieś pamiętam, że pisałem bodajże o włączeniu mod_rewrite na serwerze HOME. Tzn. nie mod_rewrite, a przyjazne linki.

A wpisz tam:

RewriteBase /

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

Opublikowano

Właśnie tak zmieniłem od razu jak mi podałeś taki kod w pierwszej twojej odpowiedzi.

Opublikowano

Tak z biegu: masz włączone FURL dla tematów, a jest jeszcze dodatkowa opcja dla forów. Poszukaj w ustawieniach i włącz. I pokaż zawartość pliku: seo_settings.php

I jeszcze jedno jedno, jeśli Twoja domena wskazuje na np adres: http://ja.home.pl/mojeforum/ to musisz w pliku htacces dać ten wpis:

RewriteBase /mojeforum/

46279b204b.png

Rozwiążemy dla Ciebie każde zadanie z matematyki: http://matma4u.pl

Opublikowano

Jak wyłączone FURL dla tematów? Bo nie widzę.

Na moje forum można się dostać z http://webhit.home.pl/elitegamer/ albo http://elitegamer.pl

Więc jak to:

RewriteBase /mojeforum/

Powinno dokładnie wyglądać?

Moje seo_settings.php:

<?php 

/**
* @author Bhavesh Ramburn <[email protected]>
* @copyright Copyright Bhavesh Ramburn, Icelabz.net (c) 2004-2009
* @package Minerva SEO (minervaseo.com)
* @version 1.0.0 Sat, 25 Jul 2009 09:21:08 +0100
* @link http://minervaseo.com IPBSEO (MinervaSEO) HomePage
* @link http://icelabz.net Authors homepage
* @link http://minervaseo.com/license/ License (please read)
* 
**/




/**---------------------------------
* FORUM
*--------------------------------*/		

$forum_rule = array(
'(.*?)-f([0-9]+).html', 
'$forum_title-f$forum_id.html', 
'showforum=$matches[2]',
'showforum=$matches[2]'  );

$forum_multipage_rule = array(
'(.*?)-f([0-9]+)-p-([0-9]+).html', 
'$forum_title-f$forum_id-p-$forum_st.html', 
'showforum=$matches[2]&st=$matches[3]',
'showforum=$matches[2]&st=$matches[3]'  );		


/**---------------------------------
* TOPICS
*--------------------------------*/		

$topic_rule = array(
'(.*?)-t([0-9]+).html', 
'$topic_title-t$topic_id.html', 
'showtopic=$matches[2]',
'showtopic=$matches[2]'  );

$topic_wpid_rule = array(
'(.*?)-t([0-9]+)-pid-([0-9]+).html', 
'$topic_title-t$topic_id-pid-$post_id.html', 
'showtopic=$matches[2]&pid=$matches[3]',
'showtopic=$matches[2]&pid=$matches[3]'  );

$topic_multipage_rule = array(
'(.*?)-t([0-9]+)-page-([0-9]+).html', 
'$topic_title-t$topic_id-page-$topic_st.html', 
'showtopic=$matches[2]&st=$matches[3]',
'showtopic=$matches[2]&st=$matches[3]'  );

$topicst_wpid_rule = array(
'(.*?)-t([0-9]+)-pid-([0-9]+)-page-([0-9]+).html', 
'$topic_title-t$topic_id-pid-$post_id-page-$topic_st.html', 
'showtopic=$matches[2]&st=$matches[4]&pid=$matches[3]',
'showtopic=$matches[2]&st=$matches[4]&pid=$matches[3]'  );

$topic_view_getlastpost = array(
'(.*?)-t([0-9]+)-l.html', 
'$topic_title-t$topic_id-l.html', 
'showtopic=$matches[2]&view=getlastpost',
'showtopic=$matches[2]&view=getlastpost'  );

$topic_view_getnewpost = array(
'(.*?)-t([0-9]+)-n.html', 
'$topic_title-t$topic_id-n.html', 
'showtopic=$matches[2]&view=getnewpost',
'showtopic=$matches[2]&view=getnewpost'  );		


/**---------------------------------
* post
*--------------------------------*/		

$post_new_rule = array(
'create-new-post-in-(.*?)-f([0-9]+).html', 
'create-new-post-in-$forum_title-f$forum_id.html', 
'act=post&do=new_post&f=$matches[2]',
'app=forums&module=post&section=post&do=new_post&f=$matches[2]'  );

$post_reply_rule = array(
'add-reply-f([0-9]+)-t([0-9]+).html', 
'add-reply-f$forum_id-t$topic_id.html', 
'act=post&do=reply_post&f=$matches[1]&t=$matches[2]',
'app=forums&module=post&section=post&do=reply_post&f=$matches[1]&t=$matches[2]'  );

$post_reply_directly_rule = array(
'reply-directly-to-this-post-f([0-9]+)-t([0-9]+)-qpid-([0-9]+).html', 
'reply-directly-to-this-post-f$forum_id-t$topic_id-qpid-$post_id.html', 
'act=Post&CODE=02&f=$matches[1]&t=$matches[2]&qpid=$matches[3]',
'app=forums&module=post&section=post&do=reply_post&f=$matches[1]&t=$matches[2]&qpid=$matches[3]'  );		


/**---------------------------------
* MEMBERS
*--------------------------------*/		

$showuser_rule = array(
'member-(.*?)-m([0-9]+).html', 
'member-$user_title-m$user_id.html', 
'showuser=$matches[2]',
'showuser=$matches[2]'  );

$members_rule = array(
'members.html', 
'members.html', 
'act=members',
'app=members&section=view&module=list'  );		


/**---------------------------------
* CALENDAR
*--------------------------------*/		

$calendar_rule = array(
'calendar.html', 
'calendar.html', 
'act=calendar',
'app=calendar'  );		


/**---------------------------------
* HELP
*--------------------------------*/		

$help_rule = array(
'help.html', 
'help.html', 
'act=help',
'app=core&module=help'  );

$helpitem_rule = array(
'helpfiles-h([0-9]+).html', 
'helpfiles-h$help_id.html', 
'act=Help&CODE=01&HID=$matches[1]',
'app=core&module=help&do=01&HID=$matches[1]'  );		


/**---------------------------------
* STATS
*--------------------------------*/		

$leaders_rule = array(
'the-moderating-team.html', 
'the-moderating-team.html', 
'act=stats&CODE=leaders',
'app=forums&module=extras&section=stats&do=leaders'  );

$stats_rule = array(
'todays-top-20-posters.html', 
'todays-top-20-posters.html', 
'act=stats',
'app=forums&module=extras&section=stats'  );		


/**---------------------------------
* SEARCH
*--------------------------------*/		

$search_rule = array(
'search.html', 
'search.html', 
'act=search',
'app=core&module=search'  );

$search_get_lastten_rule = array(
'get-last-ten-posts.html', 
'get-last-ten-posts.html', 
'act=search&CODE=lastten',
''  );

$search_f_rule = array(
'search-(.*?)-f([0-9]+).html', 
'search-$forum_title-f$forum_id.html', 
'act=search&f=$matches[2]',
''  );

$search_get_new_rule = array(
'get-new-post.html', 
'get-new-post.html', 
'act=search&CODE=getnew',
'app=core&module=search&do=new_posts'  );

$search_get_active_rule = array(
'get-active-post.html', 
'get-active-post.html', 
'act=search&CODE=getactive',
'app=core&module=search&do=active'  );

$search_get_alluser_rule = array(
'get-member-post-m([0-9]+).html', 
'get-member-post-m$user_id.html', 
'act=search&CODE=getalluser&mid=$matches[1]',
'app=core&module=search&do=user_posts&mid=$matches[1]'  );

$search_get_topicuser_rule = array(
'get-member-topics-m([0-9]+).html', 
'get-member-topics-m$user_id.html', 
'act=search&CODE=gettopicsuser&mid=$matches[1]',
'app=core&module=search&do=user_posts&mid=$matches[1]&search_filter_app[forums]=1&view_by_title=1'  );		


/**---------------------------------
* TAGS
*--------------------------------*/		

$showtagname_rule = array(
'showtag-(.*?).html', 
'showtag-$tag_title.html', 
'automodule=minerva&CODE=showTaglist&tag=$matches[1]',
''  );

$showtaglist_rule = array(
'showtag.html', 
'showtag.html', 
'automodule=minerva&CODE=showTag',
''  );		


/**---------------------------------
* ONLINE
*--------------------------------*/		

$online_rule = array(
'online.html', 
'online.html', 
'act=Online',
'app=members&module=online'  );

$lastclick_rule = array(
'online-by-last-click.html', 
'online-by-last-click.html', 
'act=Online&CODE=listall&sort_key=click',
'app=members&module=online&sort_order=desc'  );

$lastmember_rule = array(
'online-by-member-name.html', 
'online-by-member-name.html', 
'act=Online&CODE=listall&sort_key=name&sort_order=asc&show_mem=reg',
''  );		


/**---------------------------------
* USERCP
*--------------------------------*/		

$mycontrol_rule = array(
'my-control.html', 
'my-control.html', 
'act=UserCP&CODE=00',
''  );

$mycontrolviewtopic_rule = array(
'view-topics-subscription.html', 
'view-topics-subscription.html', 
'act=UserCP&CODE=26',
''  );

$mycontrolviewforum_rule = array(
'view-forum-subscription.html', 
'view-forum-subscription.html', 
'act=UserCP&CODE=50',
''  );

$message_inbox_rule = array(
'message-inbox.html', 
'message-inbox.html', 
'act=Msg&CODE=01&VID=in',
''  );

$message_sent_rule = array(
'message-sent.html', 
'message-sent.html', 
'act=Msg&CODE=01&VID=sent',
''  );

$message_save_rule = array(
'message-saved.html', 
'message-saved.html', 
'act=Msg&CODE=20',
''  );

$subscribe_to_forum_rule = array(
'subscribe-to-f([0-9]+).html', 
'subscribe-to-f$forum_id.html', 
'act=usercp&CODE=start_subs&method=forum&fid=$matches[1]',
''  );

$subscribe_to_topic_rule = array(
'subscribe-to-topic([0-9]+).html', 
'subscribe-to-topic$topic_id.html', 
'act=usercp&CODE=start_subs&method=topic&tid=$matches[1]',
''  );		


/**---------------------------------
* USERCP MORE
*--------------------------------*/		

$usercp_compose_rule = array(
'compose-new-pm.html', 
'compose-new-pm.html', 
'act=Msg&CODE=04',
''  );

$usercp_empty_pm_rule = array(
'empty-pm-folder.html', 
'empty-pm-folder.html', 
'act=Msg&CODE=delete',
''  );

$usercp_edit_storage_rule = array(
'edit-storage-folder.html', 
'edit-storage-folder.html', 
'act=Msg&CODE=07',
''  );

$usercp_pm_block_list_rule = array(
'pm-block-list.html', 
'pm-block-list.html', 
'act=Msg&CODE=02',
''  );

$usercp_archive_pm_rule = array(
'archive-pm.html', 
'archive-pm.html', 
'act=Msg&CODE=14',
''  );

$usercp_pm_tracker_rule = array(
'message-tracker.html', 
'message-tracker.html', 
'act=Msg&CODE=30',
''  );

$usercp_edit_profile_rule = array(
'edit-profile.html', 
'edit-profile.html', 
'act=Usercp&CODE=01',
''  );

$usercp_edit_profile_portal_rule = array(
'edit-portal-profile.html', 
'edit-portal-profile.html', 
'act=Usercp&CODE=personal_portal_form',
''  );

$usercp_edit_about_rule = array(
'edit-about-me-page.html', 
'edit-about-me-page.html', 
'act=Usercp&CODE=about_me_form',
''  );

$usercp_edit_signature_rule = array(
'edit-signature.html', 
'edit-signature.html', 
'act=Usercp&CODE=22',
''  );

$usercp_edit_avatar_rule = array(
'edit-avatar.html', 
'edit-avatar.html', 
'act=usercp&CODE=24',
''  );

$usercp_change_photo_rule = array(
'change-personal-photo.html', 
'change-personal-photo.html', 
'act=usercp&CODE=photo',
''  );

$usercp_change_display_rule = array(
'change-display-name.html', 
'change-display-name.html', 
'act=usercp&CODE=dname_start',
''  );

$usercp_purchase_subs_rule = array(
'purchase-paid-subscription.html', 
'purchase-paid-subscription.html', 
'act=paysubs&CODE=index',
''  );

$usercp_manage_attachments_rule = array(
'manage-your-attachments.html', 
'manage-your-attachments.html', 
'act=usercp&CODE=attach',
''  );

$usercp_manage_friends_rule = array(
'manage-your-friends-list.html', 
'manage-your-friends-list.html', 
'act=usercp&CODE=manage_friends',
''  );

$usercp_manage_ignored_rule = array(
'manage-ignored-users.html', 
'manage-ignored-users.html', 
'act=usercp&CODE=ignore',
''  );

$usercp_email_settings_rule = array(
'email-settings.html', 
'email-settings.html', 
'act=usercp&CODE=02',
''  );

$usercp_board_settings_rule = array(
'board-settings.html', 
'board-settings.html', 
'act=usercp&CODE=04',
''  );

$usercp_change_email_rule = array(
'change-email-address.html', 
'change-email-address.html', 
'act=usercp&CODE=08',
''  );

$usercp_change_password_rule = array(
'change-password.html', 
'change-password.html', 
'act=usercp&CODE=28',
''  );

$usercp_ip_lookup_rule = array(
'ip-lookup.html', 
'ip-lookup.html', 
'act=usercp&CODE=iptool',
''  );

$usercp_member_lookup_rule = array(
'member-lookup.html', 
'member-lookup.html', 
'act=usercp&CODE=memtool',
''  );

$usercp_manage_announcement_rule = array(
'manage-announcement.html', 
'manage-announcement.html', 
'act=usercp&CODE=announce_start',
''  );		


/**---------------------------------
* LOGIN
*--------------------------------*/		

$login_mark_read_rule = array(
'mark-all-posts-as-read.html', 
'mark-all-posts-as-read.html', 
'act=Login&CODE=05',
''  );

$login_delete_cookie_rule = array(
'delete-cookies-set-by-this-board.html', 
'delete-cookies-set-by-this-board.html', 
'act=Login&CODE=06&k=$md5_check',
''  );

$login_logout_rule = array(
'logout.html', 
'logout.html', 
'act=Login&CODE=03&k=$md5_check',
''  );

$login_login_rule = array(
'login.html', 
'login.html', 
'act=Login&CODE=00',
'app=core&module=global&section=register'  );

$login_mark_forum_read_rule = array(
'mark-forum-as-read-and-return-fid([0-9]+)-from([0-9]+).html', 
'mark-forum-as-read-and-return-fid$forum_id-from$from_forum_id.html', 
'act=Login&CODE=04&f=$matches[1]&fromforum=$matches[2]',
''  );		


/**---------------------------------
* REGISTER
*--------------------------------*/		

$register_rule = array(
'register.html', 
'register.html', 
'act=reg&CODE=00',
'app=core&module=global&section=register'  );

$register_password_rule = array(
'password-recovery.html', 
'password-recovery.html', 
'act=reg&CODE=10',
''  );		


/**---------------------------------
* BLOG
*--------------------------------*/		

$blog_rule = array(
'blog.html', 
'blog.html', 
'autocom=blog',
''  );

$blogtracker_rule = array(
'blog-tracker.html', 
'blog-tracker.html', 
'autocom=blog&req=ucp_tracker',
''  );

$blog_syndicate_rule = array(
'syndicate-all-blogs.html', 
'syndicate-all-blogs.html', 
'autocom=blog&req=syndicate',
''  );

$blog_last_ten_rule = array(
'last-ten-blog-entries.html', 
'last-ten-blog-entries.html', 
'autocom=blog&req=lastentries',
''  );

$blog_mark_read_rule = array(
'mark-all-blogs-as-read.html', 
'mark-all-blogs-as-read.html', 
'autocom=blog&req=markallread',
''  );

$blog_showblog_rule = array(
'showblog-(.*?)-bid([0-9]+).html', 
'showblog-$blog_title-bid$blog_id.html', 
'autocom=blog&req=showblog&blogid=$matches[2]',
''  );

$blog_showentry_rule = array(
'showentry-(.*?)-beid([0-9]+).html', 
'showentry-$blog_entry_title-beid$blog_entry_id.html', 
'autocom=blog&req=showentry&eid=$matches[2]',
''  );

$blog_top10view_rule = array(
'top-ten-viewed-blogs.html', 
'top-ten-viewed-blogs.html', 
'autocom=blog&req=top10&sort_key=blog_num_views',
''  );

$blog_top10commented_rule = array(
'top-ten-commented-blogs.html', 
'top-ten-commented-blogs.html', 
'autocom=blog&req=top10&sort_key=blog_num_comments',
''  );

$blog_top10bloggers_rule = array(
'top-ten-commented-bloggers.html', 
'top-ten-commented-bloggers.html', 
'autocom=blog&req=top10&sort_key=blog_num_entries',
''  );		


/**---------------------------------
* GALLERY
*--------------------------------*/		

$gallery_main_rule = array(
'gallery.html', 
'gallery.html', 
'autocom=gallery',
''  );

$gallery_your_rule = array(
'your-gallery.html', 
'your-gallery.html', 
'autocom=gallery&req=albums',
''  );

$gallery_fav_rule = array(
'your-fav-gallery.html', 
'your-fav-gallery.html', 
'autocom=gallery&req=favs',
''  );

$gallery_category_rule = array(
'show-gallery-category-gcid([0-9]+).html', 
'show-gallery-category-gcid$gallery_id.html', 
'autocom=gallery&req=sc&cat=$matches[1]',
''  );

$gallery_show_img_rule = array(
'show-gallery-image-gid([0-9]+).html', 
'show-gallery-image-gid$gallery_imgid.html', 
'autocom=gallery&req=si&img=$matches[1]',
''  );

$gallery_search_rule = array(
'gallery-search.html', 
'gallery-search.html', 
'autocom=gallery&req=search',
''  );

$gallery_show_user_rule = array(
'show-gallery-user-gu([0-9]+).html', 
'show-gallery-user-gu$gallery_uid.html', 
'autocom=gallery&req=user&user=$matches[1]',
''  );

$gallery_stats_comments_rule = array(
'gallery-recent-comments.html', 
'gallery-recent-comments.html', 
'autocom=gallery&req=stats&op=comments',
''  );

$gallery_stats_ratings_rule = array(
'gallery-top-rated-images.html', 
'gallery-top-rated-images.html', 
'autocom=gallery&req=stats&op=ratings',
''  );

$gallery_stats_latest_rule = array(
'gallery-latest-images.html', 
'gallery-latest-images.html', 
'autocom=gallery&req=stats&op=newest',
''  );

$gallery_stats_viewed_rule = array(
'gallery-most-viewed-images.html', 
'gallery-most-viewed-images.html', 
'autocom=gallery&req=stats&op=views',
''  );

$list_of_rules['forum_rule'] = $forum_rule;
$list_of_rules['forum_multipage_rule'] = $forum_multipage_rule;
$list_of_rules['topic_rule'] = $topic_rule;
$list_of_rules['topic_wpid_rule'] = $topic_wpid_rule;
$list_of_rules['topic_multipage_rule'] = $topic_multipage_rule;
$list_of_rules['topicst_wpid_rule'] = $topicst_wpid_rule;
$list_of_rules['topic_view_getlastpost'] = $topic_view_getlastpost;
$list_of_rules['topic_view_getnewpost'] = $topic_view_getnewpost;
$list_of_rules['post_new_rule'] = $post_new_rule;
$list_of_rules['post_reply_rule'] = $post_reply_rule;
$list_of_rules['post_reply_directly_rule'] = $post_reply_directly_rule;
$list_of_rules['showuser_rule'] = $showuser_rule;
$list_of_rules['members_rule'] = $members_rule;
$list_of_rules['calendar_rule'] = $calendar_rule;
$list_of_rules['help_rule'] = $help_rule;
$list_of_rules['helpitem_rule'] = $helpitem_rule;
$list_of_rules['leaders_rule'] = $leaders_rule;
$list_of_rules['stats_rule'] = $stats_rule;
$list_of_rules['search_rule'] = $search_rule;
$list_of_rules['search_get_lastten_rule'] = $search_get_lastten_rule;
$list_of_rules['search_f_rule'] = $search_f_rule;
$list_of_rules['search_get_new_rule'] = $search_get_new_rule;
$list_of_rules['search_get_active_rule'] = $search_get_active_rule;
$list_of_rules['search_get_alluser_rule'] = $search_get_alluser_rule;
$list_of_rules['search_get_topicuser_rule'] = $search_get_topicuser_rule;
$list_of_rules['showtagname_rule'] = $showtagname_rule;
$list_of_rules['showtaglist_rule'] = $showtaglist_rule;
$list_of_rules['online_rule'] = $online_rule;
$list_of_rules['lastclick_rule'] = $lastclick_rule;
$list_of_rules['lastmember_rule'] = $lastmember_rule;
$list_of_rules['mycontrol_rule'] = $mycontrol_rule;
$list_of_rules['mycontrolviewtopic_rule'] = $mycontrolviewtopic_rule;
$list_of_rules['mycontrolviewforum_rule'] = $mycontrolviewforum_rule;
$list_of_rules['message_inbox_rule'] = $message_inbox_rule;
$list_of_rules['message_sent_rule'] = $message_sent_rule;
$list_of_rules['message_save_rule'] = $message_save_rule;
$list_of_rules['subscribe_to_forum_rule'] = $subscribe_to_forum_rule;
$list_of_rules['subscribe_to_topic_rule'] = $subscribe_to_topic_rule;
$list_of_rules['usercp_compose_rule'] = $usercp_compose_rule;
$list_of_rules['usercp_empty_pm_rule'] = $usercp_empty_pm_rule;
$list_of_rules['usercp_edit_storage_rule'] = $usercp_edit_storage_rule;
$list_of_rules['usercp_pm_block_list_rule'] = $usercp_pm_block_list_rule;
$list_of_rules['usercp_archive_pm_rule'] = $usercp_archive_pm_rule;
$list_of_rules['usercp_pm_tracker_rule'] = $usercp_pm_tracker_rule;
$list_of_rules['usercp_edit_profile_rule'] = $usercp_edit_profile_rule;
$list_of_rules['usercp_edit_profile_portal_rule'] = $usercp_edit_profile_portal_rule;
$list_of_rules['usercp_edit_about_rule'] = $usercp_edit_about_rule;
$list_of_rules['usercp_edit_signature_rule'] = $usercp_edit_signature_rule;
$list_of_rules['usercp_edit_avatar_rule'] = $usercp_edit_avatar_rule;
$list_of_rules['usercp_change_photo_rule'] = $usercp_change_photo_rule;
$list_of_rules['usercp_change_display_rule'] = $usercp_change_display_rule;
$list_of_rules['usercp_purchase_subs_rule'] = $usercp_purchase_subs_rule;
$list_of_rules['usercp_manage_attachments_rule'] = $usercp_manage_attachments_rule;
$list_of_rules['usercp_manage_friends_rule'] = $usercp_manage_friends_rule;
$list_of_rules['usercp_manage_ignored_rule'] = $usercp_manage_ignored_rule;
$list_of_rules['usercp_email_settings_rule'] = $usercp_email_settings_rule;
$list_of_rules['usercp_board_settings_rule'] = $usercp_board_settings_rule;
$list_of_rules['usercp_change_email_rule'] = $usercp_change_email_rule;
$list_of_rules['usercp_change_password_rule'] = $usercp_change_password_rule;
$list_of_rules['usercp_ip_lookup_rule'] = $usercp_ip_lookup_rule;
$list_of_rules['usercp_member_lookup_rule'] = $usercp_member_lookup_rule;
$list_of_rules['usercp_manage_announcement_rule'] = $usercp_manage_announcement_rule;
$list_of_rules['login_mark_read_rule'] = $login_mark_read_rule;
$list_of_rules['login_delete_cookie_rule'] = $login_delete_cookie_rule;
$list_of_rules['login_logout_rule'] = $login_logout_rule;
$list_of_rules['login_login_rule'] = $login_login_rule;
$list_of_rules['login_mark_forum_read_rule'] = $login_mark_forum_read_rule;
$list_of_rules['register_rule'] = $register_rule;
$list_of_rules['register_password_rule'] = $register_password_rule;
$list_of_rules['blog_rule'] = $blog_rule;
$list_of_rules['blogtracker_rule'] = $blogtracker_rule;
$list_of_rules['blog_syndicate_rule'] = $blog_syndicate_rule;
$list_of_rules['blog_last_ten_rule'] = $blog_last_ten_rule;
$list_of_rules['blog_mark_read_rule'] = $blog_mark_read_rule;
$list_of_rules['blog_showblog_rule'] = $blog_showblog_rule;
$list_of_rules['blog_showentry_rule'] = $blog_showentry_rule;
$list_of_rules['blog_top10view_rule'] = $blog_top10view_rule;
$list_of_rules['blog_top10commented_rule'] = $blog_top10commented_rule;
$list_of_rules['blog_top10bloggers_rule'] = $blog_top10bloggers_rule;
$list_of_rules['gallery_main_rule'] = $gallery_main_rule;
$list_of_rules['gallery_your_rule'] = $gallery_your_rule;
$list_of_rules['gallery_fav_rule'] = $gallery_fav_rule;
$list_of_rules['gallery_category_rule'] = $gallery_category_rule;
$list_of_rules['gallery_show_img_rule'] = $gallery_show_img_rule;
$list_of_rules['gallery_search_rule'] = $gallery_search_rule;
$list_of_rules['gallery_show_user_rule'] = $gallery_show_user_rule;
$list_of_rules['gallery_stats_comments_rule'] = $gallery_stats_comments_rule;
$list_of_rules['gallery_stats_ratings_rule'] = $gallery_stats_ratings_rule;
$list_of_rules['gallery_stats_latest_rule'] = $gallery_stats_latest_rule;
$list_of_rules['gallery_stats_viewed_rule'] = $gallery_stats_viewed_rule;
?>

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.