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 Mark Forums Read
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 12-29-2015, 11:30 PM   #1
dig420
Confirmed User
 
Industry Role:
Join Date: May 2001
Posts: 9,240
Need a reliable grunt with some LAMP knowledge

Don't have to be able to code, but you need to be able to at least find your way around php files. Know how to get around a server from the command line, do simple installs. Know some css, some html.

I need someone reliable and cheap to do various odd work from time to time, shit I don't wanna and in some cases can't do. bernie4366 on skype.
dig420 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-29-2015, 11:38 PM   #2
shake
frc
 
Industry Role:
Join Date: Jul 2003
Location: Bitcoin wallet
Posts: 4,663
cheap != reliable
shake is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-30-2015, 12:08 AM   #3
dig420
Confirmed User
 
Industry Role:
Join Date: May 2001
Posts: 9,240
It does if a reliable person needs the money. Why the fuck am I seeing all these nicks who've supposedly been in the biz since 2001 or 2003 posting like they started working this business last week? Are all these just old accounts that got sold?
dig420 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-30-2015, 04:22 AM   #4
freecartoonporn
Confirmed User
 
freecartoonporn's Avatar
 
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
i have a guy in india, how much are you willing to pay ?

is it per job or per month deal ?
freecartoonporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-30-2015, 06:14 AM   #5
j3rkules
VIP
 
j3rkules's Avatar
 
Industry Role:
Join Date: Jul 2013
Posts: 22,111
Quote:
Originally Posted by freecartoonporn View Post
i have a guy in india
Oh well.....
j3rkules is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-30-2015, 09:08 AM   #6
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
Open up a SSH session as user that is the owner of the files

Code:
cd ../path/to/start/the/recurse

$ find $PWD -type f -name "*.php"|more
look the files up
user manual command
$ man find

cat <FILENAME>
nano (or server editor you want to use) <FILENAME>

edit the file and save.

example:
Code:
barry@{}:~/www$ find $PWD -type f -name "*.php"|more
barry@{}:~/www$ find $PWD -type f -name "database.php"|more
/home/barry/www/{}/CodeIgniter_2.0.2/application/config/database.php
/home/barry/www/{}/CodeIgniter_2.0.2/application/config/database.php
/home/barry/www{}/CodeIgniter_2.0.2/application/config/database.php
/home/barry/www{}/CodeIgniter/application/config/database.php
/home/barry/www/{}/sortAlist/database.php

/{server paths omitted}/
Using a terminal should not be grunt work ...
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-30-2015, 09:21 AM   #7
tobedeleted
Pay Per Minute Products
 
Industry Role:
Join Date: Nov 2015
Posts: 299
I have a lot of contacts with developers ranging from grunts to extremely proficient in PHP/MySQL, JavaScript, Ajax, etc. Depending on what you need I can point you in the right direction. Of course if you just need someone to FTP/SSH and do some minor work I can assist if you need. *I can do complex work as well, but most of my time is devoted to a new project that I'm launching in Jan.

If you do hire a grunt worker - be sure to backup important files and directories. I'm sure you know this already, but I have seen people have their entire site screwed up because of some noob developer.
tobedeleted is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-30-2015, 10:35 AM   #8
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
You mean like
Code:
barry@{}:~/www/pushstate$ mkdir t
barry@{}:~/www/pushstate$ cd t
barry@{}:~/www/pushstate/t$ touch  wtf.php data.php lol.php
barry@{}:~/www/pushstate/t$ ls
data.php  lol.php  wtf.php
barry@{}:~/www/pushstate/t$ mkdir backups
barry@{}:~/www/pushstate/t$ cp *.php backups
barry@{}:~/www/pushstate/t$ cd backups
barry@{}:~/www/pushstate/t/backups$ ls
data.php  lol.php  wtf.php
barry@{}:~/www/pushstate/t/backups$ rm *
barry@{}:~/www/pushstate/t/backups$ ls
barry@{}:~/www/pushstate/t/backups$

Really, you just need working backups if you are just editing a production site's directory recursively. If you break something you can overwrite the bad file with a copy of from the backup directory. Doing this from a full site backup takes too long
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-30-2015, 11:02 AM   #9
tobedeleted
Pay Per Minute Products
 
Industry Role:
Join Date: Nov 2015
Posts: 299
True, working backups are a must.

Another useful tool is 'find'. For example if you hire a freelancer to make a few minor changes it is good to know exactly what files were modified:

Through SSH:
find /pathtodirectory/public_html/ -type f -mtime -2

This will show all files modified within the last 2 days.

It's a useful little command.
tobedeleted is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-30-2015, 12:32 PM   #10
dig420
Confirmed User
 
Industry Role:
Join Date: May 2001
Posts: 9,240
I've lost the plot of this thread.
dig420 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

Tags
reliable, html, simple, installs, css, cheap, shit, bernie4366, skype, odd, line, wanna, code, knowledge, grunt, lamp, server, files, php, command
Thread Tools



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.