• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

WTF kind of bug is this?!?

It wouldn't be hard to get a good picture of it if you had a good camera. 😛

It's some kind of beetle, that's as good as I can do without better pics.
 
damn! what is that!

x2 error

Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>


Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

 
What is it, about the length of your thumb?

If so, thats decent, but not big....

We has some strange bug walking around outside my apartment last week that all in all had to be close to 9-10 inches long. Scare the ever loving CRAP out of my fiancee.
 
haha i just saw thoes on bbzzdd when i clicked most recent uploads(because i just recently uploaded pics what do ya know)
 
Originally posted by: aphex
What is it, about the length of your thumb?

You place your finger by that thing and tell me man, I would like to keep my fingers mosty attached to my hand thank you 😀

 
Originally posted by: aphex
What is it, about the length of your thumb?

If so, thats decent, but not big....

We has some strange bug walking around outside my apartment last week that all in all had to be close to 9-10 inches long. Scare the ever loving CRAP out of my fiancee.

Yes, but you live in Florida. I'd expect big bugs in Florida.

In Oregon, the biggest bug we get is probably spiders... and not even huge ones. At least that I've seen.

And yah, it's about as big as my Thumb.
 
Damn, I've definately seen that kind of beetle before, but I can't think of the genere name....

Their fuzzy bellies are cool 🙂
 
Back
Top