WebmasterSite.net

Subdomains to categories
Use subdomains for categories

Version: 4.1.48
URL:

PrintPrint


Page: 1 2 3 4

Subdomains to categories
Paul
developer
Avatar

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 65
Total Posts: 7614
quote post #16
Posted 06/30/08 - 7:12 AM:

Largely done, just have to change a javascript call to use the appropriate subdomain in order to comply with browser security restrictions.

Edited by Paul on 06/30/08 - 1:44 PM
Paul
developer
Avatar

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 65
Total Posts: 7614
quote post #17
Posted 06/30/08 - 1:22 PM:

Finally got the ratings working with it. I have a couple of unrelated alpha bugs that should be solved in time to release tonight or tomorrow. Total was 4 hours, so $100 for each of you. Will send invoice soon.

See http://www.webmastersite.net/forum...500-pre-releases-8112.html for instructions on upgrading/installing 5.0.

Edited by Paul on 06/30/08 - 3:53 PM
Paul
developer
Avatar

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 65
Total Posts: 7614
quote post #18
Posted 06/30/08 - 8:46 PM:

Released alpha 7.
tonypearce
Member

Usergroup: Customer
Joined: Jun 27, 2008
Location: UK

Total Topics: 1
Total Posts: 12
quote post #19
Posted 07/01/08 - 12:41 AM:

Where can I get this? I tried the auto installer but always an empty file
Paul
developer
Avatar

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 65
Total Posts: 7614
quote post #20
Posted 07/01/08 - 4:15 PM:

Fixed the autoinstaller now.

http://scripts.webmastersite.net/w...oad50.php?format=autosetup
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 21
Total Posts: 83
quote post #21
Posted 07/01/08 - 4:59 PM:

Hi Paul,

Upgraded and admin/index.php loaded fine.

Went to SEO, turned on mod_rewrite, turned on the option to use top level cats as subdomains, and saved. Got the success page, then when it redircted back to admin/index.php it's throwing a 500 error.

Thanks,

Jeff

Edited by fusionx on 07/01/08 - 5:20 PM
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 21
Total Posts: 83
quote post #22
Posted 07/01/08 - 5:43 PM:

I'll try a manual install tomorrow.. right now it's time for a beer smiling face
tonypearce
Member

Usergroup: Customer
Joined: Jun 27, 2008
Location: UK

Total Topics: 1
Total Posts: 12
quote post #23
Posted 07/02/08 - 12:49 AM:

Hi,

Manually installed 5.0 v9

I am having the same issue, sort of, blank screen, have pasted the automatically created .htaccess files below as guess this is the problem?

Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [R]


RewriteRule ^admin/?$ admin/index.php

RewriteRule ^members/([0-9]+)\.html?$ memberlist.php?rewritten=1&page=$1
RewriteRule ^members/([-_/\+A-Za-z0-9]+)-([0-9]+)-trader\.html?$ trader.php?rewritten=1&id=$2
RewriteRule ^members/([-_/\+A-Za-z0-9]+)-([0-9]+)\.html?$ memberlist.php?rewritten=1&action=profile&id=$2
RewriteRule ^members/?$ memberlist.php?rewritten=1
RewriteRule ^help/?$ help.php?rewritten=1
RewriteRule ^help/([-_/\+A-Za-z0-9]+)/?$ help.php?rewritten=1&action=showcat&name=$1
RewriteRule ^help/([-_/\+A-Za-z0-9]+)/([-_/\+A-Za-z0-9]+)-([0-9]+)\.html?$ help.php?rewritten=1&action=showitem&id=$3


RewriteRule ^tags/([a-zA-Z0-9]+)/?$ search.php?rewritten=1&filled=1&action=filter&whichtype=links&tagscondition=like&tagssearch=|$1|

RewriteRule ^([-_/\+A-Za-z0-9]+)?/?([-_/\+A-Za-z0-9]+)-([0-9]+)\.html?$ link.php?rewritten=1&action=detail&id=$3&categorypath=$1&linktitle=$2
RewriteRule ^[-_/\+A-Za-z0-9]+?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread-([0-9]+)\.html?$ comments.php?rewritten=1&id=$1&page=$2
RewriteRule ^[-_/\+A-Za-z0-9]+?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread\.html?$ comments.php?rewritten=1&id=$1
RewriteRule ^([0-9]+)/?$ index.php?rewritten=1&action=displaycat&catid=$1
RewriteRule ^([0-9]+)/([0-9]+)/?$ index.php?rewritten=1&action=displaycat&catid=$1&page=$2
RewriteRule ^([0-9]+)/sp([0-9]+).htm$ index.php?rewritten=1&action=displaycat&catname=$1&subpage=$2
RewriteRule ^([-_/\+A-Za-z0-9]+)/?$ index.php?rewritten=1&action=displaycat&catname=$1
RewriteRule ^([-_/\+A-Za-z0-9]+)/([0-9]+)\.html?$ index.php?rewritten=1&action=displaycat&catname=$1&page=$2





Cheers

tony
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 21
Total Posts: 83
quote post #24
Posted 07/02/08 - 6:05 AM:

With mod_rewrite turned off it works.

With mod_rewrite turned on I'm getting this:

Parse error: syntax error, unexpected ',' in /home/inpanama/domains/inpanamacity.com/public_html/includes/modrewrite.php on line 122
Paul
developer
Avatar

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 65
Total Posts: 7614
quote post #25
Posted 07/02/08 - 11:46 AM:

Fixed the wrong copy (server instead of desktop) of that file yesterday. Released the proper one now.
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 21
Total Posts: 83
quote post #26
Posted 07/02/08 - 12:11 PM:

fusionx wrote:
Hi Paul,

Upgraded and admin/index.php loaded fine.

Went to SEO, turned on mod_rewrite, turned on the option to use top level cats as subdomains, and saved. Got the success page, then when it redircted back to admin/index.php it's throwing a 500 error.

Thanks,

Jeff


Same error using a freshly downloaded autosetup.php.

http://www.inpanamacity.com/business-directory/

tonypearce
Member

Usergroup: Customer
Joined: Jun 27, 2008
Location: UK

Total Topics: 1
Total Posts: 12
quote post #27
Posted 07/02/08 - 1:06 PM:

Works fine for me, very pleased, I did delete the whole directory and started again.

using v10
Paul
developer
Avatar

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 65
Total Posts: 7614
quote post #28
Posted 07/02/08 - 2:53 PM:

fusionx - Somehow, permissions didn't allow your config.php file to be written during setup. The only time I've seen that with autosetup it was a server configuration problem. If you did it with a manual setup, the directory may need to be 777.

You said "same error" but it's a completely different error, by that way, unrelated to the previous one.
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 21
Total Posts: 83
quote post #29
Posted 07/02/08 - 3:02 PM:

"Same Error" meaning a 500 error on redirect.

Did a manual install, same steps, another 500 error.

Checked error logs on the server and found:

RewriteRule: cannot compile regular expression '^[-_/\\+A-Za-z0-9]+?/?[-_/\\+A-Za-z0-9]+-([0-9]+)-thread-([0-9]+)\\.html?$'\n
fusionx
Experienced

Usergroup: Customer
Joined: Jun 18, 2008

Total Topics: 21
Total Posts: 83
quote post #30
Posted 07/02/08 - 3:49 PM:

I blocked these two lines and it works as advertised:

##RewriteRule ^[-_/\+A-Za-z0-9]+?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread-([0-9]+)\.html?$ comments.php?rewritten=1&id=$1&page=$2
##RewriteRule ^[-_/\+A-Za-z0-9]+?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread\.html?$ comments.php?rewritten=1&id=$1


Edit - noticed the missing parens on those lines. Added them and it works now.

RewriteRule ^([-_/\+A-Za-z0-9]+)?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread-([0-9]+)\.html?$ comments.php?rewritten=1&id=$1&page=$2
RewriteRule ^([-_/\+A-Za-z0-9]+)?/?[-_/\+A-Za-z0-9]+-([0-9]+)-thread\.html?$ comments.php?rewritten=1&id=$1


Edited by fusionx on 07/02/08 - 3:54 PM
 
Search thread for
Download thread as

Page: 1 2 3 4



Sorry, you don't have permission to post. Log in, or register if you haven't yet.