Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Add-Ons & Blocks ⇒ Profile Pro Project


Profile Pro Project
Need help creating a block or add-on, or you have created or modified a block/add-on that works in Dragonfly CMS and it meets the CPG Security Requirements? Do you have feedback about a specific add-on? Here is the place to post. Read the announcements here first!.
Go to page Previous  1, 2, 3, 4, 5, 6
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  Add-Ons & Blocks

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

Offline Offline
Joined: Sep 21, 2005
Posts: 44
Location: Norway
PostPosted: 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
View user's profile Visit poster's website MSN Messenger
sarah
Debugger
Debugger

Offline Offline
Joined: Mar 25, 2005
Posts: 2130

PostPosted: 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
View user's profile Send e-mail Visit poster's website
Hogne
Newbie
Newbie

Offline Offline
Joined: Sep 21, 2005
Posts: 44
Location: Norway
PostPosted: 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
View user's profile Visit poster's website MSN Messenger
sarah
Debugger
Debugger

Offline Offline
Joined: Mar 25, 2005
Posts: 2130

PostPosted: 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
View user's profile Send e-mail Visit poster's website
spacebar
Dragonfly addicted
Dragonfly addicted

Offline Offline
Joined: Sep 28, 2005
Posts: 413
Location: Providence
PostPosted: 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
View user's profile Visit poster's website ICQ Number AIM Address MSN Messenger Yahoo Messenger
searey29
Newbie
Newbie

Offline Offline
Joined: Dec 10, 2007
Posts: 1

PostPosted: 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
View user's profile Visit poster's website
Emsland-Party.de
Nice poster
Nice poster

Offline Offline
Joined: May 24, 2005
Posts: 74
Location: Lummer Land (Germany)
PostPosted: 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
View user's profile Visit poster's website
Dantien
Nice poster
Nice poster

Offline Offline
Joined: Mar 23, 2006
Posts: 67
Location: Norway
PostPosted: 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
View user's profile Visit poster's website
heliown
Heavy poster
Heavy poster

Offline Offline
Joined: Jan 23, 2007
Posts: 250
Location: USA
PostPosted: 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
View user's profile Visit poster's website
PoKo
Supporter
Supporter

Offline Offline
Joined: Aug 28, 2005
Posts: 148

PostPosted: 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
View user's profile Photo Gallery
earth
Heavy poster
Heavy poster

Offline Offline
Joined: Mar 01, 2006
Posts: 268

PostPosted: 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
View user's profile Visit poster's website Photo Gallery
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index ⇒  Add-Ons & Blocks
Page 6 of 6
All times are GMT
Go to page Previous  1, 2, 3, 4, 5, 6



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


 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

read more...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy