Scoop -- the swiss army chainsaw of content management
Front Page · Everything · News · Code · Help! · Wishlist · Project · Scoop Sites · Dev Notes · Latest CVS changes · Development Activities
my install story Bugs
By turmeric , Section Help! []
Posted on Wed Feb 13, 2002 at 12:00:00 PM PST
Hi. I spent 5 hours trying to install scoop
and have yet to see the start page. I am to
the point where I go to http://192.168.0.6/~don/scoop
and it just gives me this:

 Index of /~don/scoop
 Name			 Last modified	     Size  Description
 Parent Directory	 12-Feb-2002 16:00	-
 CHANGES		 05-Feb-2002 14:12     5k
 INSTALL		 19-Jan-2002 22:00    14k
 LICENSE		 22-Apr-2000 20:56    15k
 VERSION		 05-Feb-2002 19:21     1k
 cron/			 10-Feb-2002 23:37	-
 . . . 

Below is my more detailed story of what I went thru
to get this far.

read www.kuro5hin.org/faq
read scoop.kuro5hin.org
get cvs source
read INSTALL
read 'admin guide'
apt-get install mysql (doesnt work)
apt-get install mysql-server
  wait a while.
read more INSTALL
read more adming guide

sudo apt-get install libapache-mod-perl

bork around looking for the 'root password' on debian mysql.
/etc/my.cnf edit the password. wrong now mysql wont start.
erase and reinstall mysql-server debian package.

/usr/share/doc/mysql/README.debian tells how. run that.
ok now what? try scoop/scripts/install.pl.

answer a whole bunch of meaningless CPAN shit i dont understand.
try to pick a mirror by pinging the ip.

tried two mirrors
ou.edu and
linuxjars.com.

ou.edu freezes on connect
linuxjars.com says no anonymous access.
finally found one that works right.

ok but then:


in the subdir 'include'. [/usr/local]
Cannot find one of include/mysql/mysql.h, include/mysql.h in
/usr/local at lib/DBD/mysql/Install.pm line 165, <STDIN> line 4.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install
Running install for module Apache::DBI
Running make for M/ME/MERGL/ApacheDBI-0.88.tar.gz
Fetching with LWP:

ftp://ruff.cs.jmu.edu/pub/CPAN/authors/id/M/ME/MERGL/ApacheDBI-0.88.tar.gzLWP failed with code[500]
message[LWP::Protocol::MyFTP: Bad
hostname 'ruff.cs.jmu.edu']


wtf?

goddamn this shit takes a long time to download over a modem.
and to compile.


. . . 
URI is up to date.
HTML::Tagset is up to date.
HTML::HeadParser is up to date.
LWP::Simple is up to date.
XML::Parser is up to date.
XML::RSS is up to date.
Bundle summary: The following items in bundle Bundle::Scoop had
installation problems:
  DBD::mSQL Apache::Request Apache::Session


i scroll up to see what the problem is.


Running install for module Apache::Request
Running make for J/JI/JIMW/libapreq-0.33.tar.gz
  Is already unwrapped into directory
/root/.cpan/build/libapreq-0.33
  Has already been processed within this session
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
Running install for module Apache::Session
Running make for J/JB/JBAKER/Apache-Session-1.54.tar.gz
  Is already unwrapped into directory
/root/.cpan/build/Apache-Session-1.54
  Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/lib/perl/5.6.1 -I/usr/share/perl/5.6.1 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;'
