Jump to content
The Uniform Server Community

DJCheezy

Beta Tester
  • Posts

    65
  • Joined

  • Last visited

Everything posted by DJCheezy

  1. So IPB 2.17 is no longer supported by them? Man I still got IPB 2.17 free version lying around lol.
  2. To many bugs! Will not run right on windows xp pro.
  3. There are some good mods out there lol. http://www.invisionize.com/index.php All ya gotta do is join and download away.
  4. 1. Upgrade to IPB 2.22 the latest Cause this version has a lot of security holes that could get hacked (Trust me) 2. Install a shoutbox 3. Get some kick ass skins ^__^
  5. Ok tested it out. And it works with any .htaccess file ^^
  6. Will that work with all .htaccess files?
  7. Nice thanks mate! ^^
  8. This is the one for Dragonfly CMS UniForm Server Is Installed: C:\Server\Uniform Server # CPG Dragonfly CMS # Copyright (c) 2004-2006 by CPG-Nuke Dev Team, dragonflycms.org # Released under the GNU GPL version 2 or any later version # $Source: /cvs/html/.htaccess,v $ # $Revision: 9.18 $ # $Author: nanocaiordo $ # $Date: 2007/01/17 03:24:44 $ # Remove the pound sign on these 3 for production sites # if your server doesn't allow it then a Error 500 is given # php_flag display_errors off # php_value error_reporting 0 # php_flag register_globals 0 # flood protection # deny most common except .php <FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|bin|spd|theme|module)$"> deny from all </FilesMatch> # disable access to config.php and .ht* from a browser <FilesMatch "^(config\.php|\.ht)"> Deny from all </FilesMatch> <FilesMatch "error\.(php|gif)"> allow from all </FilesMatch> # 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] # Variant -4 RewriteCond %{HTTP:x-moz} ^prefetch [NC,OR] RewriteCond %{X-moz} ^prefetch [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] </IfModule> # use custom error pages if you wish ErrorDocument 400 /error.php ErrorDocument 401 /error.php ErrorDocument 403 /error.php ErrorDocument 404 /error.php ErrorDocument 500 /error.php # disallow index viewing (like ftp) of directory # Remove # for production sites # Options -Indexes # for hosts that don't allow the above, we won't give people anything to look at <IfModule mod_autoindex.c> IndexIgnore * </IfModule> AddDefaultCharset utf-8
  9. Ok I am pretty new to all this server stuff. As of right now I am hosting my own website. Using Uniform Server I want to runt a script. But everytime I have a .htaccess file in my WWW directory it says access forbidden. Im planning on hosting my other site which is a social networking site simular to myspace. Short urls etc what file do I need to edit to make it where I can have short urls LEO etc All that.? I also use dragonfly CMS there is an option to make it instead of index.phpact=fourms or some crap I can turn it on to where the link is fourms.html but it says Not found because server settings or something. So Please help me out here LOL. (So confused)
  10. Nevermind figured it out lol. Now i need to change it XD
  11. You could try adding Zpanel to Uniform that would so kick butt!. Its a clone panel of Cpanel and free open source. Edit for dydns i use editdns.net Will that work with my Static IP or do I need to find free static IP host? or something? Because I only will have 1 static IP. With my Internet upgrade.
  12. Thanks for the info guys. I will try it out on Monday when I get my Upgrades. My new hosting is gonna rawk! ^__^ Are there other programs like uniServer for windows that come with FTP Servers, control panels etc all built into one?
  13. Ok starting monday, I will be upgrading to Static IP Through my ISP. And I want to know how do I get my IP Online and host my website with Static IP? Also Will Cpanel X Cotnrol Panel Work With Uniform Server?
×
×
  • Create New...