The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
well i have a vb mod and it has a .sh file that needs to be compiled and the command that i need to type is a linux command only and i dont have linux and i was wondering if someone could help me out with this at all?
|
#2
|
||||
|
||||
![]()
google?
|
#3
|
|||
|
|||
![]()
lynne i been on google all day trying to figure this out lol ....
|
#4
|
|||
|
|||
![]()
ssh into server.
if you know the path of the file and its name, you can either cd to that dir or run it form the current location that you logged in at, the script also needs +x or you can simply 755 it in ftp. cd /path/to/file ./filename.sh press the return (enter) key. or /path/to/file/filename.sh chmod +x filename.sh press the return (enter) key. |
#5
|
|||
|
|||
![]()
ok i created a SSH account...now i just use cmd on my computer to access the ftp?
|
#6
|
|||
|
|||
![]()
<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">http://www.chiark.greenend.org.uk/~s.../download.html</a>
|
#7
|
|||
|
|||
![]()
you don't "complie" a .sh file - it is a "shell" program (like a windows BAT file) meant to be run from the linux command line.... usually containing linux commands to do things. I use one to backup my database tables... nothing more than a mysqldump batch file that does a few more things like rotating old backups, getting rid of backups older than 3 days.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|