t/*.t


t/99base64..........ok


. . .


t/99semaphore.......ok


t/99storable........ok


t/99uue.............ok
All tests successful, 5 tests skipped.
Files=18, Tests=100, 13 wallclock secs (10.08 cusr +  0.96 csys =
11.04 CPU)
  /usr/bin/make test -- OK
Running make install
  Already done
Apache::Session::DBI is up to date.
Apache::SIG is up to date.
Class::Singleton is up to date.
Crypt::UnixCrypt is up to date.


well, fuck it. i will hit 'y' anyway.


oo::Bar] is up to date.", then enter yes below. Otherwise,
I'll run through that again to make sure.

Is everything up to date? y/[N] > y

Ok! You should be done with the CPAN phase of the install.
Be warned -- if you saw errors above, some modules may not
have installed right. There's no easy way for me to know
if they hav




Cool!  It looks like your Apache config is all set up.	I will
output this configuration file to httpd-myscoopsite.conf in this
directory.  To finish configuring Apache, just write a line like
Include /path/to/httpd-myscoopsite.conf at the end of your apache
httpd.conf file.  Usually that file is at
/usr/local/apache/conf/httpd.conf.


(this could be automated to give the correct path not
'path/to/blah')



/etc/initd/apache stop

edit the /etc/apache/httpd.conf file to include
/home/don/scoop/etc/httpd-localsite.conf

using this thing:

"

I couldn't find the httpd-location.conf in the default location.
Remember, this path must be absolute!
Sample httpd-location.conf?
[/home/don/scoop/etc/httpd-location.conf] >

"

root@dryes:/etc/apache# /etc/init.d/apache start

Starting web server: apacheSyntax error on line 47 of
/home/don/scoop/etc/httpd-location.conf:
Invalid command '<perl>', perhaps mis-spelled or defined by a
module not included in the server configuration
failed


dryes:/home/don/scoop# find .  | grep httpd

./etc/httpd-vhost.conf
./etc/httpd-location.conf
./scripts/httpd-myscoopsite.conf


ok change /etc/apache/httpd.conf to Include httpd-myscoopsite.conf
Include /home/don/scoop/scripts/httpd-myscoopsite.conf

dryes:/home/don/scoop# /etc/init.d/apache stop
Stopping web server: apacheNo /usr/sbin/apache found running; none
killed..
dryes:/home/don/scoop# /etc/init.d/apache start

Starting web server: apacheSyntax error on line 47 of
/home/don/scoop/scripts/httpd-myscoopsite.conf:
Invalid command '<perl>', perhaps mis-spelled or defined by a
module not included in the server configuration
failed

dryes:/home/don/scoop#

hmm. do i have mod-perl installed?

dryes:/home/don/scoop# dpkg --list | grep apache

ii  apache	   1.3.23-1	  Versatile, high-performance HTTP server ii  
ii  apache-common  1.3.23-1	  Support files for all Apache webservers 
ii  libapache-mod-perl 1.26-2	  Integration of perl with the Apache web server



hmm
well, nothing is helping. time to groups.google.com

ok now kde locked up.
start konqueror from the command line.

shit, the modem connection went down and now both konquerors are
locked up and i cant ctrl-c the one i started from commandline.
ok file/exit on it.groups.google.com lets try again.
now what was i looking for? something about <perl>

bingo lots of hits. too bad konqueror has decided to stop letting
me click on blue links. ah there, it let me click on them now.


1st day over.
maybe 2 hours spent.

1pm next day

put
LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
into /etc/apache/httpd.conf on a hunch.


root@dryes:/home/don# /etc/init.d/apache start


Starting web server: apache[Tue Feb 12 13:22:30 2002] [error]
Can't locate Apache/Request.pm in @INC (@INC contains:
/home/don/scoop/lib /usr/local/lib/perl/5.6.1
/usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5
/usr/lib/perl/5.6.1 /usr/share/perl/5.6.1 /usr/local/lib/site_perl
. /etc/apache/ /etc/apache/lib/perl) at
/home/don/scoop/lib/Scoop.pm line 586.
BEGIN failed--compilation aborted at /home/don/scoop/lib/Scoop.pm
line 586.
Compilation failed in require at /home/don/scoop/etc/startup.pl
line 60.
BEGIN failed--compilation aborted at
/home/don/scoop/etc/startup.pl line 60.
Compilation failed in require at (eval 9) line 1.

Syntax error on line 157 of
/home/don/scoop/scripts/httpd-myscoopsite.conf:
Can't locate Apache/Request.pm in @INC (@INC contains:
/home/don/scoop/lib /usr/local/lib/perl/5.6.1
/usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5
/usr/lib/perl/5.6.1 /usr/share/perl/5.6.1 /usr/local/lib/site_perl
. /etc/apache/ /etc/apache/lib/perl) at
/home/don/scoop/lib/Scoop.pm line 586.
BEGIN failed--compilation aborted at /home/don/scoop/lib/Scoop.pm
line 586.
Compilation failed in require at /home/don/scoop/etc/startup.pl
line 60.
BEGIN failed--compilation aborted at
/home/don/scoop/etc/startup.pl line 60.
Compilation failed in require at (eval 9) line 1.

failed

root@dryes:/home/don#




Ok, so its looking for Request.pm. scrolling up i see this was
some 'error: alreay installed' during scoop/scripts/install.pm
..... in fact here it is:
root@dryes:/home/don/scoop/scripts# ls /root/.cpan/build/libapreq-0.33/Request/
Makefile  Makefile.PL  Request.pm  Request.xs
root@dryes:/home/don/scoop/scripts#

Now what?
don@dryes:/etc/apache$ sudo rm -rf /root/.cpan/build/libapreq-0.33/

p$ cd scripts/
don@dryes:~/scoop/scripts$ su
Password:
root@dryes:/home/don/scoop/scripts# ./install.pl
answer alot of questions.

oh yeah, the 'include' stuff isnt working.
apt-get install libmysqlclient10-dev
dpkg --listfiles libmysqlclient10-dev
give it '/usr' for where mysql is installed.

forgot to startup mysql got alot of weird errors.
startup mysql, retry install.pl
answer alot of questions.

Note (probably harmless): No library found for -lgz
???

lib/libapreq.pod
cp lib/Apache/libapreq.pm blib/lib/Apache/libapreq.pm
make[1]: Entering directory `/root/.cpan/build/libapreq-0.33/c'
cc -c -I/usr/lib/perl5/auto/Apache/include
-I/usr/lib/perl5/auto/Apache/include/modules/perl -DDEBIAN
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.10\"
-DXS_VERSION=\"0.10\" -fPIC -I/usr/lib/perl/5.6.1/CORE
apache_request.c
In file included from apache_request.c:58:
apache_request.h:5: httpd.h: No such file or directory
apache_request.h:6: http_config.h: No such file or directory
apache_request.h:7: http_core.h: No such file or directory
apache_request.h:8: http_log.h: No such file or directory
apache_request.h:9: http_main.h: No such file or directory
apache_request.h:10: http_protocol.h: No such file or directory
apache_request.h:11: util_script.h: No such file or directory
make[1]: *** [apache_request.o] Error 1
make[1]: Leaving directory `/root/.cpan/build/libapreq-0.33/c'
make: *** [subdirs] Error 2
  /usr/bin/make  -- NOT OK
Running make test
. . .
::HeadParser is up to date.
LWP::Simple is up to date.
XML::Parser is up to date.
XML::RSS is up to date.
Bundle summary: The following items in bundle Bundle::Scoop had
installation problems:
  DBD::mSQL Apache::Request

Well, I bet that was fun. The easiest way to see if all that
was successful is just to run it until you get a list of success
messages. So, if you just saw a list of output consisting entirely
of "[Foo::Bar] is up to date.", then enter yes below. Otherwise,
I'll run through that again to make sure.

Is everything up to date? y/[N] >



UGH
ok didnt work. need to what, get apache dev?



Sorry, but the following packages have unmet dependencies:
  apache-dev: Depends: libdb2-dev (>= 2.7.7-2.1) but it is not
going to be installed
E: Sorry, broken packages

root@dryes:/home/don/scoop# apt-cache search httpd.h

thttpd - tiny/turbo/throttling HTTP server

root@dryes:/home/don/scoop# dpkg --list  | grep apache

ii  apache	   1.3.23-1	  Versatile, high-performance HTTP
server
ii  apache-common  1.3.23-1	  Support files for all Apache
webservers
ii  libapache-mod- 1.26-2	  Integration of perl with the
Apache web
serv

root@dryes:/home/don/scoop# apt-get install apache-common

Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, apache-common is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 294  not

upgraded.root@dryes:/home/don/scoop# locate httpd.h

/usr/src/linux-2.4.17/include/config/khttpd.h

root@dryes:/home/don/scoop#

ok
where the hell is this stuff:

apache_request.h:5: httpd.h: No such file or directory
apache_request.h:6: http_config.h: No such file or directory
apache_request.h:7: http_core.h: No such file or directory
apache_request.h:8: http_log.h: No such file or directory
apache_request.h:9: http_main.h: No such file or directory
apache_request.h:10: http_protocol.h: No such file or directory
apache_request.h:11: util_script.h: No such file or directory

maybe in apache source?
cd /tmp
apt-get source apache.
Need to get 2781kB of source archives.


ok... so apache-dev is 'broken' and
apt-get source apache deosnt remind me of any
debian source pile i've ever seen (everything is
under some 'upstream' directory in gz tarballs)
so i cant remember how to compile it, nor do i care. 

apt-get update
apt-get install apache-dev
(same error as before.)
ok now what? hmmm....

don@dryes:~/scoop/scripts$ sudo apt-get install libdb2-dev
don@dryes:~/scoop/scripts$ sudo apt-get install apache-dev

./install.pl

ok works better but
now i get


.
.
.
.

/50commit..........dubious
	Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-30
	Failed 30/30 tests, 0.00% okay
t/60leaks...........skipped test on this platform
t/ak-dbd............DBI->connect(database=test) failed: Access
denied for user: 'root@localhost' (Using password: NO) at
t/ak-dbd.t line 59



t/ak-dbd............ok 3/90Can't call method "func" on an
undefined value at ../tests/mysql.dbtest line 101.

t/ak-dbd............dubious
	Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1, 4-90
	Failed 88/90 tests, 2.22% okay
t/akmisc............Mysql->connect(database=test;host=) failed:
Access denied for user: 'root@localhost' (Using password: NO) at
t/akmisc.t line 133
t/akmisc............NOK 1Cannot connect: Access denied for user:
'root@localhost' (Using password: NO)
	It looks as if your server is not up and running.
	This test requires a running server.
	Please make sure your server is running and retry.

.
.
.


now, i cant run mysql if i am root
but i cant run install.pl if i am not root....
or is that right? wtf?

ok they say on slashdot.org#scoop i need mysql -p
but i cant because its in some script i dont know where.


ok on irc.slashdot.org#scoop they said to use the username and password from /etc/mysql/my.cnf and
that seems to work better. but

still 


Bundle summary: The following items in bundle Bundle::Scoop had
installation problems:
  DBD::mSQL


well
so i redo install.pl and choose 'mysql and msql' drivers option.
now it still has this:

Bundle summary: The following items in bundle Bundle::Scoop had
installation problems:
  DBD::mSQL


so i just ignore mSQL error and hit y
.



now i try to start apache.
it starts.
now i try this:

http://192.168.0.6/~don/scoop
nope.

404 file not found.
[Tue Feb 12 15:52:19 2002] [error] [client 192.168.0.6] File does
not exist: /home/don/www/scoop


hrmmmmm
lets try moving /home/don/scoop into /home/don/www/scoop
and symbolic linking it.
don@dryes:~$ mv scoop www
don@dryes:~$ ln -s /home/don/www/scoop /home/don/scoop

ok now i get this:


http://192.168.0.6/~don/scoop/

 Index of /~don/scoop
 Name			 Last modified	     Size  Description


 Parent Directory	 12-Feb-2002 16:00	-
 CHANGES		 05-Feb-2002 14:12     5k
 INSTALL		 19-Jan-2002 22:00    14k
 LICENSE		 22-Apr-2000 20:56    15k
 VERSION		 05-Feb-2002 19:21     1k
 cron/			 10-Feb-2002 23:37	-
 doc/			 10-Feb-2002 23:37	-
 etc/			 10-Feb-2002 23:38	-
 html/			 10-Feb-2002 23:38	-
 lib/			 10-Feb-2002 23:38	-
 scripts/		 11-Feb-2002 18:46	-
 struct/		 10-Feb-2002 23:40	-

Apache/1.3.23 Server at 192.168.0.6 Port 80

hmmmmmm
ok now what
i spent 3 hours on this stuff today.

so i re-read scoop/INSTALL and it says to post problems to
scoop.kuro5hin.org. OK, i guess I will try that.
< Clearer Separation of Blocks? | Replying to week-old comments >

Menu
· create account
· faq
· search
· report bugs
· Scoop Administrators Guide
· Scoop Box Exchange

Login
Make a new account
Username:
Password:

Poll
this story shows how
· turmeric is an idiot 50%
· the command line is superior to the GUI 0%
· open source software is easy to install 50%
· unix is superior to windows 0%
· mySQL is superior to microsoft SQL server 0%
· apache is superior to microsoft IIS 0%
· perl is superior to C 0%
· debian is superior to redhat 0%
· linux is superior to BSD 0%
· none of the above 0%

Votes: 2
Results | Other Polls

Related Links
· Scoop
· Slashdot
· Kuro5hin
· More on Bugs
· Also by turmeric

Story Views
  95 Scoop users have viewed this story.

Display: Sort:
my install story | 94 comments (94 topical, 0 hidden)
I'm not familiar with install.pl but... (none / 0) (#1)
by janra on Tue Feb 12, 2002 at 05:57:52 PM PST

(I actually installed scoop before install.pl showed up, and so I've never used it.)

Did you check to make sure that all of the paths in your httpd-myscoopsite.conf are correct, and that the Location section containing the SetHandler directive points at the right directory? The PerlRequire directive as well? I especially am curious, since you moved the scoop base directory - I have a sneaking suspicion that the Location, or possibly another of the path indicators, are referring to the wrong directory. The index listing you get implies that apache is using the default handler, so something isn't running properly. It could be something else, but that's the first thing I thought of...

Another question is, is your mysql server running? You had an error partway through (t/akmisc............NOK 1Cannot connect: Access denied for user: 'root@localhost' (Using password: NO) It looks as if your server is not up and running. This test requires a running server. Please make sure your server is running and retry.) that said it looked like mysqld wasn't running, and you didn't mention starting it at any point.

On a side note, the directory scoop appears to be in (from the user's point of view) doesn't have to be the directory the code is actually in. I have 3 scoop sites installed, only one of which actually has the code in its directory. I just created an empty directory for the others, and added Location sections as appropriate.


--
Discuss the art and craft of writing




Some hints from a fellow debian user. (none / 0) (#3)
by khedron on Tue Feb 12, 2002 at 09:27:26 PM PST

Here's an email I sent to rusty et al. about my recent debian scoop experience. Oh, a hint about Debian, stable (potato) is really outdated, I run the testing (woody) tree.

http://www.debian.org/releases/testing/

---

Hoopla!

I first tried installing a month ago, but gave up due to lack of time.

A few bumps I found in the install process: You might want to mention that -MCPAN requires unzip, wget, & ncftp, these were not included in my debian default install, nor were they a req for perl or apache-perl.

Because I installed apache & mod_perl using apt-get install apache-perl, I had to also grab the apache-dev package for perl module compilation.

Likewise I installed mySQL using the mysql-server package I also had to install the libmysqlclient10-dev package for perl
module compilation.

It is very likely that I could have installed the perl modules need for scoop using debian package management, but I thought using the install script would be best.

During compilation of the DBD::mSQL module I received an error indicating that the linker couldn't find a z lib, even though I had libz.so.1 in my /usr/lib

To fix this I had to create a softlink to /usr/lib/libz.so which let me compile properly.

Of course it failed that one test, so I had to go into CPAN interactive mode and do a force install.

I'll probably be making a script to generate a proper .deb, dependencies, fresh cvs pull and all for my internall use. Would you be interested?

Even though I selected a location-based install, the Alias line in the generated httpd.conf file pointed from /scoop/images/ instead of /images

I had to fix this to get images to work properly.
<snip>

---
Hope this helps you out.

--
Michael



a few things (none / 0) (#5)
by hurstdog on Tue Feb 12, 2002 at 10:25:21 PM PST

I am to the point where I go to http://192.168.0.6/~don/scoop and it just gives me this:

I don't think this will work because I think that apache will use the userdir directive's first, so that it will see the ~don, then immediately just follow the rules for a user's home directory. It doesn't seem to be like a location install will work there, to me. I could be wrong. What you might want to try to do is doing a virtual host based install, and see if you can get it to work there.

in the subdir 'include'. [/usr/local]
Cannot find one of include/mysql/mysql.h, include/mysql.h in
/usr/local at lib/DBD/mysql/Install.pm line 165, <STDIN> line 4.

This is most likely because you don't have the mysql development modules installed. Install mysql-dev, and it should install the .h files as well.

root@dryes:/home/don/scoop# dpkg --list  | grep apache

ii  apache	   1.3.23-1	  Versatile, high-performance HTTP
server
ii  apache-common  1.3.23-1	  Support files for all Apache
webservers
ii  libapache-mod- 1.26-2	  Integration of perl with the
Apache web
serv

root@dryes:/home/don/scoop# 

Like we've said on irc, don't use debian apache binaries. Compile it yourself. You can use the old configuration files if you like, it won't overwrite them on an install.



-hurstdog


Education (none / 0) (#8)
by Shane Warne on Wed Jan 06, 2016 at 05:42:09 AM PST

It is very necessary and fundamental. It is opposed for the right and valuable. The visits and information is believed to be certain in form of bestessays.com.au review. The fascination is achieved and implemented.



thanks (none / 0) (#9)
by Tadik on Wed Apr 27, 2016 at 05:01:10 PM PST

This was a really good contest and hopefully I can attend the next one. Good job! 192.168.0.1



jhonwattson (none / 0) (#10)
by alikhan on Wed May 04, 2016 at 11:57:20 AM PST

Camping is simplest way to experience a natural sight-seeing opportunities of Kenya. A lot of camps will be sited around private preservation areas, when walking plus night moves are established. In any safari, visitors are along with staff affiliates who help in various domains. web design firm



Burials At Sea By Captain Johnnie Lee (none / 0) (#11)
by michealjohn on Mon May 09, 2016 at 09:23:26 AM PST

Good Post, I am a big believer in posting comments on sites to let the blog writers know that theyâ€<sup>TM</sup>ve added something advantageous to the world wide web! burial at sea long beach



Pretty Posh Events (none / 0) (#12)
by michealjohn on Tue May 10, 2016 at 10:10:22 AM PST

So it is interesting and very good written and see what they think about other people. Event Planner NJ



Essay (none / 0) (#13)
by AthenaParker on Wed May 11, 2016 at 06:56:41 AM PST

I want to get started on the besstdissertation.com along with should recognize how widespread these are. You'll find countless freelance writers but not ample authors pertaining to individuals whom wish to produce their unique reports. Think this can be highly recommended?



jhonwattson (none / 0) (#14)
by alikhan on Thu May 12, 2016 at 12:39:50 PM PST

Thanks for all your referrals a person provide all of us via your own weblogs. puppy trainer



jhonwattson (none / 0) (#15)
by alikhan on Thu May 12, 2016 at 12:51:07 PM PST

Thanks for all your referrals a person provide all of us via your own weblogs. puppy trainer



great (none / 0) (#16)
by rozirose124 on Sun May 15, 2016 at 04:09:55 PM PST

I should assert barely that its astounding! The blog is informational also always fabricate amazing entitys. Emotional Hook Formula



Watch Latest Pakistani Talk Shows and Dramas Onlin (none / 0) (#17)
by julianamartin on Tue May 17, 2016 at 05:22:01 AM PST

I also benefit from learning the assessments but learn that a lot of people ought to stay on essay to try and add worth in the direction of the authentic weblog release. Dunya News



Jual Laptop Notebook PC HP Lenovo Printer Tinta To (none / 0) (#18)
by davidqq on Sat May 21, 2016 at 04:43:39 AM PST

wow what a great post is this... thanks for sharing boss, keep share these valuable content. Jual Lenovo



Cedars Transports (none / 0) (#19)
by julianamartin on Mon May 23, 2016 at 04:03:07 AM PST

I understand this column. I realize You put a many of struggle to found this story. I admire your process. shuttle service down town la



ICE9 Technology Review (none / 0) (#20)
by julianamartin on Wed May 25, 2016 at 03:47:37 AM PST

I would recommend simply excellent and also trustworthy details, thus notice: ICE9 Technology Review



BlackMen (none / 0) (#21)
by BlackMen1 on Thu May 26, 2016 at 04:03:15 AM PST

I realize You put a many of struggle to found this story. cccam server



great (none / 0) (#22)
by rozirose124 on Sat May 28, 2016 at 08:20:16 AM PST

I wrote about a similar issue, I give you the link to my site. patent service usa



great (none / 0) (#23)
by rozirose124 on Sun May 29, 2016 at 04:46:05 AM PST

Interesting and interesting information can be found on this topic here profile worth to see it. organic baby mattresses



great (none / 0) (#24)
by rozirose124 on Sun May 29, 2016 at 08:17:36 AM PST

Thanks for writing such a good article, I stumbled onto your blog and read a few post. I like your style of writing... plastic cable carrier



great (none / 0) (#25)
by rozirose124 on Mon May 30, 2016 at 03:31:09 PM PST

These things are very important, good think so - I think so too... West Palm Beach accident lawyer



great (none / 0) (#26)
by rozirose124 on Thu Jun 02, 2016 at 08:10:36 AM PST

Listed here you'll learn it is important, them offers the link in an helpful webpage: eyelid surgery atlanta



great (none / 0) (#27)
by rozirose124 on Thu Jun 02, 2016 at 12:54:10 PM PST

It's superior, however , check out material at the street address. dedicated server



BlackMen (none / 0) (#28)
by BlackMen1 on Mon Jun 06, 2016 at 05:58:39 AM PST

added something advantageous to the world wide web! stone mountain personal injury attorney



great (none / 0) (#29)
by rozirose124 on Fri Jun 10, 2016 at 09:33:39 AM PST

I encourage you to read this text it is fun described ... equipo de sonido



great (none / 0) (#30)
by rozirose124 on Sun Jun 12, 2016 at 06:55:58 AM PST

wow this saintly however ,I love your enter plus nice pics might be part personss negative love being defrent mind total poeple , onenightstanddate



great (none / 0) (#31)
by rozirose124 on Sun Jun 12, 2016 at 11:49:31 AM PST

Make the most of mainly premium substances - you will find him or her for: job listings



great (none / 0) (#32)
by rozirose124 on Wed Jun 15, 2016 at 03:26:53 PM PST

Cool you write, the information is very good and interesting, I'll give you a link to my site. Tree Pruning Nassau County NY



great (none / 0) (#33)
by rozirose124 on Mon Jun 20, 2016 at 02:55:48 PM PST

During this website, you will see this shape, i highly recommend you learn this review. Knee Injury Lawyer



great (none / 0) (#34)
by rozirose124 on Tue Jun 21, 2016 at 08:30:59 AM PST

I should say only that its awesome! The blog is informational and always produce amazing things. Lipo battery manufacturers



great (none / 0) (#35)
by rozirose124 on Tue Jun 21, 2016 at 04:57:05 PM PST

Actually I read it yesterday but I had some thoughts about it and today I wanted to read it again because it is very well written. Brazilian honeymoon packages



Best SEO Agency (none / 0) (#36)
by Muneer1 on Thu Jun 23, 2016 at 04:19:33 AM PST

I admire this article for the well-researched content and excellent wording. I got so involved in this material that I couldn't stop reading. I am impressed with your work and skill. Thank you so much. Best SEO Agency



great (none / 0) (#37)
by rozirose124 on Sat Jun 25, 2016 at 02:23:44 PM PST

You ought to basically fantastic not to mention solid advice, which means notice: Make a man fall in Love



Thanks for sharing this interesting blog with us.M (none / 0) (#38)
by AlexxelA1 on Tue Jun 28, 2016 at 07:28:43 AM PST

Thanks for sharing this interesting blog with us.My pleasure to being here on your blog..Iwannacomebeck here for new post from your site 192.168.1.1



great (none / 0) (#39)
by rozirose124 on Fri Jul 01, 2016 at 08:31:27 AM PST

I also wrote an article on a similar subject will find it at write what you think. Lovetraction Lines Review



jhonwattson (none / 0) (#40)
by alikhan on Tue Jul 12, 2016 at 10:23:35 AM PST

Your site has grown a one-stop find as much as possible tutorial authoring. Thanks for your time in the very good get the job done. As i tested the online sites one preferred and even On the net which will best-dissertation.pores and skin look though. Ones own get the job done is kind of exemplary. houston apostille service



jhonwattson (none / 0) (#41)
by alikhan on Tue Jul 12, 2016 at 10:27:58 AM PST

Your site has grown a one-stop find as much as possible tutorial authoring. Thanks for your time in the very good get the job done. As i tested the online sites one preferred and even On the net which will best-dissertation.pores and skin look though. Ones own get the job done is kind of exemplary. houston apostille service



jhonwattson (none / 0) (#42)
by alikhan on Tue Jul 12, 2016 at 04:57:04 PM PST

When i viewed in place your site for the reason that I've got read a whole lot in relation to ones threads. Thankful to mention. apostille services texas



jhonwattson (none / 0) (#43)
by alikhan on Fri Jul 15, 2016 at 06:22:48 PM PST

You're 1 really dependable weblog author. I am talking about, typically, writers come up with problems and also the data they provide isn't because useful. A person however; all you state writing instruments away. Your own suggestion with regard to using for example had been the very best. This website is ideal! App Mobile Solutions



great (none / 0) (#44)
by rozirose124 on Fri Jul 22, 2016 at 08:32:18 PM PST

I can recommend primarily decent and even responsible tips, as a result view it: aventura locksmith



JHON (none / 0) (#45)
by alikhan on Sun Jul 24, 2016 at 05:58:38 AM PST

I adore each of the threads, I relished, I'd really like much more information with this, mainly because it is quite pleasant., Appreciate it intended for giving. cheap korean clothes online



JHON (none / 0) (#46)
by alikhan on Tue Jul 26, 2016 at 08:25:13 AM PST

As i browse your site at working on ratings and even As i at present believe as a result pushed. As i is marketed their employment you need to do an important for one individual authoring small business and even And also evading the application. Reckon at present, considering the opinion one awarded all of us, We can give it a shot. film online



jon (none / 0) (#47)
by alikhan on Wed Jul 27, 2016 at 05:36:03 AM PST

Properly, this kind of received myself pondering how many other workout routines are usually best for people folks which locate yourself traveling or perhaps have got constrained products alternatives. millermatic



jon (none / 0) (#48)
by alikhan on Wed Jul 27, 2016 at 05:40:39 AM PST

Properly, this kind of received myself pondering how many other workout routines are usually best for people folks which locate yourself traveling or perhaps have got constrained products alternatives. millermatic



JHON (none / 0) (#49)
by alikhan on Wed Jul 27, 2016 at 10:56:32 AM PST

Fantastic submit i need to point out and also thank you for your details. Schooling is surely a sticky subject matter. Nonetheless, remains on the list of major subject areas individuals moment. My partner and i enjoy the submit and also enjoy a lot more. cara menggugurkan kandungan



JHON (none / 0) (#50)
by alikhan on Wed Jul 27, 2016 at 11:13:28 AM PST

Perusing a web logs will make everybody plan to be able to write increasingly. I did so some that i was basically attractive floored with the help of. It again mightn't be undertaken to all your quality and yet it's awesome. I can also transmit most people the link allowing you to analyze it again in my circumstances you should spirit. SEO.CASA



great (none / 0) (#51)
by rozirose124 on Thu Jul 28, 2016 at 05:48:32 PM PST

This is very interesting content! I have thoroughly enjoyed reading your points and have come to the conclusion that you are right about many of them. You are great. Language of Desire Course



great (none / 0) (#52)
by rozirose124 on Fri Jul 29, 2016 at 08:08:28 AM PST

Amazing, this is great as you want to learn more, I invite to This is my page. Gabs Gender Guru



great (none / 0) (#53)
by rozirose124 on Thu Aug 04, 2016 at 05:48:20 AM PST

I like to recommend exclusively fine plus efficient information and facts, hence notice it: wilfs calmer plan



great (none / 0) (#54)
by rozirose124 on Thu Aug 04, 2016 at 07:30:30 AM PST

Amazing, this is great as you want to learn more, I invite to This is my page. Sovallo Reflux Treatment Fixer



JHON (none / 0) (#55)
by alikhan on Thu Aug 04, 2016 at 09:07:52 AM PST

A web logs are actually amazing! You possess presented everybody that i are able to be able to write compatible with I just ever previously concept I was able to. Space hotel OPL Development



JHON (none / 0) (#56)
by alikhan on Mon Aug 08, 2016 at 07:31:10 AM PST

Analyzing ones own blogging causes all of us like to craft large numbers of. Used to do an important which is relatively shocked through. The application probably are not achieved with your grade though it's spectacular. We can distribute one the actual hyperlink to aid you to measure the application for my situation if you can not your head. Capernaum



JHON (none / 0) (#57)
by alikhan on Wed Aug 10, 2016 at 08:17:43 AM PST

Get high-quality Free Website Templates, Free Bootstrap Templates and Free HTML5 and CSS3 Templates. Build your website with beautiful and responsive template from TemplateOcean Free Website Templates



great (none / 0) (#58)
by rozirose124 on Sat Aug 20, 2016 at 07:11:18 PM PST

Cool you write, the information is very good and interesting, I'll give you a link to my site. ablocksmithauto.com



SHAREit (none / 0) (#59)
by rajesh834 on Wed Aug 31, 2016 at 03:40:44 AM PST

good Shareit for PC provides the ultimate lightening SHAREit Windows PC Once you click on the above link it asks you to save the file. SHAREit Windows PC nice.



great (none / 0) (#60)
by rozirose124 on Thu Sep 01, 2016 at 05:21:46 AM PST

I've proper selected to build a blog, which I hold been deficient to do for a during. Acknowledges for this inform, it's really serviceable! gabs neuro guide



great (none / 0) (#61)
by rozirose124 on Tue Sep 06, 2016 at 07:37:14 AM PST

I wrote about a similar issue, I give you the link to my site. Jits Polyp Plan



great (none / 0) (#62)
by rozirose124 on Sun Sep 11, 2016 at 04:17:11 AM PST

Excellent read, Positive site youtube subscribers, where did u come up with the information on this posting?I have read a few of the articles on your website now, and I really like your style. Thanks a million and please keep up the effective work. youtube views



sad (none / 0) (#63)
by alexkhan on Sun Sep 11, 2016 at 08:36:16 AM PST

It proved to be Very helpful to me and I am sure to all the commentators here! leader characteristics



great (none / 0) (#64)
by rozirose124 on Mon Sep 12, 2016 at 01:27:09 AM PST

This is helpful, nonetheless it can be crucial so that you can check out the following website: Caths Remedy Answer



great (none / 0) (#65)
by rozirose124 on Fri Sep 16, 2016 at 07:00:46 AM PST

I read this article. I think You put a lot of effort to create this article. I appreciate your work. Trefendous Quick Singer Tips



great (none / 0) (#66)
by rozirose124 on Fri Sep 16, 2016 at 07:43:41 AM PST

I exploit solely premium quality products -- you will observe these individuals on: How To Prevent Sleep Apnea Easily



sa (none / 0) (#67)
by alexkhan on Mon Sep 19, 2016 at 04:13:52 AM PST

Nice post! This is a very nice blog that I will definitively come back to more times this year! Thanks for informative post. dysparunia



great (none / 0) (#68)
by rozirose124 on Mon Sep 19, 2016 at 08:27:37 AM PST

free youtube subscribers Find the best essays on is my friend's profile page. free youtube views



a (none / 0) (#69)
by alexkhan on Wed Sep 21, 2016 at 03:17:47 AM PST

I know your expertise on this. I must say we should have an online discussion on this. Writing only comments will close the discussion straight away! And will restrict the benefits from this information. procrastination quotes



calvin (none / 0) (#70)
by alexkhan on Mon Oct 03, 2016 at 08:57:18 AM PST

thanks for the tips and information..i really appreciate it.. Compact Analysis



great (none / 0) (#71)
by rozirose124 on Sat Oct 15, 2016 at 07:10:42 PM PST

Your texts on this subject are correct, see how I wrote this site is really very good. Blackjack spielen



SHAREit (none / 0) (#72)
by vinit634 on Thu Nov 10, 2016 at 01:17:53 AM PST

good It is normally as well simple fact that smartphone happen SHAREit for PC and you will observe an amazing UI software on your personal pc screen. nice.



great (none / 0) (#73)
by rozirose124 on Tue Mar 20, 2018 at 07:26:34 AM PST

On that website page, you'll see your description, why not read through this. ICOS



james jack (none / 0) (#74)
by pioneerseo on Tue Mar 27, 2018 at 12:25:32 AM PST

Make the most of mainly premium substances - you will find him or her for: Car Title Loans Fort Lauderdale



james jack (none / 0) (#75)
by pioneerseo on Thu Apr 05, 2018 at 11:42:07 AM PST

Mmm.. estimable to be here in your report or notify, whatever, I repute I should moreover process strong for my have website want I play some salubrious further updated busy in your location. putlockers hub



james jack (none / 0) (#76)
by pioneerseo on Sat Apr 07, 2018 at 10:57:08 AM PST

On this subject internet page, you'll see my best information, be sure to look over this level of detail. 카지노사이트



It is especially decent, (none / 0) (#77)
by Faheem on Mon Apr 09, 2018 at 02:59:01 PM PST

It is especially decent, though look into the tips during this home address. this contact form



ashly doll (none / 0) (#79)
by ashlydoll on Thu Apr 12, 2018 at 06:52:45 AM PST

It is fine, nonetheless evaluate the information and facts around this correct. watercraft store



ashly doll (none / 0) (#80)
by ashlydoll on Mon Apr 16, 2018 at 02:55:58 AM PST

Such sites are important because they provide a large dose of useful information ... film izle



ashlydoll (none / 0) (#81)
by ashlydoll on Sat Apr 21, 2018 at 09:19:52 AM PST

Initial You got a awesome blog .I determination be involved in plus uniform minutes. i view you got truly very functional matters , i determination be always checking your blog blesss. Rezensionen kaufen



ashly doll (none / 0) (#82)
by ashlydoll on Thu Apr 26, 2018 at 11:47:10 PM PST

Amazing, this is great as you want to learn more, I invite to This is my page. Langzeitmiete Mallorca



ashly doll (none / 0) (#83)
by ashlydoll on Sun Apr 29, 2018 at 09:30:05 AM PST

Initial You got a awesome blog .I determination be involved in plus uniform minutes. i view you got truly very functional matters , i determination be always checking your blog blesss. Test Bank for Multivariable Calculus 8th Edition by Stewart



james jack (none / 0) (#84)
by pioneerseo on Mon Apr 30, 2018 at 11:49:35 PM PST

It is especially decent, though look into the tips during this home address. lokal seo München



ashly doll (none / 0) (#85)
by ashlydoll on Fri May 04, 2018 at 03:41:22 AM PST

The best article I came across a number of years, write something about it on this page. Zahnarztangst Berlin



great (none / 0) (#86)
by rozirose124 on Thu Aug 30, 2018 at 01:41:50 AM PST

I wrote about a similar issue, I give you the link to my site. houston seo consultant



great (none / 0) (#87)
by rozirose124 on Thu Aug 30, 2018 at 01:42:15 AM PST

Your texts on this subject are correct, see how I wrote this site is really very good. quickbooks classes near me



great (none / 0) (#88)
by rozirose124 on Thu Aug 30, 2018 at 01:42:31 AM PST

This is helpful, nonetheless it can be crucial so that you can check out the following website: biker leather jackets



great (none / 0) (#89)
by rozirose124 on Thu Aug 30, 2018 at 01:42:47 AM PST

It is especially decent, though look into the tips during this home address. shapewear



great (none / 0) (#90)
by rozirose124 on Thu Aug 30, 2018 at 01:47:22 AM PST

I use basically superior fabrics : you will discover these products by: scratch and dent appliances houston



great (none / 0) (#91)
by rozirose124 on Thu Aug 30, 2018 at 02:04:40 AM PST

This content is simply exciting and creative. I have been deciding on a institutional move and this has helped me with one aspect. mercedes houston



great (none / 0) (#92)
by rozirose124 on Mon Sep 24, 2018 at 01:49:39 AM PST

I simply want to tell you that I am new to weblog and definitely liked this blog site. Very likely I'm going to bookmark your blog . You absolutely have wonderful stories. Cheers for sharing with us your blog. elon musk



6x9carspeakers (none / 0) (#93)
by geroevsemo on Fri Dec 28, 2018 at 07:01:54 AM PST

click for info click for more Visit W3Schools click for more info click for source click here



my install story | 94 comments (94 topical, 0 hidden)
Display: Sort:

Hosted by ScoopHost.com Powered by Scoop
All trademarks and copyrights on this page are owned by their respective companies. Comments are owned by the Poster. The Rest © 1999 The Management

create account | faq | search