Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to The International BBBS Support E... <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Janis Kracht | Robert Wolfe | Problems with a script... |
February 1, 2017 5:57 PM * |
|||
Hi Robert, > Hmm, think you could post this code when you get it working? I would > like to try and do the same thing for WINServer I am having > writers' block as far as modding for the BBS goes I posted the code today in the fidogazette.. This is what I've got working so far: int main() { char cs,ga,cc,sp,cg,x; cs=""; int l; bbbs("cls" printf("\e[1;1H\e[1;33mTo get the weather for names containing spaces," printf("\e[2;1H\e[1;33menter the name in quotes or use an underscore" printf("\e[3;1H\e[1;33mfor example, both \"new york\" and new_york work." printf("\n\n" cs=input("Enter City: ",50,0); cc=sprintf("\"%s\"",cs); system(sprintf("/usr/bin/curl wttr.in/%s -O",cc),1,0); system(sprintf("/usr/bin/head -n 7 %s",cc),1,0); printf("\e[30;1H\e[1;33mPress a key to continue" getch(); // x=system(sprintf("cat /home/bbbs/%s>/dev/null 2>&1",cs),1,0); // return(x); } Everything is working great, but I'm still working on removing the the quoted filename that it leaves behind in the /bbbs/directory. Read the article in today's Fidogazette, you'll see what I am talking about <g>. I also posted links to curl and head in that article. Take care, Janis --- BBBS/Li6 v4.10 Toy-3 * Origin: Prism bbs (1:261/38) |
||||||
|
Previous Message | Next Message | Back to The International BBBS Support E... <-- <--- | Return to Home Page |
Execution Time: 0.0634 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |