|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Forest Forums
I've just put the finishing touches to my ASP based message boards and now I need a little help with the testing stage. I've tested it as much as I can but I'm sure there's some things that I have missed and I don't want to relase the software with loads of bugs in so I would appreciate it if any of you could take a look at it and see if you can find any bugs. Email verification is turned on so if you don't want to register just to test it you can use the following details:
Username: widget Password: password You can find the forums at: http://www.hostforest.co.uk/forums Cheers chaps ![]() Last edited by Shadow Wizard : December 5th, 2005 at 02:09 AM. Reason: added [url] and [/url] tags around links to make them clickable :) |
|
#2
|
||||
|
||||
|
This is the incorrect forum...
__________________
www.xoise.com - www.ourfreegames.com - www.playtouchgames.com - www.randomtools.net - www.xenocide-rpg.com |
|
#3
|
|||
|
|||
|
sorry, what forum should it be in? I would have thought ASP development would be the right place seeing as it is, well, developing an application in ASP? If I'm wrong could you report the message so that the mods can move it as you can't report your own messages in Vbulletin?
|
|
#4
|
||||
|
||||
|
The more appropriate forum would be Site Reviews
__________________
jmurrayhead Did I help you out? Make me popular by clicking the icon!New Members:Proper way to post a question Powered by ASP.Net |
|
#5
|
|||
|
|||
|
Possibly if I was asking for a review, the reason for my post is to get more people to help tes the forus by posting, editing and quoting messages. Im not overly concerened with people opinions on the look of the forums as their look and feel is controlled through CSS, I just want to make sure that they work before making the code available to the public. Again, If I'm wrong could you report the message so that the mods can move it as you can't report your own messages in Vbulletin?
|
|
#6
|
||||
|
||||
|
Site reviews would seem to be the more appropriate forum for this request. The ASP Development forum is specifically for ASP code related questions.
I will move this thread to the reviews forum.
__________________
-
thought-after | my thoughts on web development Get Firefox, the developers browser Budget hosting - recommended [/left] |
|
#7
|
||||
|
||||
|
The website look very nice, and I couldn't find any code-related problems:
I've tried to "crash" the code and wasn't successful. If you already posted some test posts I guess you're OK to go, good luck and welcome to this forum, you can come here if you'll face problems with your code. ![]() |
|
#8
|
|||
|
|||
|
Cheers for taking a look Shadow Wizard
I spent quite a bit of time looking at SQL injection attack prevention and error trapping so hopefully it should be very secure. Having said that I did just find two bugs this morning with the BB code conversions meaning URL's weren't parsed correctly, so there's still a few things that need to be checked.ANyway, thanks again for taking a look. |
|
#9
|
||||
|
||||
|
Hi Padwah
The only things I could find were the errors caused by the incorrect parsing of the URLS. The site is well put together and is a great example of the work that can be achieved with ASP and a push towards standards compliance. WELL DONE! |
|
#10
|
|||
|
|||
|
Cheers for the input guys
Will do some final testing tonight then probably release the software ![]() |
|
#11
|
||||
|
||||
|
At first glance, I see a spelling error on the "your login was successful page" "successful" has only one "L" in it.
![]() |
|
#12
|
|||
|
|||
|
erm, "successful" does only have one "L" in it?
|
|
#13
|
||||
|
||||
|
interesting... successfull is very common typo:
http://www.google.com/search?num=50...ull&btnG=Search (1,940,000 results) however, successful is the correct syntax: http://www.google.com/search?num=50...ful&btnG=Search 400,000,000 results plus official definition: http://www.answers.com/successful&r=67 the fact everybody are wrong does not mean you should also be wrong. ![]() |