PHP Package Scan of geeklog-1.1

/Users/fredibach/Desktop/downloads/geeklog-1.1
config.php - 104 lines, 2938 bytes
docs/
CONFIG.HTML - 14741 bytes
CUSTOMIZATION.HTML - 4927 bytes
HISTORY - 23054 bytes
INSTALL.HTML - 13988 bytes
LICENSE - 14903 bytes
TODO - 905 bytes
english.php - 589 lines, 18488 bytes
etc/
httpd.conf - 3051 bytes
logs/
access.log - 322 bytes
error.log - 581 bytes
public_html/
404.php - 10 lines, 505 bytes
admin/
auth.inc.php - 72 lines, 2772 bytes
block.php - 3 functions/classes, 152 lines, 6193 bytes
38: function editblock ($bid="");
93: function saveblock ($bid,$title,$seclev,$type,$blockorder,$content,$tid,$rdfurl,$rdfupdated);
108: function listblocks ();
event.php - 3 functions/classes, 125 lines, 5000 bytes
38: function editevent ($eid="");
65: function saveevent ($eid,$title,$url,$datestart,$dateend,$location,$description);
85: function listevents ();
index.php - 41 lines, 1454 bytes
info.php - 5 lines, 22 bytes
link.php - 3 functions/classes, 149 lines, 5452 bytes
38: function editlink ($lid="");
79: function savelink ($lid,$category,$categorydd,$url,$description,$title,$hits);
109: function listlinks ();
moderation.php - 3 functions/classes, 161 lines, 6541 bytes
38: function commandcontrol ();
61: function itemlist ($type);
114: function moderation ($mid,$action,$type,$count);
poll.php - 3 functions/classes, 140 lines, 5427 bytes
38: function savepoll ($qid,$display,$question,$voters,$statuscode,$commentcode,$A,$V);
65: function editpoll ($qid="");
101: function listpoll ();
story.php - 3 functions/classes, 234 lines, 9802 bytes
38: function storyeditor ($sid,$mode="");
106: function liststories ($page="1");
150: function submitstory ($type="",$sid,$uid,$tid,$title,$introtext,$bodytext,$unixdate,$commentcode,$statuscode,$postmode,$featured);
topic.php - 3 functions/classes, 128 lines, 4473 bytes
38: function edittopic ($tid="");
61: function savetopic ($tid,$topic,$imageurl);
77: function listtopics ();
user.php - 4 functions/classes, 153 lines, 5949 bytes
31: function edituser ($uid="");
58: function changepw ($uid,$passwd);
73: function saveusers ($uid,$username,$fullname,$passwd,$seclev,$email,$homepage);
110: function listusers ();
article.php - 88 lines, 3597 bytes
backend/
geeklog.rdf - 506 bytes
calendar.php - 56 lines, 2325 bytes
comment.php - 3 functions/classes, 202 lines, 7493 bytes
37: function commentform ($uid,$save,$anon,$title,$comment,$sid,$pid="0",$type,$mode,$postmode);
111: function savecomment ($uid,$save,$anon,$title,$comment,$sid,$pid,$type,$postmode);
150: function deletecomment ($cid,$sid,$type);
common.php - 39 functions/classes, 1082 lines, 39308 bytes
75: function dbquery ($sql);
96: function dbdelete ($table,$id,$value,$return="");
115: function dbsave ($table,$fields,$values,$return="");
131: function dbchange ($table,$id,$value,$id2="",$value2="",$id3="",$value3="",$return="");
153: function dbcount ($table,$id="",$value="",$id2="",$value2="");
168: function dbcopy ($table,$fields,$values,$tablefrom,$id,$value,$return="");
192: function article ($A,$index="");
246: function startblock ($title="",$helpfile="");
265: function adminedit ($type,$text);
278: function startcomment ();
287: function endblock ();
296: function getitem ($table,$what,$selection);
306: function optionlist ($table,$selection,$selected="");
321: function checklist ($table,$selection,$where="",$selected="");
347: function debug ($A);
363: function export_rdf ();
409: function errorlog ($logentry,$actionid="");
443: function accesslog ($logentry);
457: function pollvote ($qid);
492: function showpoll ($size,$qid="");
523: function pollresults ($qid,$scale=400,$order="",$mode="");
572: function showtopics ($topic="");
589: function usermenu ();
628: function refresh ($url);
635: function commentbar ($sid,$title,$type,$order,$mode);
672: function usercomments ($sid,$title,$type="article",$order="",$mode="",$pid=0);
750: function commentchildren ($sid,$pid,$order,$mode,$type,$level=0);
635: function comment ($A,$mode=0,$type,$level=0,$mode="flat");
832: function checkwords ($Message);
862: function checkhtml ($str, $strip="");
897: function makesid ();
907: function isemail ($email);
919: function olderstuff ();
947: function showblock ($topic="");
996: function rdfcheck ($bid,$rdfurl,$date);
1007: function rdfimport ($bid,$rdfurl);
1050: function allowedhtml ();
1063: function getpassword ($loginname);
1077: function hit ();
help/
advancedsearch.html - 1837 bytes
cceventsubmission.html - 1262 bytes
cclinksubmission.html - 1267 bytes
ccstorysubmission.html - 1300 bytes
submitevent.html - 1414 bytes
submitlink.html - 1268 bytes
submitstory.html - 1770 bytes
images/
admin/
block.gif - 1366 bytes
event.gif - 1231 bytes
link.gif - 1541 bytes
logout.gif - 1475 bytes
poll.gif - 1343 bytes
story.gif - 1421 bytes
topic.gif - 1451 bytes
user.gif - 1978 bytes
bar.gif - 36 bytes
bg.gif - 1215 bytes
button_help.gif - 218 bytes
logo.gif - 7332 bytes
speck.gif - 43 bytes
topics/
topic_gl.gif - 1767 bytes
index.php - 103 lines, 3039 bytes
layout/
footer.inc - 949 bytes
header.inc - 3243 bytes
smartstyle.css - 2437 bytes
style.css - 1437 bytes
links.php - 54 lines, 1860 bytes
pollbooth.php - 2 functions/classes, 99 lines, 3184 bytes
30: function pollsave ();
44: function polllist ();
portal.php - 38 lines, 1257 bytes
profiles.php - 4 functions/classes, 156 lines, 6431 bytes
30: function contactemail ($uid,$author,$authoremail,$subject,$message);
62: function contactform ($uid,$subject="",$message="");
83: function mailstory ($sid,$to,$toemail,$from,$fromemail,$sid);
105: function mailstoryform ($sid);
search.php - 3 functions/classes, 165 lines, 6666 bytes
37: function searchform ();
67: function searchstories ($query,$topic,$datestart,$dateend,$author,$type);
146: function searchresults ($A);
stats.php - 147 lines, 5310 bytes
submit.php - 5 functions/classes, 251 lines, 10523 bytes
39: function submissionform ($type="story");
78: function submitevent ();
95: function submitlink ();
120: function submitstory ();
172: function savesubmission ($type,$A);
users.php - 4 functions/classes, 216 lines, 8468 bytes
37: function userprofile ($user);
71: function emailpassword ($username);
102: function createuser ($username,$email);
130: function defaultform ($msg);
usersettings.php - 5 functions/classes, 241 lines, 11110 bytes
37: function edituser ();
65: function editpreferences ();
130: function editcommentprefs ();
157: function saveuser ($A);
175: function savepreferences ($A);
README - 2627 bytes
sql/
data.sql - 14150 bytes
table.sql - 7832 bytes
updates/
0.1_to_0.2.sql - 289 bytes
0.2_to_0.3.sql - 357 bytes
0.3_to_0.4.sql - 1507 bytes
0.4_to_0.5.sql - 350 bytes
0.5_to_1.0.sql - 2479 bytes
1.0_to_1.1.sql - 9418 bytes

Stats: 13 folders, 72 files, 342175 bytes (total), 185587 bytes (scripts), 28 php files, 16 php files with functions, 4961 lines of code, 90 functions and 0 classes.
Package scan generated with phpPackageScan 1.0