YTHT code recovery special grant function

xiaoxiao2021-03-06  14

From ZZU, the special grant function cannot be used because the code is cut off -_-

Modify SRC / Moneycenter.c Add CASE '5' at around 3073 row: GetData (15, 4, "Please enter the grant amount [100,000 -10 million]:", buf, 9, doecho, yea); Money = ATOI ( BUF); IF (Money> 10000000 || Money <100000) Break; GetData (16, 4, "Causes or Use:", Genbuf, 41, Doecho, Yea); Myinfo-> Cash = Money; Sprintf (buf, "% s application special allocation% d paste", currentuser-> userid, money); sprintf (letter, "reason or use:% s", genbuf); DeliverReport (buf, letter); securityReport (buf, letter); Showat (17, 4, "Successful Success", YEA); Break;

Also add a few variables to st Money; char buf [128], letter [128], letter [128], letter [128];

Then enter the src directory sequentially execute make cleanmakeinstall --backup = t * .exe [BBS main directory] / bin

转载请注明原文地址:https://www.9cbs.com/read-45539.html

New Post(0)