Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-11-2003, 10:18 AM   #1
Donny
As you wish...
 
Industry Role:
Join Date: May 2002
Posts: 13,754
Who can I trust to install a script?

I have server stats from CaveCreek, stats from Paycounter, now I want to install Webalizer as well (I had it before and loved it - I'm a stats addict). I know nothing about installing scripts on a server. Who's trustworth with all my server info and will do a good job at installing it?

Recommendations are appreciated.
Donny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 10:20 AM   #2
DirkMagnum
Confirmed User
 
Join Date: Dec 2002
Location: behind your monitor
Posts: 145
your admin or the admin that supports the box

if you have neither then you are surely doomed
DirkMagnum is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 10:20 AM   #3
Calvinguy
Confirmed User
 
Join Date: Oct 2002
Location: European Union
Posts: 1,752
Cavecreek support?
Calvinguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 10:23 AM   #4
Donny
As you wish...
 
Industry Role:
Join Date: May 2002
Posts: 13,754
Quote:
Originally posted by DirkMagnum
your admin or the admin that supports the box

if you have neither then you are surely doomed
I supposedly have all admin privileges (spelling?). I have a dedicated server with CaveCreek. I've let John from Al4A and Ampland in before to get some info he needed for a project we're working on and he said I have full access, whatever that means. I'm NOT a techie.

I've asked CaveCreek to install scripts before and they've told me I have to do it myself. That put a stop on it right there because I'm afraid of messing things up.
Donny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 10:30 AM   #5
extreme
Confirmed User
 
Industry Role:
Join Date: Oct 2002
Location: lalaland
Posts: 2,120
cd /tmp
wget ftp://ftp.mrunix.net/pub/webalizer/w....01-10-src.tgz
tar zxvf webalizer-2.01-10-src.tgz
cd webalizer-2.01-10
./configure
make
make install
man webaliser (read)
[pico/vim/emacs/editor of choice] /etc/webalizer.conf
webalizer



I got a shellscript that I use to gen stats for all my domains:

--------- log.sh ----------
#!/bin/sh
PATH=/usr/local/bin:$PATH
TZ=CET
export TZ

p="/path_to_the_access_logs/"
out="/path_to_your_passwordprotected_statsdir/"

x="domain1.com"; webalizer -o $out/$x/ $p/$x-access_log -r $x
x="domain2.com"; webalizer -o $out/$x/ $p/$x-access_log -r $x
.
.
.
----------------------------
extreme is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 10:32 AM   #6
extreme
Confirmed User
 
Industry Role:
Join Date: Oct 2002
Location: lalaland
Posts: 2,120
Oh.. "make install" should be executed as root. Everything else as your normal user.
extreme is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 10:33 AM   #7
Donny
As you wish...
 
Industry Role:
Join Date: May 2002
Posts: 13,754
Quote:
Originally posted by extreme
cd /tmp
wget ftp://ftp.mrunix.net/pub/webalizer/w....01-10-src.tgz
tar zxvf webalizer-2.01-10-src.tgz
cd webalizer-2.01-10
./configure
make
make install
man webaliser (read)
[pico/vim/emacs/editor of choice] /etc/webalizer.conf
webalizer



I got a shellscript that I use to gen stats for all my domains:

--------- log.sh ----------
#!/bin/sh
PATH=/usr/local/bin:$PATH
TZ=CET
export TZ

p="/path_to_the_access_logs/"
out="/path_to_your_passwordprotected_statsdir/"

x="domain1.com"; webalizer -o $out/$x/ $p/$x-access_log -r $x
x="domain2.com"; webalizer -o $out/$x/ $p/$x-access_log -r $x
.
.
.
----------------------------
Pardon me for being ignorant, but what do I do with all of that?
Donny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 10:39 AM   #8
extreme
Confirmed User
 
Industry Role:
Join Date: Oct 2002
Location: lalaland
Posts: 2,120
Quote:
Originally posted by DonovanPhillips


Pardon me for being ignorant, but what do I do with all of that?
.. Uhm, log into your unixbox and type in the commands? ;) You wanted webalizer installed right?


Check this URL for some userguides for diff. platforms:
http://www.geocities.com/danilody/we...webalizer.html
extreme is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 10:48 AM   #9
Donny
As you wish...
 
Industry Role:
Join Date: May 2002
Posts: 13,754
Quote:
Originally posted by extreme


.. Uhm, log into your unixbox and type in the commands? ;) You wanted webalizer installed right?


Check this URL for some userguides for diff. platforms:
http://www.geocities.com/danilody/we...webalizer.html

When you look at all those commands, you understand them. When I look at them my eyes cross and my heart rate accelerates. I want to pay someone to do this for me, but I need to know who I can trust with full access to my box.
Donny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 11:15 AM   #10
extreme
Confirmed User
 
Industry Role:
Join Date: Oct 2002
Location: lalaland
Posts: 2,120
Quote:
Originally posted by DonovanPhillips



When you look at all those commands, you understand them. When I look at them my eyes cross and my heart rate accelerates. I want to pay someone to do this for me, but I need to know who I can trust with full access to my box.
mmm.. I can do it for you if you want. Its a 3 min thingie. Ok, I wouldn't give away shell-access to ppl on boards myself ;) buuut... You can trust me, Im a nice guy! Post Your ICQ# if you if want my help. (You can do the "make install" that requires root yourself, I'll instruct you).
extreme is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 11:27 AM   #11
Donny
As you wish...
 
Industry Role:
Join Date: May 2002
Posts: 13,754
My ICQ number is 92432224
Donny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 11:32 AM   #12
ZoiNk
Confirmed User
 
Join Date: Feb 2002
Location: Canada
Posts: 2,370
If you need a good admin, contact dupe|@|duped|.|net Or if you just need a script installed. He does all my admin work and does stuff for various ppl, including a few paysites. Very good, very anonymous, and very trustworthy (and decent prices). Tell him I sent ya and he will treat ya well.
ZoiNk
__________________
"People can have the Model T in any color - so long as it's black." - Henry Ford
ZoiNk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2003, 11:35 AM   #13
Mutt
Too lazy to set a custom title
 
Mutt's Avatar
 
Industry Role:
Join Date: Sep 2002
Posts: 34,431
jesus christ Donny you are a busy dude!

sounds like you're going to be shooting 24/7 with all the stuff you got going.

congrats.

now just deliver Abigail to me
__________________
I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
Mutt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.