Topic: yapp.. (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=13837" title="Pages that link to Topic: yapp.. (Page 1 of 1)" rel="nofollow" >Topic: yapp.. <span class="small">(Page 1 of 1)</span>\

 
Petskull
Maniac (V) Mad Scientist

From: 127 Halcyon Road, Marenia, Atlantis
Insane since: Aug 2000

posted posted 08-28-2002 16:39

#!/usr/bin/perl
############################################################################
# Voodoo 'Doll' Petskull #
# petskull@twistedport.com #
# http://www.twistedport.com #
#-gbook.cgi 1.0------------------------------------------------------------#
#--------------------------------------------------------------------------#
# (08.28.02) #
# Remember the book still has no way of generating the next pages once the #
# number of posts climbs higher than ten. However, the manner in which it #
# selects which posts go on the page is. #
# #
# Also, no links to the next pages yet (planning on having that dynamic- #
# cgi driven- as well). #
# #
# #
# (08.26.02) #
# The guestbook is now operational, the only problem being the number of #
# posts it displays. #
# #
############################################################################
# require "perl/cgi-lib.pl"; # hide for implementation..
# require "cgi-lib.cgi";

# &ReadParse(*input);

@field;
$noLinesinDat = '0';
# $func = $input{'function'};
# $page = $input{'page'};
# $username = $input{'username'};
# $addy = $input{'email'};
# $body = $input{'body'};

##### These variables are for testing purposes only ######
# $func = "post";
# $page = "2";
$username = "Fire Starter";
$addy = "supafs\@nospam.com";
$body = "Nifty page you've got here..";
##### End of testing variables ######

# $bookdata = "/usr/local/psa/home/vhosts/twistedport.com/httpdocs/guestbook/db.dat";
$bookdata = "db.dat";
$sampOut = "samp.dat";

sub parseStr{
$sample = shift;
$i='0';
$x='0';
do{ # this function will loop until no more '

Petskull
Maniac (V) Mad Scientist

From: 127 Halcyon Road, Marenia, Atlantis
Insane since: Aug 2000

posted posted 08-28-2002 16:40

---db.dat---
Krytical Mass



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu