Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for chrchcol

I have a page I am putting together that has a drop down box, and allows me to choose an item from the drop down, and then it queries the database matching from the drop down to a table field and then grabs all database entries that match. That part …

Member Avatar for chrchcol
0
157
Member Avatar for chrchcol

I am trying to write a command line bash script that will allow you to send mail to an email address using some variables. The email is a signup form with username and passwords. The subject line and most of the body will be hard coded. The script should ask …

Member Avatar for riotxix
0
213
Member Avatar for chrchcol

I have an index.html file that I need to be able to modify depending on if its secure or unsecure, can I use cat and or grep in a script to modify text in it? Chris

Member Avatar for chrchcol
0
303
Member Avatar for chrchcol

I am using for f in $(<uploads); do s=`echo "$PWD/$f"`; to output the path for each file in a text file. It works great However I need the relative path to start with a specified directory. In other words the top of the script will have a few questions two …

0
101
Member Avatar for chrchcol

I need to able to hide a directory that is already created. More importantly when an ftp user logs in I want them to not be able to see a certian directory. It already has root permissions, any ideas?

Member Avatar for knalb
0
107
Member Avatar for Brinnie

Well if I understand what you are trying to do you need to create a table. Create one table to lock your format and inside create another table that has three rows.

Member Avatar for tgreer
0
615
Member Avatar for chrchcol

mail -s "subject" [email]chris.collins@fuse.net[/email] < email What can I add to this line and where to automatically create a blind carbon copy? Also if possible what can I add to this line and where if possible to add the address from? Thanks

Member Avatar for techniner
0
128
Member Avatar for chrchcol

I need to find a way to use a bash script to take a line like this " <!-- STANDARD FTP :: DELETE THIS BLOCK FOR SECURE FTP AND UNCOMMENT THE SECURE BLOCK BELOW --> <tr> <td valign="middle" align="center" height="35"> <a href="http://!domain!/uftp/">Click here to login to your FTP site.</a> </td> …

Member Avatar for shanenin
0
228
Member Avatar for chrchcol

Suppose I had a directory name of company.domain.com where company was diff everytime. How could I read the company part of the name in as one of the variables in my bash script?

Member Avatar for shanenin
0
150

The End.