UGN Security
Posted By: Testing posting code - 10/13/05 06:35 AM
Ok stupid question folks but I dont know the answer. How can I post code for others to see within this forum?

thanks.
Posted By: Gremelin Re: posting code - 10/13/05 07:39 AM
[ code ] insert code here [ /code ]

Spaces between brackets need to be removed. If you get a 406 error please email me what you're trying to post and i'll tell you why the security script hates you.
Posted By: Testing Re: posting code - 10/13/05 08:21 AM
Thanks problem solved. When I type "[code]" it doesnt work but when I use the little code button it works fine!

Thanks again!
Posted By: Gremelin Re: posting code - 10/13/05 02:59 PM
If you don't "close" the code option it won't work wink ...
Posted By: littleman Re: posting code - 10/14/05 02:21 AM
Code
#include <iostream.h>

main()
{
   cout <<Hello World!";
   return 0;
}
Posted By: §intå× Re: posting code - 10/14/05 10:39 AM
psst littleman... what happens if you drop the

return 0;
Posted By: littleman Re: posting code - 10/14/05 08:27 PM
Code
#include <iostream.h>
main()
  {   
   cout <<Hello World!";
 
  }
better?
© UGN Security Forum