Arcade 3.02 GoogleTap

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.03 posts per day
Posts: 8089
Points: 494,430
   
Ok I am not sure why it isn't finding the page give me a few days to investigate. Till then just go back to the original files.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#2   re: Arcade 3.02 GoogleTap
CStingray78
CZ Super Newbie
CStingray78 has been a member for over 20 year's 20 Year Member
usa.gif maryland.gif
Occupation: IT Consultant
Age: 43
Gender: Male
Website:
Status: Offline
Joined: Dec 24, 2003
0.01 posts per day
Posts: 58
Points: 4,878
AIM Address   
Thanks for the help Telli! I will wait patiently...

Tom



Back to top Reply with quote
#3   
JRSweets
CZ Active Member
 Codezwiz Site Donator
JRSweets has been a member for over 20 year's 20 Year Member
usa.gif massachusetts.gif
Age: 43
Gender: Male
Fav. Sports Team: NE Patriots
Website:
Status: Offline
Joined: Apr 07, 2004
0.03 posts per day
Posts: 259
Points: 19,861
  MSN Messenger 
Try these, I just added to Tellis original code and its working for me.

Open GT-Forums.php
Find:
$urlin = array(


After add:
"'(?<!/)modules.php\?name=Forums&amp;file=arcade_search&amp;x=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=arcade_search'",
"'(?<!/)modules.php\?name=Forums&amp;file=comments_list&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=comments_list'",
"'(?<!/)modules.php\?name=Forums&amp;file=comments'",
"'(?<!/)modules.php\?name=Forums&amp;file=toparcade&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=toparcade'",
"'(?<!/)modules.php\?name=Forums&amp;file=arcade&amp;cid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=arcade&amp;favori=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=arcade&amp;delfavori=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=arcade'",
"'(?<!/)modules.php\?name=Forums&amp;file=games&amp;gid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=scoreboard&amp;gid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=statarcade&amp;uid=([0-9]*)'",


Open GT-Forums.php
Find:
$urlout = array(


After add:
"forums-arcade-search-\\1.html",
"forums-arcade-search.html",
"forums-comments-list-\\1.html",
"forums-comments-list.html",
"forums-comments.html",
"forums-toparcade-\\1.html",
"forums-toparcade.html",
"forums-arcade-\\1.html",
"forums-arcade-fav-\\1.html",
"forums-arcade-delfav-\\1.html",
"forums-arcade.html",
"forums-games-\\1.html",
"forums-scoreboard-\\1.html",
"forums-statarcade-\\1.html",


Add this to htaccess...
RewriteRule ^forums-arcade-search-([0-9]*).html modules.php?name=Forums&file=arcade_search&x=$1 [L]
RewriteRule ^forums-arcade-search.html modules.php?name=Forums&file=arcade_search [L]
RewriteRule ^forums-comments-list-([0-9]*).html modules.php?name=Forums&file=comments_list&start=$1 [L]
RewriteRule ^forums-comments-list.html modules.php?name=Forums&file=comments_list [L]
RewriteRule ^forums-comments.html modules.php?name=Forums&file=comments [L]
RewriteRule ^forums-toparcade-([0-9]*).html modules.php?name=Forums&file=toparcade&start=$1 [L]
RewriteRule ^forums-toparcade.html modules.php?name=Forums&file=toparcade [L]
RewriteRule ^forums-arcade-([0-9]*).html modules.php?name=Forums&file=arcade&cid=$1 [L]
RewriteRule ^forums-arcade-fav-([0-9]*).html modules.php?name=Forums&file=arcade&favori=$1 [L]
RewriteRule ^forums-arcade-delfav-([0-9]*).html modules.php?name=Forums&file=arcade&delfavori=$1 [L]
RewriteRule ^forums-arcade.html modules.php?name=Forums&file=arcade [L]
RewriteRule ^forums-games-([0-9]*).html modules. php?name=Forums&file=games&gid=$1 [L]
RewriteRule ^forums-scoreboard-([0-9]*).html modules. php?name=Forums&file=scoreboard&gid=$1 [L]
RewriteRule ^forums-statarcade-([0-9]*).html modules. php?name=Forums&file=statarcade&uid=$1 [L]



Back to top Reply with quote
#4   re: Arcade 3.02 GoogleTap
CStingray78
CZ Super Newbie
CStingray78 has been a member for over 20 year's 20 Year Member
usa.gif maryland.gif
Occupation: IT Consultant
Age: 43
Gender: Male
Website:
Status: Offline
Joined: Dec 24, 2003
0.01 posts per day
Posts: 58
Points: 4,878
AIM Address   
Thanks JR, that worked like a charm.

A word of caution to people using this, remember to remove the space in modules. php on the last 3 rewrite rules for the htaccess file. Other than that, follow just as JR as stated.

Thanks a lot!



Back to top Reply with quote
#5   
wifigeek
CZ Newbie
wifigeek has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Nov 28, 2004
0.00 posts per day
Posts: 10
Points: 1,024
   
when i click on the games icon in the forum im getting this error
Sorry, such file doesn't exist...

i added the rewrite rules to .htaccess and the code for the gt-forums.php file from the above code.

my site is [ Register or login to view links on this board. ]

here are my .htaccess and gt-forums.php files



Attached Files
gt-forums.rar (5.96 KB, Downloaded: 5234 Time(s))


Back to top Reply with quote
#6   
wifigeek
CZ Newbie
wifigeek has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Nov 28, 2004
0.00 posts per day
Posts: 10
Points: 1,024
   


Originally posted by wifigeek @ Fri Mar 04, 2005 3:21 pm:

when i click on the games icon in the forum im getting this error
Sorry, such file doesn't exist...

i added the rewrite rules to .htaccess and the code for the gt-forums.php file from the above code.

my site is [ Register or login to view links on this board. ]

here are my .htaccess and gt-forums.php files



icon_exclaim.gif nm i figured what was wrong



Back to top Reply with quote
#7   
check
CZ Newbie
check has been a member for over 19 year's 19 Year Member
italy.gif
Gender: Male
Website:
Status: Offline
Joined: May 14, 2005
0.00 posts per day
Posts: 2
Points: 327
   


Originally posted by wifigeek @ Fri Mar 04, 2005 4:40 pm:



Originally posted by wifigeek @ Fri Mar 04, 2005 3:21 pm:

when i click on the games icon in the forum im getting this error
Sorry, such file doesn't exist...

i added the rewrite rules to .htaccess and the code for the gt-forums.php file from the above code.

my site is [ Register or login to view links on this board. ]

here are my .htaccess and gt-forums.php files



icon_exclaim.gif nm i figured what was wrong


Hi guys!
wifigeek, can you tell me what did you do to make it works?
I have the same problem...
Let me know, please!
Bye!




_________________
Site Admin: [ Register or login to view links on this board.]
Back to top Reply with quote
#8   re: Arcade 3.02 GoogleTap
ANTH
CZ Super Newbie
ANTH has been a member for over 19 year's 19 Year Member
uk.gif
Age: 45
Gender: Male
Fav. Sports Team: Liverpool
Website:
Status: Offline
Joined: Apr 17, 2005
0.01 posts per day
Posts: 54
Points: 3,103
  MSN Messenger 
I have a problem with this also some of the links work and others dont not sure why ive looked over the code and cant work it out.

Dont work
Cant click to open game, del favourites, view scoreboard, show games I havent played, show newest game.

Works
Arcade, New window, All games high scores, Comments and add favourites.



Back to top Reply with quote
#9   
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.03 posts per day
Posts: 8089
Points: 494,430
   
What do the links look like that arnt working?




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#10   re: Arcade 3.02 GoogleTap
check
CZ Newbie
check has been a member for over 19 year's 19 Year Member
italy.gif
Gender: Male
Website:
Status: Offline
Joined: May 14, 2005
0.00 posts per day
Posts: 2
Points: 327
   
Hi Anth!
try this code (i'm posting all the googletap i made for my forums):

add this to your "htaccess" file:

# Forums
RewriteRule ^forums-aucgroup-([0-9]*).html modules.php?name=Forums&file=auc_listing&id=$1 [L]
RewriteRule ^forums-printtopic-([0-9]*)-([0-9]*).html modules.php?name=Forums&file=printview&t=$1&start=$2 [L]
RewriteRule ^forums-attachments-(ASC|DESC)-([0-9]*)-([0-9]*).html modules.php?name=Forums&file=attachments&mode=downloads&order=$1&f=$2&start=$3 [L]
RewriteRule ^forums-attachments.html modules.php?name=Forums&file=attachments [L]
RewriteRule ^forums-attachments-download-([0-9]*).html forum-download-.html$1 [L]
RewriteRule ^forums-buddylist-who.html modules.php?name=Forums&file=buddylist&who= [L]
RewriteRule ^ftopict-([0-9]*)-(kicked|unkicked)-([0-9]*)-(kicker|unkicker)-([0-9]*)-([0-9]*)-([0-9]*).html modules.php?name=Forums&file=thread_kicker&thread_tag=$1&$2=$3&$4=$5&mstatus=$6&post_id=$7 [L]
RewriteRule ^ftopic-report-(delete|finished|reportpost|notfinished)-(id|post)-([0-9]*).html modules.php?name=Forums&file=report&mode=$1&$2=$3 [L]
RewriteRule ^forum-printtopic-([0-9]*)-([0-9]*)-([0-9]*)-([0-9]*)-([a-z]*)-([a-z]*)-([0-9]*).html modules.php?name=Forums&file=viewtopic&printertopic=$1&t=$2&start=$3&postdays=$4&postorder=$5&vote=$6&popup=$7 [L]
RewriteRule ^ftopic(t|p)-([0-9]*)-([A-Za-z0-9_-]*).html modules.php?name=Forums&file=viewtopic&$1=$2&highlight=$3 [L]
RewriteRule ^ftopic-([0-9]*)-([0-9]*)-days([0-9]*)-order(desc|asc)-([A-Za-z0-9_-]*).html modules.php?name=Forums&file=viewtopic&t=$1&start=$2&postdays=$3&postorder=$4&highlight=$5 [L]
RewriteRule ^ftopic-([0-9]*)-days([0-9]*)-order(desc|asc)-([0-9]*).html modules.php?name=Forums&file=viewtopic&t=$1&postdays=$2&postorder=$3&start=$4 [L]
RewriteRule ^ftopic-([0-9]*)-([0-9]*).html modules.php?name=Forums&file=viewtopic&t=$1&start=$2 [L]
RewriteRule ^ftopic-([0-9]*)-(previous|next).html modules.php?name=Forums&file=viewtopic&t=$1&view=$2 [L]
RewriteRule ^ftopic-([0-9]*).html modules.php?name=Forums&file=viewtopic&t=$1 [L]
RewriteRule ^ftopic-([0-9]*)-([0-9]*)-(add|remove)buddy.html modules.php?name=Forums&file=viewtopic&p=$1&b=$2&buddy_action=$3 [L]
RewriteRule ^ftopic-([0-9]*)-(watch|unwatch)-([0-9]*).html modules.php?name=Forums&file=viewtopic&t=$1&$2=topic&start=$3 [L]
RewriteRule ^ftopic(t|p)-([0-9]*).html modules.php?name=Forums&file=viewtopic&$1=$2 [L]
RewriteRule ^ftopic(t|p)-([0-9]*).html#([0-9]*) modules.php?name=Forums&file=viewtopic&$1=$2#$3 [L]
RewriteRule ^forums-comments_list-start-([0-9]*).html modules.php?name=Forums&file=comments_list&start=$1 [L]
RewriteRule ^forums-comments_new-([0-9]*).html modules.php?name=Forums&file=comments_new&gid=$1 [L]
RewriteRule ^forums-statarcade-user-([0-9]*)-start-([0-9]*).html modules.php?name=Forums&file=modules&name=Forums&file=statarcade&uid=$1&start=$2 [L]
RewriteRule ^forums-toparcade-start-([0-9]*).html modules.php?name=Forums&file=modules&name=Forums&file=toparcade&uid=&start=$1 [L]
RewriteRule ^forums-arcade-game-([0-9]*).html modules.php?name=Forums&file=modules&name=Forums&file=games&gid=$1 [L]
RewriteRule ^forums-arcade-start-([0-9]*).html modules.php?name=Forums&file=modules&name=Forums&file=arcade&cid=0&start=$1 [L]
RewriteRule ^forums-arcade-(favori|delfavori)-([0-9]*).html modules.php?name=Forums&file=arcade&$1=$2 [L]
RewriteRule ^forums-arcade-search-([0-9]*).html modules.php?name=Forums&file=arcade_search&x=$1 [L]
RewriteRule ^forums-arcade-gamepopup-([0-9]*).html modules.php?name=Forums&file=gamespopup&gid=$1 [L]
RewriteRule ^forums-arcade-cat-([0-9]*).html modules.php?name=Forums&file=arcade&cid=$1 [L]
RewriteRule ^forums-arcade-userstats-([0-9]*).html forums-statarcade-.html$1 [L]
RewriteRule ^forums-arcade-scoreboard-([0-9]*).html forums-scoreboard-.html$1 [L]
RewriteRule ^forums-arcade-game-([0-9]*).html forums-games-.html$1 [L]
RewriteRule ^forums-profileviewuser-([0-9]*)-([0-9]*).html modules.php?name=Forums&file=profile_view_user&u=$1&p=$2 [L]
RewriteRule ^forum-glance-([0-9]*).html forum-glance-.html$1 [L]
RewriteRule ^forum-(editprofile|register|signature).html modules.php?name=Forums&file=profile&mode=$1 [L]
RewriteRule ^forum-userprofile-([0-9]*)-([0-9]*)-(add|remove)buddy.html modules.php?name=Forums&file=profile&u=$1&mode=viewprofile&b=$2&buddy_action=$3 [L]
RewriteRule ^forum-userprofile-([0-9]*).html modules.php?name=Forums&file=profile&u=$1&mode=viewprofile [L]
RewriteRule ^forum-userprofile-([0-9]*).html forum-userprofile-.html$1 [L]
RewriteRule ^forum-register-new.html forum-register-new.html [L]
RewriteRule ^forum-register-coppa.html forum-register-coppa.html [L]
RewriteRule ^forums-posting.html modules.php?name=Forums&file=modules&name=Forums&file=posting [L]
RewriteRule ^forum-faq-bbcode.html forum-faq-bbcode.html [L]
RewriteRule ^ftopic-iplookup-([0-9]*)-([0-9]*)-dns-([A-Za-z0-9_\.\-]*).html modules.php?name=Forums&file=modcp&mode=ip&p=$1&t=$2&rdns=$3 [L]
RewriteRule ^ftopic-iplookup-([0-9]*)-([0-9]*).html modules.php?name=Forums&file=modcp&mode=ip&p=$1&t=$2 [L]
RewriteRule ^ftopic-post-([0-9]*).html ftopic-post-.html$1 [L]
RewriteRule ^ftopic-delete-([0-9]*).html modules.php?name=Forums&file=posting&mode=delete&p=$1 [L]
RewriteRule ^ftopic-vote-([0-9]*).html ftopic-vote-.html$1 [L]
RewriteRule ^ftopic-new-([0-9]*).html ftopic-new-.html$1 [L]
RewriteRule ^ftopic-reply-([0-9]*).html ftopic-reply-.html$1 [L]
RewriteRule ^ftopic-edit-([0-9]*).html ftopic-edit-.html$1 [L]
RewriteRule ^ftopic-smilies.html ftopic-smilies.html [L]
RewriteRule ^ftopic-quote-([0-9]*).html ftopic-quote-.html$1 [L]
RewriteRule ^forum-posting.html modules.php?name=Forums&file=posting [L]
RewriteRule ^forums-uacp-([0-9]*)-([a-zA-Z0-9_-]*).html modules.php?name=Forums&file=uacp&u=$1&sid=$2 [L]
RewriteRule ^forums-group([0-9]*).html forums-group.html$1 [L]
RewriteRule ^fsearch-author-([a-zA-Z0-9_-]*)-showresults.html fsearch-author-.html$1&showresults=topics [L]
RewriteRule ^fsearch-author-([a-zA-Z0-9_-]*).html fsearch-author-.html$1 [L]
RewriteRule ^fsearch-([0-9]*)-([0-9]*).html modules.php?name=Forums&file=search&search_id=$1&start=$2 [L]
RewriteRule ^fsearch-(unanswered|egosearch|newposts|startedtopics).html modules.php?name=Forums&file=search&search_id=$1 [L]
RewriteRule ^fsearch-results.html fsearch-results.html [L]
RewriteRule ^forums-([^index][a-zA-Z0-9_-]*).html modules.php?name=Forums&file=$1 [L]
RewriteRule ^forum-c([0-9]*).html forum-c.html$1 [L]
RewriteRule ^forum-([0-9]*).html modules.php?name=Forums&file=viewforum&f=$1 [L]
RewriteRule ^forum-mark.html forum-mark.html [L]
RewriteRule ^forums.html modules.php?name=Forums&file=index [L]
RewriteRule ^forum-viewonline.html forum-viewonline.html [L]
RewriteRule ^forum-([0-9]*)-days([0-9]*)-([0-9]*).html modules.php?name=Forums&file=viewforum&f=$1&topicdays=$2&start=$3 [L]
RewriteRule ^forum-([0-9]*)-([0-9]*).html modules.php?name=Forums&file=viewforum&f=$1&start=$2 [L]
RewriteRule ^forum-([0-9]*)-mark.html modules.php?name=Forums&file=viewforum&f=$1&mark=topics [L]
RewriteRule ^forum-([0-9]*).html modules.php?name=Forums&file=viewforum&f=$1 [L]
RewriteRule ^forums.html forums.html [L]


GT-Forums.php

<?php

$urlin = array(
"'(?<!/)modules.php\?name=Forums&amp;file=auc_listing&amp;id=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=printview&amp;t=([0-9]*)&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=attachments&amp;mode=downloads&amp;order=(ASC|DESC)&amp;f=([0-9]*)&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=attachments'",
"'(?<!/)modules.php\?name=Forums&amp;file=download&amp;id=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=buddylist&amp;who='",
"'(?<!/)modules.php\?name=Forums&amp;file=thread_kicker&amp;thread_tag=([0-9]*)&amp;(kicked|unkicked)=([0-9]*)&amp;(kicker|unkicker)=([0-9]*)&amp;mstatus=([0-9]*)&amp;post_id=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=report&amp;mode=(delete|finished|reportpost|notfinished)&amp;(id|post)=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewtopic&amp;printertopic=([0-9]*)&amp;t=([0-9]*)&amp;start=([0-9]*)&amp;postdays=([0-9]*)&amp;postorder=([a-z]*)&amp;vote=([a-z]*)&amp;popup=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewtopic&amp;(t|p)=([0-9]*)&amp;highlight=([A-Za-z0-9_-]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewtopic&amp;t=([0-9]*)&amp;start=([0-9]*)&amp;postdays=([0-9]*)&amp;postorder=(desc|asc)&amp;highlight=([A-Za-z0-9_-]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewtopic&amp;t=([0-9]*)&amp;postdays=([0-9]*)&amp;postorder=(desc|asc)&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewtopic&amp;t=([0-9]*)&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewtopic&amp;t=([0-9]*)&amp;view=(previous|next)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewtopic&amp;t=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewtopic&amp;p=([0-9]*)&amp;b=([0-9]*)&amp;buddy_action=(add|remove)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewtopic&amp;t=([0-9]*)&amp;(watch|unwatch)=topic&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewtopic&amp;(t|p)=([0-9]*)((\")|(&amp;sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewtopic&amp;(t|p)=([0-9]*)#([0-9]*)((\")|(&amp;sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums&amp;file=comments_list&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=comments_new&amp;gid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=modules&amp;name=Forums&amp;file=statarcade&amp;uid=([0-9]*)&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=modules&amp;name=Forums&amp;file=toparcade&amp;uid=&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=modules&amp;name=Forums&amp;file=game&amp;gid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=modules&amp;name=Forums&amp;file=arcade&amp;cid=0&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=arcade&amp;(favori|delfavori)=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=arcade_search&amp;x=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=gamespopup&amp;gid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=arcade&amp;cid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=statarcade&amp;uid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=scoreboard&amp;gid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=games&amp;gid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=profile_view_user&amp;u=([0-9]*)&amp;p=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=index&amp;glance_recent_offset=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=profile&amp;mode=(editprofile|register|signature)'",
"'(?<!/)modules.php\?name=Forums&amp;file=profile&amp;u=([0-9]*)&amp;mode=viewprofile&amp;b=([0-9]*)&amp;buddy_action=(add|remove)'",
"'(?<!/)modules.php\?name=Forums&amp;file=profile&amp;u=([0-9]*)&amp;mode=viewprofile'",
"'(?<!/)modules.php\?name=Forums&amp;file=profile&amp;mode=viewprofile&amp;u=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=profile&amp;mode=register&amp;agreed=true&amp;coppa=true'",
"'(?<!/)modules.php\?name=Forums&amp;file=profile&amp;mode=register&amp;agreed=true'",
"'(?<!/)modules.php\?name=Forums&amp;file=modules&amp;name=Forums&amp;file=posting'",
"'(?<!/)modules.php\?name=Forums&amp;file=faq&amp;mode=bbcode'",
"'(?<!/)modules.php\?name=Forums&amp;file=modcp&amp;mode=ip&amp;p=([0-9]*)&amp;t=([0-9]*)&amp;rdns=([A-Za-z0-9_\.\-]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=modcp&amp;mode=ip&amp;p=([0-9]*)&amp;t=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=posting&amp;t=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=posting&amp;mode=delete&amp;p=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=posting&amp;mode=vote&amp;t=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=posting&amp;mode=newtopic&amp;f=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=posting&amp;mode=reply&amp;t=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=posting&amp;mode=editpost&amp;p=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=posting&amp;mode=smilies&amp;popup=1'",
"'(?<!/)modules.php\?name=Forums&amp;file=posting&amp;mode=quote&amp;p=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=posting((\")|(&amp;sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums&amp;file=uacp&amp;u=([0-9]*)&amp;sid=([a-zA-Z0-9_-]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=groupcp&amp;g=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=search&amp;search_author=([a-zA-Z0-9_-]*)&amp;showresults=topics'",
"'(?<!/)modules.php\?name=Forums&amp;file=search&amp;search_author=([a-zA-Z0-9_-]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=search&amp;search_id=([0-9]*)&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=search&amp;search_id=(unanswered|egosearch|newposts|startedtopics)'",
"'(?<!/)modules.php\?name=Forums&amp;file=search&amp;mode=results'",
"'(?<!/)modules.php\?name=Forums&amp;file=index&amp;c=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=index&amp;mark=forums'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewforum&amp;f=([0-9]*)&amp;topicdays=([0-9]*)&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewforum&amp;f=([0-9]*)&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewforum&amp;f=([0-9]*)&amp;mark=topics'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewforum&amp;f=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&amp;file=viewforum&amp;f=([0-9]*)((\")|(&amp;sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums&amp;file=([^index][a-zA-Z0-9_-]*)((\")|(&amp;sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums&amp;file=index((\")|(&amp;sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums(?!&)'",
"'(?<!/)modules.php\?name=Members_List&amp;file=index((\")|(&amp;sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Members_List'",
"'(?<!/)modules.php\?name=Private_Messages&amp;file=index&amp;folder=(savebox|inbox|outbox|sentbox)((\")|(&amp;sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Private_Messages&amp;file=index&amp;mode=post&amp;u=([0-9]*)'",
"'(?<!/)modules.php\?name=Private_Messages&amp;mode=post&amp;u=([0-9]*)'",
"'(?<!/)modules.php\?name=Private_Messages&amp;file=index'",
"'(?<!/)modules.php\?name=Private_Messages'",
"'(?<!/)modules.php\?name=Your_Account&amp;op=([a-z]*)\"'"
);

$urlout = array(
"forums-aucgroup-\\1.html",
"forums-printtopic-\\1-\\2.html",
"forums-attachments-\\1-\\2-\\3.html",
"forums-attachments.html",
"forums-attachments-download-\\1.html",
"forums-buddylist-who.html",
"ftopict-\\1-\\2-\\3-\\4-\\5-\\6-\\7.html",
"ftopic-report-\\1-\\2-\\3.html",
"forum-printtopic-\\1-\\2-\\3-\\4-\\5-\\6-\\7.html",
"ftopic\\1-\\2-\\3.html",
"ftopic-\\1-\\2-days\\3-order\\4-\\5.html",
"ftopic-\\1-days\\2-order\\3-\\4.html",
"ftopic-\\1-\\2.html",
"ftopic-\\1-\\2.html",
"ftopic-\\1.html",
"ftopic-\\1-\\2-\\3buddy.html",
"ftopic-\\1-\\2-\\3.html",
"ftopic\\1-\\2.html\\3",
"ftopic\\1-\\2.html#\\3\\4",
"forums-comments_list-start-\\1.html",
"forums-comments_new-\\1.html",
"forums-statarcade-user-\\1-start-\\2.html",
"forums-toparcade-start-\\1.html",
"forums-arcade-game-\\1.html",
"forums-arcade-start-\\1.html",
"forums-arcade-\\1-\\2.html",
"forums-arcade-search-\\1.html",
"forums-arcade-gamepopup-\\1.html",
"forums-arcade-cat-\\1.html",
"forums-arcade-userstats-\\1.html",
"forums-arcade-scoreboard-\\1.html",
"forums-arcade-game-\\1.html",
"forums-profileviewuser-\\1-\\2.html",
"forum-glance-\\1.html",
"forum-\\1.html",
"forum-userprofile-\\1-\\2-\\3buddy.html",
"forum-userprofile-\\1.html",
"forum-userprofile-\\1.html",
"forum-register-coppa.html",
"forum-register-new.html",
"forums-posting.html",
"forum-faq-bbcode.html",
"ftopic-iplookup-\\1-\\2-dns-\\3.html",
"ftopic-iplookup-\\1-\\2.html",
"ftopic-post-\\1.html",
"ftopic-delete-\\1.html",
"ftopic-vote-\\1.html",
"ftopic-new-\\1.html",
"ftopic-reply-\\1.html",
"ftopic-edit-\\1.html",
"ftopic-smilies.html",
"ftopic-quote-\\1.html",
"forum-posting.html\\1",
"forums-uacp-\\1-\\2.html",
"forums-group\\1.html",
"fsearch-author-\\1-showresults.html",
"fsearch-author-\\1.html",
"fsearch-\\1-\\2.html",
"fsearch-\\1.html",
"fsearch-results.html",
"forum-c\\1.html",
"forum-mark.html",
"forum-\\1-days\\2-\\3.html",
"forum-\\1-\\2.html",
"forum-\\1-mark.html",
"forum-\\1.html",
"forum-\\1.html\\2",
"forums-\\1.html\\2",
"forums.html\\1",
"forums.html",
"members.html\\1",
"members.html",
"messages-\\1.html\\2",
"messages-post-\\1.html",
"messages-post-\\1.html",
"messages.html",
"messages.html",
"account-\\1.html\"'"
);
?>


This code works greatly! with my site...
hope does the same with your...
bye!

(sorry for my bad english...)



_________________
Site Admin: [ Register or login to view links on this board.]
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum