|
View previous topic :: View next topic |
| Author |
Message |
Hogne Newbie


Offline Joined: Sep 21, 2005 Posts: 44 Location: Norway
|
Posted: Sun Feb 25, 2007 7:34 pm Post subject: Re: Profile Pro Project |
|
Making domain.tld/username redirecting to domain.tld/Your_Account/profile=username is a simple hack in .htaccess , I have it on my site...
Try www.hognemv.com/Hogne
Hogne's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.37/4.1.21-standard/4.4.4/Dragonfly 9.1.1
|
|
| Back to top |
|
 |
sarah Debugger


Offline Joined: Mar 25, 2005 Posts: 2130
|
Posted: Mon Feb 26, 2007 12:11 am Post subject: Re: Profile Pro Project |
|
Did you disallow all the module names from being used as usernames?
_________________ Diagon Alley - Top Design
sarah's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.37/4.1.21-standard/4.4.4/9.1.1
|
|
| Back to top |
|
 |
Hogne Newbie


Offline Joined: Sep 21, 2005 Posts: 44 Location: Norway
|
Posted: Mon Feb 26, 2007 12:41 am Post subject: Re: Profile Pro Project |
|
I don't think so, but e.g. ForumsPro.html works without a problem... As well as e.g. ForumsPro/search.html .
The rewrite part of .htaccess is as follows:
| Code:: |
# if you use LEO, mod_rewrite is necessary
<IfModule mod_rewrite.c>
RewriteEngine On
# Check for Santy Worms and redirect them to a fail page
#-------------------------------------------------------------------
# Variant -1
# uncomment if you dont use LWP
# RewriteCond %{HTTP_USER_AGENT} ^LWP [NC,OR]
# Variant -2
RewriteCond %{REQUEST_URI} ^visualcoders [NC,OR]
# Variant -3
RewriteCond %{QUERY_STRING} rush=([^&]+) [NC,OR]
# block local file, sql and remote attacks
RewriteCond %{QUERY_STRING} =../ [NC,OR]
RewriteCond %{QUERY_STRING} "%20UNION" [NC,OR]
RewriteCond %{QUERY_STRING} =http:// [NC]
# deny them
RewriteRule ^.*$ - [F]
#-------------------------------------------------------------------
RewriteCond %{REQUEST_FILENAME} -f [NC,OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*)$ - [L]
# if you use LEO and CPG-Nuke is installed in a sub-directory like '/html',
# remove that # before RewriteBase and rename /html to the path of the sub-directory
# RewriteBase /html
# RewriteRule ^index\.html /index.php
RewriteRule ^([a-zA-Z0-9_=+-]+)(/|\.html)$ index=$1 [L,S=5]
RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)(/|\.html)$ index=$1&file=$2 [L,S=4]
RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)$ index=$1&file=$2 [L,S=3]
RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/(.*)(/|\.html)$ index=$1&file=$2&$3 [L,S=1]
RewriteRule ^([a-zA-Z0-9_]+)/(.*)(/|\.html)$ index=$1&file=index&$2 [L]
RewriteRule ^index=(.*[^/])/(.*) index=$1&$2 [N,L]
RewriteRule ^index=(.*) index.php?name=$1 [L]
RewriteRule ^(.*)$ index.php?name=Your_Account&op=userinfo&username=$1
</IfModule> |
Hogne's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.37/4.1.21-standard/4.4.4/Dragonfly 9.1.1
|
|
| Back to top |
|
 |
sarah Debugger


Offline Joined: Mar 25, 2005 Posts: 2130
|
Posted: Mon Feb 26, 2007 12:46 am Post subject: Re: Profile Pro Project |
|
Yes, but what happens if I register on your site with the username ForumsPro?
_________________ Diagon Alley - Top Design
sarah's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.37/4.1.21-standard/4.4.4/9.1.1
|
|
| Back to top |
|
 |
spacebar Dragonfly addicted


Offline Joined: Sep 28, 2005 Posts: 413 Location: Providence
|
Posted: Mon Feb 26, 2007 7:24 pm Post subject: Re: Profile Pro Project |
|
Try it on my site:
This works:
www.gotpoetry.com/john
But this does not:
www.gotpoetry.com/john.html
Therefor signing up as a username Forums with the profilepro hack won't be an issue.
_________________

spacebar's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Unix / 2.0.46 (Red Hat) / 0.9.7a / 4.1.9-standard / 4.3.2 / 9.0.6.1
|
|
| Back to top |
|
 |
searey29 Newbie


Offline Joined: Dec 10, 2007 Posts: 1
|
Posted: Tue Dec 11, 2007 1:55 am Post subject: Re: Profile Pro Project |
|
So has this project been stoped?
searey29's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) xp
|
|
| Back to top |
|
 |
Emsland-Party.de Nice poster


Offline Joined: May 24, 2005 Posts: 74 Location: Lummer Land (Germany)
|
Posted: Tue Oct 21, 2008 8:53 am Post subject: Re: Profile Pro Project |
|
Where can i download the script...
the download on the gotpoetry.com site, is only the beta...
only the database install....
Emsland-Party.de's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / PHP: 4.4.1 / SQL: 5.0.18-log (client: 5.0.18) / 9.1.0.8 CVS
|
|
| Back to top |
|
 |
Dantien Nice poster


Offline Joined: Mar 23, 2006 Posts: 67 Location: Norway
|
Posted: Wed Oct 22, 2008 7:41 pm Post subject: Re: Profile Pro Project |
|
I would also be very interested in this script/module...
Dantien's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) linux /1.3.34 (Unix) / 4.1.22-standard /4.4.8 / 9.2.1
|
|
| Back to top |
|
 |
heliown Heavy poster


Offline Joined: Jan 23, 2007 Posts: 250 Location: USA
|
Posted: Thu Nov 12, 2009 3:20 pm Post subject: Re: Profile Pro Project |
|
Any more development of this project?
_________________ RC heli hobby: www.rchelicoptertown.com
Khmer Community: www.angkorthom.us
heliown's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Mysql 5.1.41/php 5.2.5/CPGNuke 9.2.1
|
|
| Back to top |
|
 |
PoKo Supporter


Offline Joined: Aug 28, 2005 Posts: 148
|
Posted: Sun May 02, 2010 12:38 pm Post subject: Re: Profile Pro Project |
|
??
PoKo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.4.28 - Linux srv60 2.6.12.6 / Apache / 4.0.22 - 4.1.22 - 5.0.22 -5.0.32 / 4.3.11 - 4.4.2 - 4.4.4 - 5.2.5 / 9.0.6.1 - 9.1.2.1 - 9.2.0.RC2
|
|
| Back to top |
|
 |
earth Heavy poster


Offline Joined: Mar 01, 2006 Posts: 268
|
Posted: Tue Jul 06, 2010 12:54 pm Post subject: Re: Profile Pro Project |
|
bump
_________________ dfaddons.com
earth's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) OS/Apache/Mysql/php/9.2.X/
|
|
| Back to top |
|
 |
|
|