| | | New Member

Group: Forum Members Last Login: Friday, August 01, 2008 11:38 AM Posts: 18, Visits: 27 |
| SPS (sun programming solutions) has released a new codebase site. Check it out! If you have suggestions for new languages to add to the list reply here, the sps fourms or email sunjester at: tripmonster [at] gmail.com. currently we accept::
PHP
PL/SQL
Bash/Shellscript
Perl
HTMl
Javascript
Java
Visual Basic 6
Visual Basic .NET
C
C++
C#
ASP
Delphi
ASM
Ruby
Actionscript
Other
http://sunjester.freepgs.com/codebase/
devsun.info
mrsunjester.info
hostilegraphics.info |
| | | | 
Progenic Family

Group: Forum Members Last Login: Today @ 8:22 AM Posts: 332, Visits: 1,936 |
| Sunjester on the Progenic BBS? WTF
Edit: A bug in your codebase thing, C++ and C are the same category. The +'s in C++ are interpreted as spaces in the GET request |
| | | | 
Progenic Family

Group: Forum Members Last Login: Today @ 7:30 PM Posts: 338, Visits: 2,147 |
| you also have a full path disclosure issue in you site.
< ?
$a = 'RTFM';
$b = 'STFU';
echo $a.' & '.$b;
?> |
| | | | New Member

Group: Forum Members Last Login: Friday, August 01, 2008 11:38 AM Posts: 18, Visits: 27 |
| would you like to share the full path disclosure?
gbrain: working now?
devsun.info
mrsunjester.info
hostilegraphics.info |
| | | | New Member

Group: Forum Members Last Login: Monday, July 07, 2008 3:18 PM Posts: 17, Visits: 104 |
| | | | | 
Progenic Family

Group: Forum Members Last Login: Today @ 7:30 PM Posts: 338, Visits: 2,147 |
| turn off error reporting
< ?
$a = 'RTFM';
$b = 'STFU';
echo $a.' & '.$b;
?> |
| | | | New Member

Group: Forum Members Last Login: Friday, August 01, 2008 11:38 AM Posts: 18, Visits: 27 |
| i tried turning error reporting off, it didnt work.
error_reporting(0);
cant do much with the path anyway without some other way into the system, so im not to worried, it gets logged anyway
devsun.info
mrsunjester.info
hostilegraphics.info |
| | | | New Member

Group: Forum Members Last Login: Friday, August 01, 2008 11:38 AM Posts: 18, Visits: 27 |
| there are several new additions:
- code highlighter
- search through code (by category)
- available in html (highlighted) and text (.txt)
the highlighter code is a bit buggy but the code is there and is fine, click the text only version.
bug fixes
- some lame path disclosure
again, report all bugs, thanks guys.
devsun.info
mrsunjester.info
hostilegraphics.info |
| |
|
|