>>  Site Map >>  Forums >>  General 7x

Forum module - topics in forum:



General 7x - Discussions reagarding any other PHP-Nuke Problems. 7x



.htaccess sample file server migration

Nuke 7.6 patched (Chatserv)
Sentinel 2.5.01
Diserrors
News Page Numbers
IPTracking


Hi guys;

I've had the server moved from the USA to the UK. same host, was assured no backup necessary (that will teach me!)

To be honest, it wasn't too bad- apart from the size of the site gave them aggro (lets say it took more than 2 hours and several attempts for CPanel to get it to migrate)

I turned the site off in Sentinel, so that no changes were attempted with posts etc.

The initial problem was nothing but errors when trying to access the site- this was traced to the fact that the database had moved across (so I didn't get any errors with regards connecting to the database), but the database was empty. This was fixed.
I was now left with 2 errors- going into Sentinel in admin gives me a blank page or bombs out.
Diserrors were not working- I tried a blatant non existing file/ link and ended up with a bog standard 404 error page.

The result? Cpanel has screwed over the .htaccess file. (I need to check all other .htaccess files are in place)

Sentinel I will attempt to fix later- I'll update all of the files (not the database) from a copy I've downloaded today. I'll then also upgrade it so its at the latest version.

This means that I've basically got a blank .htaccess file. I think- once Sentinel is operational- that I can export the banned IP's and add them to the .htaccess file- this sound feasible?

I've copied below the .gtaccess file I'm thinking of using- can someone take a look and let me know if I've missed anything off?

Cpanel also over wrote the .htaccess file on the server we moved from, so I can't get to that either. (And they've not got backups- my own backups only are of the database, not the full structure)
Code: :
ErrorDocument 400 http://www.audifans.net/modules.php?name=DisError&file=index&func=error400
ErrorDocument 401 http://www.audifans.net/modules.php?name=DisError&file=index&func=error401
ErrorDocument 403 http://www.audifans.net/modules.php?name=DisError&file=index&func=error403
ErrorDocument 404 http://www.audifans.net/modules.php?name=DisError&file=index&func=error404
ErrorDocument 405 http://www.audifans.net/modules.php?name=DisError&file=index&func=error405
ErrorDocument 406 http://www.audifans.net/modules.php?name=DisError&file=index&func=error406
ErrorDocument 408 http://www.audifans.net/modules.php?name=DisError&file=index&func=error408
ErrorDocument 410 http://www.audifans.net/modules.php?name=DisError&file=index&func=error410
ErrorDocument 411 http://www.audifans.net/modules.php?name=DisError&file=index&func=error411
ErrorDocument 414 http://www.audifans.net/modules.php?name=DisError&file=index&func=error414
ErrorDocument 500 http://www.audifans.net/modules.php?name=DisError&file=index&func=error500
ErrorDocument 503 http://www.audifans.net/modules.php?name=DisError&file=index&func=error503

#Check for Santy Worms and redirect them to a fake page
RewriteCond %{HTTP_USER_AGENT} ^LWP                   [NC,OR]
RewriteCond %{REQUEST_URI} ^visualcoders              [NC,OR]
RewriteCond %{QUERY_STRING} rush=([^&]+)              [NC,OR]
RewriteCond %{REQUEST_URI} ^envidiosos                [NC,OR]
RewriteCond %{REQUEST_URI} ^civa                      [NC,OR]
#variant-6 redirect all inner http:// request
RewriteCond %{QUERY_STRING} ^(.*)http://(.*)            [NC,OR]
#variant-7 redirect all inner http request regardless if encoded
RewriteCond %{QUERY_STRING} ^(.*)http%3A%2F%2F(.*)      [NC]
RewriteRule ^.*$ http://WHERE_EVER.com [R,L]

Options All -Indexes
DirectoryIndex index.php index.htm index.html

# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .ftaccess>
  deny from all
</Files>

<Files .staccess>
  deny from all
</Files>

<Files admin.php>
   <Limit GET POST PUT>
      require valid-user
   </Limit>
   AuthName "Restricted"
   AuthType Basic
   AuthUserFile /path/to/your/.staccess
