Jump to content

New Security New Look


Crew-Portal

Recommended Posts

Hi! I got into someone admnistration panel by accident! Played with a minor thing to show that i got in and sent a email to the webmaster to fix his site cause it wasnt hacker safe (Which I am not a hacker). anyways he asked me to fix his website and so I did! I rebuilt it from scratch using my own designs and PHP / MySQL! anyways this is how it turned out www.cmxva.com. But that is not how it always was. I built this from scratch, I left the old design on the website just for a backup. And now to show you guys! www.cmxva.com/backup. I have only been working on the site the last 3 days and I finally got it uploaded today. There is still alot of work left to be done, but hopefully it will be done within the next 12-15 hours! so ya! here it is! Enjoy and thank you

Link to comment
Share on other sites

  • Replies 51
  • Created
  • Last Reply

Top Posters In This Topic

I hope the second one is your (/backup) I think it is great. You should add some CSS rollovers in your navigation, anytime I visit a site, for some reason I like to see how their navigation works.

 

I also found this when I scrolled down on the first page

 

© Copyright CMX Virtual 2007, All rights reserved.

<!-------------------------- End of content area ----------------------------------------------------->

 

I love the layout, I think it is great I just hope you are steve, cuz it is his layout.

 

Copyright CMX Virtual 2007, All rights reserved.

<!-------------------------- End of content area ----------------------------------------------------->

 

I found this at the bottom

http://www.steves-templates.com/

 

nice though

 

Link to comment
Share on other sites

ya I do not know why they had the:

 

© Copyright CMX Virtual 2007, All rights reserved.

 

at the bottom of each page. The /backup I did not make I just moved the contents there in case there was some datalose cause I build this on my pc using PHP5 and I beieve the webserver uses php 4! also I use the top banner and you spot that I used it, how in the world did you know? did you look at the css to see that? like wow I cant believe that you saw that like it is crazy! but ya thanks for the critique. In fact I forgot that I used his template I just used it to keep my stuff in order and well I forgot! I do realize this is against the critique rules but I really did foget. Im sorry bout that

 

Sorry Steve!

Link to comment
Share on other sites

Update. No the backup that I did not make was created by steve! The template that I used was made by http://www.templatemonster.com/website-templates/11712.html?&templ=11712&scr_type=1&hide_flash=1&tab=32 But that is no matter. I still realize it was wrong. But once again I seriously forgot. It took me 20 mins to find the template I used

Link to comment
Share on other sites

lol you like the hot girl?! he that funny... Anyways it is the girl from the Tag commercials! I just put it back on the site to give my members something to do while they wait for the site to reopen! Anyways click on her and then when you move the mouse her eyes will follow! ohh!

Link to comment
Share on other sites

Well its not that bad. There are a few "big" mistakes that degrade the site a lot...

 

1) Center it

2) I don't like how the logo is being cut off, why not uncut it or use a nice fading gradient ?

3) A bit too hard on the eyes, you can tone it down, but it'll manage

4) make the hover links "black" - isn't black also one of your color themes?

5) don't like the login "enter" button - use the standard one or make it more flashy

6) Using ff and the Lost password is cut so lost is one line and password on another. Looks really messed up. Its like there is "password?" and I was thinking, huh?

 

 

Overall its not that bad. But some of the things I said are major points that degrade the site tremondously... :P

Link to comment
Share on other sites

You do not design it for YOUR browser, you design it for all browsers. You have to use Firefox 1.5 version to see the effects. FF is the most complaint browser so you do testing on it and then fix it to make it work in IE, not the other way around.

 

 

Link to comment
Share on other sites

lol it nto the most comlpiant... its the most PICKY -,-.

 

FF always wants thigns perfect.

 

I suggest you run w3c.org html validator on yoru site, and if it snot 100% 0 errors then chances are it sonly gonna work in ONE BROWSER.

 

 

FF IS PICKY SHIT!  so is opera, and firebird, and netscape, mozilla is fricken picky. -,-.

Link to comment
Share on other sites

lol it nto the most comlpiant... its the most PICKY -,-.

 

FF always wants thigns perfect.

 

I suggest you run w3c.org html validator on yoru site, and if it snot 100% 0 errors then chances are it sonly gonna work in ONE BROWSER.

 

 

FF IS PICKY SHIT!  so is opera, and firebird, and netscape, mozilla is fricken picky. -,-.

 

No FF, is the most compliant. If being complaint measns picky then so be. A programmers need to think smart to get it right. After about 2 months of hardcore css/html writing, I can code any page without any problems on almost all borwsers. IE sometimes brings up an error, but its very rare.

 

Example: Do not create three columns by floats!! Stupid!! - instead use absolute positioning. Works great!

Link to comment
Share on other sites

absolutes are a no-no.

 

especaailly on comercial sites.

 

DONT USE THEM.

 

what happens if you position the thrid column at say... 912 l ?  if you have 800x600 you cant se it, if you have 640x480 you cant see it... if you have 320x240 you cant see it, if you have 1024.768 its cut off.

 

Absolute does not wrap to the browser, so I prefer to use releative positioning to the users right hand side of the screen :D  I used a js "user screen resolution" script to find this pixel out (normally 691 for 800x600 users)

Link to comment
Share on other sites

absolutes are a no-no.

 

especaailly on comercial sites.

 

DONT USE THEM.

 

what happens if you position the thrid column at say... 912 l ?  if you have 800x600 you cant se it, if you have 640x480 you cant see it... if you have 320x240 you cant see it, if you have 1024.768 its cut off.

 

Absolute does not wrap to the browser, so I prefer to use releative positioning to the users right hand side of the screen :D  I used a js "user screen resolution" script to find this pixel out (normally 691 for 800x600 users)

 

Do you seriously think I use absolute positioning without nesting them in a parent div that is either relatively positioned or static with some other attributes?

 

Did you really think I was stupid enogh to do that? Go to this page on my site: beastit.com/index2 and you will find that on the bottom left under "VS" the red rectangles are absolutely positioned columns.

Link to comment
Share on other sites

lol it nto the most comlpiant... its the most PICKY -,-.

 

FF always wants thigns perfect.

 

I suggest you run w3c.org html validator on yoru site, and if it snot 100% 0 errors then chances are it sonly gonna work in ONE BROWSER.

 

 

FF IS PICKY SHIT!  so is opera, and firebird, and netscape, mozilla is fricken picky. -,-.

Um... no. If your website is valid, browsers will render it fine.

 

If you want to see picky, try making code in.. pretty much any non-scripting language. Like C, C++, VB, Assembler, etc. Wanna know what happens if you make an error in them? That's right, the whole thing falls over and dies. Even if it's just one little typo.

 

Calling HTML a picky language is absolutely ridiculous. It is like, the most lax, amature, tag-soup-ridden language EVER.

 

You can make so many errors in it that it shouldn't be possible for anything to interpret, and most browsers still will.

 

Screwing up HTML so bad that browsers won't even render it in tag-soup code is NOT an easy thing to do..

Link to comment
Share on other sites

I program in both PHP (compiled) and c++.  I also started asp.net and noticed it was EVEN pickier than php (if possible).

 

Crap, asp.net is as picky as binary.  One extra space and it does barrel roles before it dies:

 

My last error message in asp.net:

Server Error in '/' Application.
An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

SQLExpress database file auto-creation error:

The connection string specifies a local Sql Server Express instance using a database location within the applications App_Data directory. The provider attempted to automatically create the application services database because the provider determined that the database does not exist. The following configuration requirements are necessary to successfully check for existence of the application services database and automatically create the application services database:

   1. If the applications App_Data directory does not already exist, the web server account must have read and write access to the applications directory. This is necessary because the web server account will automatically create the App_Data directory if it does not already exist.
   2. If the applications App_Data directory already exists, the web server account only requires read and write access to the applications App_Data directory. This is necessary because the web server account will attempt to verify that the Sql Server Express database already exists within the applications App_Data directory. Revoking read access on the App_Data directory from the web server account will prevent the provider from correctly determining if the Sql Server Express database already exists. This will cause an error when the provider attempts to create a duplicate of an already existing database. Write access is required because the web server accounts credentials are used when creating the new database.
   3. Sql Server Express must be installed on the machine.
   4. The process identity for the web server account must have a local user profile. See the readme document for details on how to create a local user profile for both machine and domain accounts.



Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[sqlException (0x80131904): An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)]
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +173
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +199
   System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup) +1069
   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +606
   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +193
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +219
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +27
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +49
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +89
   System.Data.SqlClient.SqlConnection.Open() +160
   System.Web.Management.SqlServices.GetSqlConnection(String server, String user, String password, Boolean trusted, String connectionString) +67

[HttpException (0x80004005): Unable to connect to SQL Server database.]
   System.Web.Management.SqlServices.GetSqlConnection(String server, String user, String password, Boolean trusted, String connectionString) +123
   System.Web.Management.SqlServices.SetupApplicationServices(String server, String user, String password, Boolean trusted, String connectionString, String database, String dbFileName, SqlFeatures features, Boolean install) +89
   System.Web.Management.SqlServices.Install(String database, String dbFileName, String connectionString) +26
   System.Web.DataAccess.SqlConnectionHelper.CreateMdfFile(String fullFileName, String dataDir, String connectionString) +388


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

 

and you know what?  I had a space before the mssql connect string:

 

asp:mssql

 

the space screwed it all up.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.