</Files>

# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------




we've tested most functions- forum posts, move, deletion, PM's, submit news, weblinks, delete etc.

On another note (and I'll do as a separate thread if necessary), since we upgraded a while back (latest chatserve's bits) we've not been able to submit a news story with some characters in- ' etc- is there a work around/ fix for this? (There's probably other characters as well)

Cheers for your help.

Regards

Andy






Your .htaccess file looks good to me except the part "Start of NukeSentinel".
Comment those lines out, like:

Code: :

# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
#<Files .ftaccess>
#  deny from all
#</Files>
#
#<Files .staccess>
#  deny from all
#</Files>
#
#<Files admin.php>
#   <Limit GET POST PUT>
#      require valid-user
#   </Limit>
#   AuthName "Restricted"
#   AuthType Basic
#   AuthUserFile /path/to/your/.staccess
#</Files>
#
# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------


For now it is more important to get your site back online, Sentinel can be installed after. Though I know you'll leave a gap maybe used by attackers.

Make sure you have a full backup of the files you have at this moment before messing around trying to get the site back online.

Which patch are you using from chatserv? I've had problems with the 3.3 patch and I'm not even using that one. I;ve sticked to 3.1, for the moment.

If you are unsure what you are doing I could be a helping hand. To help you out I want a full db backup, full website backup, both zipped. And a link where I can download the files (PM).


BL






cheers for the help. DB is MASSIVE- a couple of hundred mb when zipped... site was running over 4Gb.... (not for long- had problems with gallery so starting from scratch with that- there were over 10,000 photos Shocked )

Is there a specific file which will advise which patch version I'm using?

Thanks so far Very Happy






In your config.php, last comment sentence. Something like "Nuke Patched 3.1"


BL






Cheers. It's 3.3
I made the sample .htaccess file- loaded it up et voila! Sentinel works. I think I need to do a sample .staccess file and another one?

Also, what effect will commenting out the lines do? (does the deny from all for .ftaccess and .staccess make a difference- I thought they would be required?)

My next question, and I'm no expert with phpmyadmin.....

How do I get it to display a list off ALL the blocked IP's? (ie the exact sql string thing I need to run) I can get Sentinel to list a so many with more infromation than I need/ want- and it's on 20 pages- I only want the actual blocked IP addresses so that I can add them to my .htaccess file....

Cheers Very Happy






sussed it......

This is what my .htaccess file looks like now- comments please before I make a backup then reactivate the site Wink

Code: :
ErrorDocument 400 http://www.audifans.net/modules.php?name=DisError&file=index&func=error400
ErrorDocument 401 http://www.audifans.net/modules.php?name=DisError&file=index&func=error401
ErrorDocument 403 http://www.audifans.net/modules.php?name=DisError&file=index&func=error403
ErrorDocument 404 http://www.audifans.net/modules.php?name=DisError&file=index&func=error404
ErrorDocument 405 http://www.audifans.net/modules.php?name=DisError&file=index&func=error405
ErrorDocument 406 http://www.audifans.net/modules.php?name=DisError&file=index&func=error406
ErrorDocument 408 http://www.audifans.net/modules.php?name=DisError&file=index&func=error408
ErrorDocument 410 http://www.audifans.net/modules.php?name=DisError&file=index&func=error410
ErrorDocument 411 http://www.audifans.net/modules.php?name=DisError&file=index&func=error411
ErrorDocument 414 http://www.audifans.net/modules.php?name=DisError&file=index&func=error414
ErrorDocument 500 http://www.audifans.net/modules.php?name=DisError&file=index&func=error500
ErrorDocument 503 http://www.audifans.net/modules.php?name=DisError&file=index&func=error503

#Check for Santy Worms and redirect them to a fake page
RewriteCond %{HTTP_USER_AGENT} ^LWP                   [NC,OR]
RewriteCond %{REQUEST_URI} ^visualcoders              [NC,OR]
RewriteCond %{QUERY_STRING} rush=([^&]+)              [NC,OR]
RewriteCond %{REQUEST_URI} ^envidiosos                [NC,OR]
RewriteCond %{REQUEST_URI} ^civa                      [NC,OR]
#variant-6 redirect all inner http:// request
RewriteCond %{QUERY_STRING} ^(.*)http://(.*)            [NC,OR]
#variant-7 redirect all inner http request regardless if encoded
RewriteCond %{QUERY_STRING} ^(.*)http%3A%2F%2F(.*)      [NC]
RewriteRule ^.*$ http://WHERE_EVER.com [R,L]

Options All -Indexes
DirectoryIndex index.php index.htm index.html
# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
#<Files .ftaccess>
#  deny from all
#</Files>
#
#<Files .staccess>
#  deny from all
#</Files>
#
#<Files admin.php>
#   <Limit GET POST PUT>
#      require valid-user
#   </Limit>
#   AuthName "Restricted"
#   AuthType Basic
#   AuthUserFile /path/to/your/.staccess
#</Files>
#
# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------

12.1.213.177
12.156.78.9
12.168.39.26
12.182.224.9
12.6.95.2
125.164.72.113
125.212.77.30
127.0.0.1
128.2.207.9
128.241.54.236
137.163.21.51
138.100.76.25
140.117.73.1
140.130.101.33
141.10.70.91
141.76.45.34
143.106.96.212
143.225.151.30
157.22.20.82
158.66.1.12
159.148.153.89
161.58.142.69
163.20.118.21
163.21.171.22
163.27.129.2
163.32.230.2
164.77.248.250
165.228.224.70
165.230.110.130
165.230.151.102
165.91.176.14
172.203.126.12
172.244.162.251
189.140.74.218
189.146.75.42
189.146.80.14
189.146.84.200
190.40.1.235
190.7.31.196
192.168.1.8
192.168.2.2
192.168.23.111
192.240.173.42
192.71.85.140
193.138.204.235
193.138.205.224
193.151.240.3
193.189.149.146
193.192.247.113
193.192.247.209
193.196.156.171
193.201.52.89
193.202.85.1
193.202.89.110
193.205.136.7
193.218.115.7
193.225.160.56
193.227.206.58
193.238.230.115
193.24.213.233
193.253.41.168
193.31.15.27
193.43.210.70
194.105.128.156
194.109.22.117
194.116.175.129
194.125.105.250
194.135.81.25
194.135.81.30
194.135.81.40
194.171.252.66
194.177.97.82
194.29.142.1
194.30.160.21
194.79.28.2
194.81.87.146
195.1.21.204
195.12.48.41
195.128.127.67
195.160.224.21
195.189.226.241
195.19.160.1
195.199.215.12
195.2.72.52
195.20.225.110
195.20.225.112
195.200.217.2
195.205.224.87
195.214.44.149
195.216.128.115
195.23.48.4
195.242.98.223
195.28.33.3
195.34.78.100
195.4.1.176
195.56.172.205
195.56.189.33
195.56.65.223
195.62.28.65
195.70.32.240
195.93.21.106
196.203.35.2
198.173.81.121
198.31.50.147
198.77.13.98
199.237.204.15
200.137.197.6
200.153.54.211
200.158.120.254
200.181.121.140
200.19.102.4
200.29.0.18
200.29.0.235
200.32.10.19
200.35.35.199
200.47.78.40
200.50.15.173
200.67.178.141
200.72.31.130
200.73.13.35
200.80.42.139
200.93.165.74
200.94.77.58
201.12.90.167
201.15.101.130
201.155.8.193
201.199.61.182
201.245.166.234
201.57.122.11
202.123.27.136
202.124.17.126
202.139.20.8
202.143.135.34
202.145.7.250
202.151.178.23
202.155.109.117
202.157.207.241
202.162.96.29
202.172.234.92
202.180.221.236
202.181.239.201
202.44.52.212
202.57.163.104
202.60.74.106
202.64.87.188
202.71.102.186
202.73.54.240
202.75.42.109
202.75.48.198
202.75.5.220
202.8.87.166
202.82.17.61
202.83.173.216
203.127.111.114
203.144.144.163
203.146.140.144
203.146.140.221
203.153.164.199
203.172.175.182
203.177.109.11
203.177.247.141
203.194.134.166
203.204.197.118
203.211.135.158
203.22.204.146
203.22.204.159
203.22.204.164
203.22.204.167
203.223.133.18
203.249.103.122
203.250.148.62
204.14.106.24
204.15.77.226
204.157.10.95
204.157.11.179
204.157.11.250
204.157.36.113
204.157.36.20
204.202.2.190
205.134.252.253
205.151.16.216
205.196.222.24
205.214.79.192
205.234.100.65
205.234.129.99
205.234.144.239
205.234.148.48
205.234.200.223
205.234.98.111
205.234.98.18
206.123.101.20
206.222.19.42
206.225.82.170
206.51.236.115
207.150.177.135
207.158.61.3
207.210.218.100
207.210.71.90
207.210.89.66
207.234.129.220
207.234.145.15
207.234.208.237
207.234.209.106
207.235.220.138
207.58.128.158
207.58.142.226
207.58.149.120
207.58.161.212
207.58.163.49
207.58.169.218
207.58.171.133
207.67.117.170
207.7.108.240
207.99.63.90
208.100.0.113
208.101.29.107
208.101.51.106
208.110.73.42
208.53.147.77
208.53.44.225
208.65.61.7
208.67.181.244
209.160.40.236
209.160.64.65
209.172.32.236
209.172.35.53
209.172.51.25
209.190.23.66
209.191.87.218
209.200.229.10
209.200.229.90
209.200.235.84
209.235.233.162
209.25.134.211
209.25.170.26
209.47.167.137
209.47.167.151
209.51.142.234
209.59.130.114
209.59.130.234
209.59.132.186
209.59.132.66
209.59.140.218
209.59.161.56
209.59.164.114
209.59.164.70
209.67.210.242
209.8.117.202
209.97.199.89
210.10.96.37
210.124.177.233
210.172.116.244
210.175.225.217
210.188.245.195
210.193.49.174
210.239.46.99
210.240.180.222
210.245.165.136
211.13.204.1
211.195.220.53
211.23.173.50
211.55.66.97
212.1.66.253
212.10.24.130
212.101.16.66
212.112.232.107
212.12.121.43
212.12.125.200
212.130.44.130
212.175.19.10
212.175.19.11
212.182.13.23
212.227.109.185
212.227.109.37
212.227.118.10
212.227.118.53
212.227.118.59
212.227.118.7
212.227.119.148
212.227.119.165
212.227.119.27
212.227.127.15
212.227.127.151
212.227.127.37
212.227.82.162
212.227.83.149
212.227.87.222
212.227.98.106
212.23.53.151
212.24.224.18
212.241.248.177
212.241.249.138
212.25.170.80
212.33.133.160
212.34.140.170
212.51.211.181
212.57.234.27
212.66.100.18
212.76.37.150
212.80.70.2
212.88.135.186
213.113.166.207
213.134.47.17
213.149.253.2
213.162.202.32
213.169.128.81
213.174.190.217
213.186.58.126
213.188.35.62
213.190.40.37
213.193.220.96
213.193.223.100
213.193.229.39
213.202.160.61
213.214.236.86
213.219.241.2
213.228.142.27
213.246.59.15
213.247.44.16
213.247.60.47
213.247.60.60
213.251.170.63
213.251.185.125
213.92.85.188
213.93.85.67
213.98.145.221
216.104.149.111
216.109.125.62
216.113.192.100
216.117.158.221
216.118.97.136
216.12.92.234
216.130.161.111
216.145.5.42
216.147.215.194
216.154.209.64
216.154.214.4
216.154.223.64
216.180.243.242
216.182.98.2
216.184.23.123
216.185.128.200
216.193.201.51
216.193.207.187
216.193.215.150
216.193.254.232
216.201.202.138
216.22.48.76
216.227.209.128
216.227.209.189
216.227.215.52
216.227.215.62
216.227.217.248
216.227.217.6
216.227.219.75
216.227.220.4
216.237.124.82
216.237.199.6
216.240.143.168
216.240.157.3
216.55.165.51
216.70.72.167
216.82.71.75
216.82.93.201
217.107.222.75
217.112.37.19
217.112.37.23
217.112.37.46
217.112.37.48
217.112.42.20
217.113.244.119
217.114.171.131
217.115.84.178
217.117.95.7
217.119.116.84
217.126.208.67
217.128.167.99
217.146.89.97
217.148.95.150
217.160.226.28
217.160.226.8
217.160.230.138
217.160.230.151
217.160.230.163
217.160.230.167
217.160.230.175
217.170.21.27
217.173.179.154
217.22.60.185
217.42.114.49
217.64.195.220
217.73.200.24
218.149.129.226
218.36.126.67
218.98.195.19
219.93.90.33
219.93.96.46
219.94.128.150
220.117.240.171
220.16.72.88
220.161.126.159
220.226.149.6
220.92.96.66
221.126.155.227
221.127.100.131
221.127.103.1
221.127.103.210
221.127.103.67
221.208.130.182
222.122.31.181
222.66.7.100
24.117.47.77
24.199.164.142
24.211.254.251
24.221.52.86
24.239.163.101
38.118.74.235
38.118.74.77
38.144.80.25
4.90.0.78
43.244.144.38
59.106.12.173
59.148.185.139
59.15.20.20
61.19.242.162
61.218.137.205
61.47.10.194
61.47.60.186
61.55.135.167
62.141.40.166
62.141.52.145
62.141.52.99
62.141.53.139
62.141.54.115
62.146.125.2
62.149.225.96
62.149.36.39
62.149.36.9
62.152.64.210
62.193.225.241
62.193.226.73
62.193.237.22
62.193.238.124
62.193.248.155
62.193.72.245
62.213.74.84
62.221.213.68
62.240.191.10
62.254.246.185
62.69.37.194
62.75.161.234
62.75.177.43
62.75.177.55
62.75.204.148
62.75.240.128
62.75.251.113
62.76.99.131
62.81.206.29
62.81.206.30
62.93.36.240
62.94.211.42
62.97.182.96
63.201.164.11
63.217.30.178
63.246.128.100
63.246.154.30
63.247.85.106
64.106.143.220
64.114.154.7
64.118.85.5
64.118.95.252
64.12.186.207
64.124.85.72
64.128.80.101
64.128.80.14
64.128.80.18
64.142.100.79
64.142.123.20
64.142.123.21
64.15.138.182
64.151.90.220
64.182.52.244
64.191.28.101
64.191.6.72
64.191.74.37
64.191.89.229
64.202.123.210
64.237.45.51
64.246.161.42
64.246.165.140
64.246.165.150
64.246.165.170
64.246.165.180
64.246.165.200
64.246.165.50
64.246.178.34
64.247.42.5
64.247.42.6
64.255.48.112
64.26.63.12
64.27.5.179
64.34.162.116
64.34.164.179
64.34.174.186
64.34.174.54
64.34.201.26
64.34.5.10
64.38.20.210
64.40.144.146
64.40.144.152
64.56.67.233
64.66.120.30
64.72.112.191
64.72.112.41
64.76.64.6
64.8.118.4
64.8.118.5
64.8.124.64
64.91.237.229
64.92.161.210
65.102.212.1
65.110.29.208
65.110.9.76
65.170.218.6
65.18.185.89
65.213.188.199
65.254.139.52
65.254.36.146
65.254.50.114
65.38.168.212
65.61.100.98
65.73.233.145
65.75.143.10
65.75.190.245
65.98.57.250
65.98.60.170
65.98.67.250
65.98.88.42
66.103.130.131
66.103.152.111
66.103.152.200
66.109.28.198
66.109.28.92
66.114.64.169
66.118.187.24
66.118.187.80
66.135.34.85
66.139.180.6
66.151.255.65
66.159.142.166
66.166.165.140
66.170.147.141
66.180.195.213
66.182.175.27
66.193.153.252
66.197.196.69
66.225.230.248
66.226.13.172
66.226.72.22
66.228.0.10
66.230.196.135
66.230.225.202
66.234.10.177
66.235.206.151
66.235.209.82
66.235.221.231
66.240.238.205
66.240.252.55
66.244.200.67
66.246.252.200
66.246.72.67
66.249.66.10
66.249.72.171
66.29.43.180
66.36.233.232
66.36.243.77
66.45.240.106
66.45.242.178
66.48.80.144
66.55.132.6
66.70.189.252
66.70.80.190
66.70.82.200
66.79.165.99
66.90.103.31
66.93.11.162
66.96.240.229
67.138.240.18
67.15.80.42
67.18.100.186
67.18.107.190
67.18.159.66
67.18.179.85
67.18.8.74
67.19.105.42
67.19.107.114
67.19.18.202
67.19.224.66
67.19.25.34
67.19.65.132
67.19.71.228
67.19.85.196
67.43.0.28
67.43.4.55
67.43.6.195
67.48.250.126
68.142.66.2
68.186.32.50
68.56.200.52
69.10.154.60
69.108.31.250
69.12.115.5
69.12.116.5
69.12.118.5
69.13.6.170
69.16.196.60
69.16.197.13
69.16.221.62
69.19.14.36
69.20.70.226
69.22.132.24
69.26.178.141
69.26.178.210
69.26.184.3
69.30.65.58
69.31.45.194
69.31.52.146
69.43.147.83
69.46.22.194
69.50.198.36
69.50.205.25
69.50.212.105
69.50.213.105
69.51.16.200
69.53.80.241
69.55.0.17
69.56.178.54
69.56.180.222
69.56.220.26
69.60.121.184
69.64.50.67
69.65.105.86
69.65.120.157
69.65.122.179
69.65.123.81
69.65.126.33
69.65.21.121
69.65.40.11
69.65.96.85
69.65.99.242
69.93.107.114
69.93.147.242
69.93.189.130
69.93.21.130
69.93.240.147
69.93.29.74
69.94.56.97
70.103.16.178
70.130.26.101
70.15.56.51
70.183.204.120
70.255.108.78
70.47.36.28
70.84.122.194
70.84.16.180
70.84.171.122
70.84.52.130
70.84.86.122
70.85.103.132
70.85.146.226
70.85.154.226
70.85.201.82
70.85.205.26
70.85.215.98
70.85.23.132
70.85.230.210
70.85.236.154
70.85.238.18
70.85.42.68
70.85.48.84
70.85.88.196
70.86.137.98
70.86.151.130
70.86.21.194
70.86.36.194
70.86.59.210
70.87.56.10
70.87.63.234
70.96.188.33
71.169.3.3
71.198.177.113
71.63.168.126
72.18.141.130
72.205.196.12
72.21.33.210
72.21.41.162
72.21.53.106
72.21.57.186
72.21.7.110
72.22.69.224
72.22.71.78
72.22.86.136
72.22.92.44
72.232.118.230
72.232.132.20
72.232.215.250
72.232.3.89
72.232.53.210
72.232.64.250
72.232.72.10
72.232.72.42
72.232.75.131
72.232.75.142
72.237.73.47
72.249.33.53
72.29.64.215
72.29.68.116
72.29.68.123
72.29.71.211
72.29.74.43
72.29.74.51
72.29.75.247
72.29.75.71
72.29.76.238
72.29.80.227
72.29.95.146
72.35.76.39
72.35.83.117
72.36.156.123
72.36.158.226
72.36.192.42
72.36.206.74
72.36.212.44
72.36.233.66
72.36.234.122
72.4.160.210
72.5.54.51
72.51.35.25
72.52.141.170
74.116.22.79
74.228.5.210
74.52.1.10
74.52.208.138
74.52.65.226
74.52.68.106
74.52.81.130
74.52.86.50
74.52.94.178
74.6.74.73
74.67.193.67
74.67.203.88
75.126.28.137
75.126.4.13
75.126.71.18
75.126.94.118
80.170.0.233
80.175.39.233
80.190.246.41
80.2.68.163
80.229.157.13
80.237.131.148
80.237.146.174
80.237.154.115
80.237.161.243
80.237.189.78
80.237.24.41
80.24.118.76
80.24.59.234
80.243.168.142
80.249.7.43
80.25.49.109
80.4.81.51
80.48.239.185
80.53.167.22
80.60.63.92
80.64.65.40
80.69.68.32
80.74.142.173
80.77.86.243
80.82.17.220
80.86.200.24
80.86.81.148
80.86.82.137
80.86.83.26
80.86.84.195
80.86.92.165
80.90.232.1
80.93.58.58
81.168.159.180
81.169.134.50
81.169.155.146
81.169.165.170
81.169.169.192
81.169.172.144
81.169.172.70
81.169.186.195
81.169.188.163
81.171.105.6
81.171.98.100
81.177.3.223
81.181.89.42
81.183.219.157
81.193.119.104
81.208.98.130
81.21.176.10
81.214.165.43
81.214.168.141
81.214.183.247
81.215.111.44
81.215.235.155
81.215.247.123
81.215.248.49
81.215.251.73
81.223.153.134
81.31.145.32
81.57.112.15
82.1.235.204
82.10.205.239
82.102.15.1
82.102.15.13
82.102.15.23
82.102.15.9
82.103.131.244
82.103.133.126
82.112.125.101
82.119.201.62
82.12.240.179
82.134.38.12
82.140.42.17
82.140.42.46
82.150.135.90
82.152.151.0
82.154.248.192
82.160.16.3
82.165.176.47
82.165.177.145
82.165.231.16
82.165.235.179
82.165.235.5
82.179.77.194
82.193.168.219
82.194.71.79
82.194.78.30
82.223.148.108
82.42.129.149
82.44.244.213
82.69.15.108
82.94.220.79
82.98.225.171
83.102.242.34
83.138.147.76
83.138.166.13
83.143.85.50
83.149.113.150
83.149.69.177
83.149.82.178
83.149.90.29
83.16.235.198
83.16.98.150
83.172.32.18
83.18.192.75
83.217.73.164
83.217.84.74
83.223.100.62
83.243.154.180
83.97.108.11
83.97.108.7
84.19.180.238
84.19.182.185
84.19.188.16
84.234.70.80
84.245.3.21
84.254.206.69
84.30.111.162
84.45.226.30
84.53.83.254
85.100.149.171
85.101.73.124
85.114.128.161
85.119.152.156
85.12.31.98
85.14.216.89
85.140.95.189
85.158.202.133
85.159.68.227
85.17.41.214
85.17.45.103
85.19.150.85
85.214.16.102
85.214.19.18
85.214.28.244
85.214.43.248
85.214.47.169
85.214.58.62
85.214.65.71
85.214.66.199
85.214.67.50
85.214.79.13
85.226.120.139
85.234.144.65
85.25.10.55
85.25.132.39
85.25.135.60
85.25.139.11
85.25.7.109
85.25.86.66
85.37.49.187
85.76.245.156
85.92.129.207
85.92.129.210
85.92.131.100
85.92.134.206
85.92.140.28
85.92.140.79
85.92.66.119
85.96.172.121
85.98.152.82
85.98.167.185
85.98.209.5
85.98.228.55
85.98.78.216
85.98.83.83
86.145.135.204
86.145.156.32
86.3.87.70
86.35.1.6
86.38.160.137
86.86.210.186
87.101.1.130
87.106.3.169
87.117.200.62
87.117.208.29
87.118.106.231
87.167.219.197
87.233.12.130
87.233.130.12
87.233.133.137
87.237.210.35
87.238.161.101
87.238.162.139
87.238.162.143
87.240.68.12
87.242.117.130
87.245.154.216
87.249.104.131
87.253.128.30
88.104.186.173
88.104.187.228
88.104.190.90
88.104.192.81
88.108.199.174
88.149.156.142
88.198.14.3
88.212.197.110
88.224.120.13
88.226.197.114
88.226.6.113
88.233.98.178
88.241.143.140
88.246.44.183
88.246.69.173
88.80.198.142
89.108.66.115
89.108.66.132
89.108.66.152
89.120.220.44
89.140.26.140
89.145.70.140
89.149.209.97
89.178.122.232
89.178.30.42
89.253.243.101
89.96.239.102





Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS