[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: pushpa.php
File is not writable. Editing disabled.
<?php include 'header.php'; include 'db.php'; ?> <style> #gsa_div { display: none; } #oneday_div { display: none; } #gd_div { display: none; } #spcl_div { display: none; } #psm_div { display: none; } #cf_div { display: none; } #shashwath { display: none; } #otheroccasion { display: none; } </style> <style> #cheq_div { display: none; } #eft_div { display: none; } </style> <style type="text/css"> #nxt_div { display: none; } </style> <style> #nri_div { display: none; } #upi_div { display: none; } #a101 { display: none; } </style> <script> function tranmode(str){ if(str == 'nri'){ $("#nri_div").show(); $("#upi_div").hide(); } else if(str == 'upi'){ $("#upi_div").show(); $("#nri_div").hide(); } } </script> <script> function myfunct(str){ if(str == 'gsa'){ $("#gsa_div").show(); $("#oneday_div").hide(); $("#gd_div").hide(); $("#spcl_div").hide(); $("#psm_div").hide(); $("#cf_div").hide(); $("#shashwath").hide(); } else if(str == 'oneday'){ $("#oneday_div").show(); $("#gsa_div").hide(); $("#gd_div").hide(); $("#spcl_div").hide(); $("#psm_div").hide(); $("#cf_div").hide(); $("#shashwath").hide(); } else if(str == 'gd'){ $("#gd_div").show(); $("#gsa_div").hide(); $("#oneday_div").hide(); $("#spcl_div").hide(); $("#psm_div").hide(); $("#cf_div").hide(); $("#shashwath").hide(); } else if(str == 'spcl'){ $("#spcl_div").show(); $("#gsa_div").hide(); $("#oneday_div").hide(); $("#gd_div").hide(); $("#psm_div").hide(); $("#cf_div").hide(); $("#shashwath").hide(); } else if(str == 'psm'){ $("#psm_div").show(); $("#gsa_div").hide(); $("#oneday_div").hide(); $("#gd_div").hide(); $("#spcl_div").hide(); $("#cf_div").hide(); $("#shashwath").hide(); } else if(str == 'Cfund'){ $("#cf_div").show(); $("#gsa_div").hide(); $("#oneday_div").hide(); $("#gd_div").hide(); $("#spcl_div").hide(); $("#psm_div").hide(); $("#shashwath").hide(); } else if(str == 'shash'){ $("#cf_div").hide(); $("#gsa_div").hide(); $("#oneday_div").hide(); $("#gd_div").hide(); $("#spcl_div").hide(); $("#psm_div").hide(); $("#shashwath").show(); } } </script> <script> function myfun(str) { if(str == 'cash') { $("#cheq_div").hide(); $("#eft_div").hide(); } else if(str == 'cheq') { $("#cheq_div").show(); $("#eft_div").hide(); } else if(str == 'eft') { $("#cheq_div").hide(); $("#eft_div").show(); } } </script> <script> function myFunctionocc() { var x = document.getElementById("otheroccasion"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; } } </script> <script> function showDiv() { document.getElementById('welcomeDiv').style.display = "block"; } </script> <div id="content" class="main-content"> <div class="layout-px-spacing"> <!-- CONTENT AREA --> <div class="row layout-top-spacing"> <?php include('db.php'); $data = mysqli_fetch_row(mysqli_query($db,"SELECT max(rcptno)+1 FROM users")); ?> <form action="addseva.php" method = "post" id='form_data' align="left" > <h3>Billing - Donation Receipt (<?php echo $data[0]; ?>)</h3><br> <div class="col-xl-12 col-lg-12 col-md-12 col-12 layout-spacing"> <div class="widget-content-area br-4"> <div class="widget-one"> <div class="row"> <div class="col-md-3"> <input type="radio" name="title" value="Sri" onclick="document.getElementById('demo').style.display='block'" checked="checked"/><label>Sri</label> </div> <div class="col-md-3"> <input type="radio" name="title" value="Smt" onclick="document.getElementById('demo').style.display='block'"><label>Smt</label> </div> <div class="col-md-3"> <input type="radio" name="title" value="Ms" onclick="document.getElementById('demo').style.display='block'"><label>Ms</label> </div> <div class="col-md-3"> <input type="radio" name="title" value="Mr" onclick="document.getElementById('demo').style.display='block'"><label>Mr</label> </div> </div> <br> <div class="row"> <div class="col-md-3"> <input type="radio" name="title" value="Kum" onclick="document.getElementById('demo').style.display='block'"><label>Kum</label> </div> <div class="col-md-3"> <input type="radio" name="title" value="oth" onclick="document.getElementById('demo').style.display='block'"><label>Other</label> </div> <div class="col-md-3"> <input type="radio" name="title" value="unknown" onclick="document.getElementById('demo').style.display='none'"><label>Unclaimed Donation</label> </div> </div> <br> <div id="demo"> <div class="row"> <div class="col-md-4"> <input type="hidden" name="id"> <label>Date: </label> <input type="date" class="form-control" name="pdate" value="<?php echo date('Y-m-d');?>"> </div> <div class="col-md-4"> <label>Name: </label><input type="text" id="inpt" name="name" placeholder="Enter Name" class="form-control" /> </div> <div class="col-md-4"> <label>Address: </label><textarea name="address" rows="2" cols="50" placeholder="Address" class="form-control" style="white-space: pre-wrap; text-indent: 50px;"> </textarea> </div> </div> <br> <div class="row"> <div class="col-md-4"> <input type="state" id="state" name="state" placeholder="Enter state" class="form-control" /> </div> <div class="col-md-4"> <input type="city" id="city" name="city" placeholder="Enter city" class="form-control" /> </div> <div class="col-md-4"> <input type="email" name="email" placeholder="Email" class="form-control" > </div> </div> <br> <div class="row"> <div class="col-md-4"> <input type="text" name="phone" placeholder="Mobile No." class="form-control" > </div> <div class="col-md-4"> <input type="text" name="pan" placeholder="PAN No." class="form-control" > </div> </div> </div> <br><br> </div> </div> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-12 layout-spacing"> <div class="widget-content-area br-4"> <div class="widget-one"> <div class="row"> <div class="col-md-3"> <input type="radio" style="text-align:left;" name="seva" id="gsa" value="GSA Donation" onclick="myfunct('gsa')" > GSA Donation</button> </div> <div class="col-md-3"> <input type="radio" style="text-align:left;" name="seva" id="oneday" value="One Day Pushpa Seva" onclick="myfunct('oneday')" > One Day Pushpa Seva</button> </div> <div class="col-md-3"> <input type="radio" style="text-align:left;" name="seva" id="gd" value="Pushpa Seva" onclick="myfunct('gd')" > Pushpa Seva</button> </div> <div class="col-md-3"> <input type="radio" style="align-items:left;" name="seva" id="spcl" value="Special Occassion Donation" onclick="myfunct('spcl')" > Special Occassion Donation</button> </div> </div> <br> <div class="row"> <div class="col-md-3"> <input type="radio" style="align-items:left;" name="seva" id="psm" value="Pushpa Seva(Monthly)" onclick="myfunct('psm')" > Pushpa Seva(Monthly)</button> </div> <div class="col-md-3"> <input type="radio" style="align-items:left;" name="seva" id="Cfund" value="CARPUS Fund" onclick="myfunct('Cfund')" > CARPUS Fund</button> </div> <div class="col-md-3"> <input type="radio" style="align-items:left;" name="seva" id="shash" value="Shashwath Fund" onclick="myfunct('shash')" > Saswatha One Day Pushpa Seva</button> </div> </div> </div> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-12 layout-spacing"> <div class="widget-content-area br-4"> <div class="widget-one"> <div class="row"> <div id="gsa_div"> <h3>GSA</h3><br><br> <!--<h6>Date:</h6> <input type="date" style="width:300px;" name="gsadate" ><br><br>--> <label style="">Apartment No.:</label> <label ><input type="hidden" id="tq" name="aprtno[]" value="" checked="checked"> </label> <div class="row"> <div class="col-md-3"> <label><input type="checkbox" id="tq1" name="aprtno[]" value="A-101" onclick="ap1()"> A-101 </label> <div id="a101" style="display:none"><input type="text" name="aprt_amount[]" id="am1" class="form-control" placeholder="A-101 amount" ></div> </div> <div class="col-md-3"> <label><input type="checkbox" id="tq2" name="aprtno[]" value="B-004" onclick="ap2()"> B-004</label> <div id="a2" style="display:none"><input type="text" id="am2" name="aprt_amount[]" class="form-control" placeholder="B-004 amount" ></div> </div> <div class="col-md-3"> <label><input type="checkbox" id="tq3" name="aprtno[]" value="B-105" onclick="ap3()"> B-105</label> <div id="a3" style="display:none"><input type="text" id="am3" name="aprt_amount[]" class="form-control" placeholder="B-105 amount" ></div> </div> <div class="col-md-3"> <label><input type="checkbox" id="tq4" name="aprtno[]" value="B-201" onclick="ap4()"> B-201</label> <div id="a4" style="display:none"><input type="text" id="am4" name="aprt_amount[]" class="form-control" placeholder="B-201 amount" ></div> </div> <div class="col-md-3"> <label><input type="checkbox" id="tq5" name="aprtno[]" value="B-203" onclick="ap5()"> B-203</label> <div id="a5" style="display:none"><input type="text" id="am5" name="aprt_amount[]" class="form-control" placeholder="B-203 amount" ></div> </div> <div class="col-md-3"> <label><input type="checkbox" id="tq6" name="aprtno[]" value="B-302" onclick="ap6()"> B-302</label> <div id="a6" style="display:none"><input type="text" id="am6" name="aprt_amount[]" class="form-control" placeholder="B-302 amount" ></div> </div> <div class="col-md-3"> <label><input type="checkbox" id="tq7" name="aprtno[]" value="T-3" onclick="ap7()"> T-3</label> <div id="a7" style="display:none"><input type="text" id="am7" name="aprt_amount[]" class="form-control" placeholder="T-3 amount" ></div> </div> <div class="col-md-3"> <label><input type="checkbox" id="tq8" name="aprtno[]" value="T-4" onclick="ap8()"> T-4</label> <div id="a8" style="display:none"><input type="text" id="am8" name="aprt_amount[]" class="form-control" placeholder="T-4 amount" ></div> </div> <div class="col-md-3"> <label><input type="checkbox" id="tq9" name="aprtno[]" value="B-301" onclick="ap9()"> B-301</label> <div id="a9" style="display:none"><input type="text" id="am9" name="aprt_amount[]" class="form-control" placeholder="B-301 amount" ></div> </div> <div class="col-md-3"> <label><input type="checkbox" id="tq10" name="aprtno[]" value="A-504S2" onclick="ap10()"> A-504S2</label> <div id="a10" style="display:none"><input type="text" id="am10" name="aprt_amount[]" class="form-control" placeholder="A-504S2 amount" ></div> </div> </div> <br><br> <label >Check-in: <input type="date" class="form-control" name="checkin"/></label><br> <label >Check-out: <input type="date" class="form-control" name="checkout" /></label><br><br> <label >NO.of Days: <input type="text" class="form-control" name="days" /></label><br><br> <input type="radio" style="text-align:left;" name="advance" id="advance" value="advance" > Advance</button><br> <input type="radio" style="text-align:left;" name="balance" id="balance" value="balance" > Balance</button><br> <label ><input type="hidden" style="width:300px;" name="agreed_amount"/></label> <input type="hidden" style="width:300px;" name="balance" /><br><br> <!--<button type="submit" name="submit" class="btn btn-default" style="margin-top:50px; height:40px; width:140px; border-radius:25px solid blue; background-color:blue; text-size:30px;">Submit</button>--> </div> </div> <!---------------------------------------One-Day-Pushpaseva------------------------------------------------> <div id="oneday_div" style="justify-content:center; align-items:center;"> <h3>One day pushpa seva</h3><br><br> <h6>On Date:</h6><input type="date" class="form-control" name="sevadate"/> <br><br> <h6>On Name Seva to be performed</h6><input type="text" class="form-control" name="sevaname" width="500px"/><br><br> </div> <!---------------------------------------General-Donation------------------------------------------------> <div id="gd_div" style="justify-content:center; align-items:center;"> <h3>Pushpa Seva</h3><br><br> <!--<input type="text" style="width:60%;" name="gdonation" id="number" placeholder="Amount Rs."/><br><br>--> </div> <!----------------------------------------Special-Occassion-Donation-----------------------------------------> <div id="spcl_div" style="justify-content:center; align-items:center;"> <h3>Special-Occassion-Donation</h3><br><br> <h6>On Date:</h6><input type="date" class="form-control" name="sevadate1"/> <br><br> <h6>On Name Seva to be performed</h6><input type="text" class="form-control" name="sevaname_spcl" /><br><br> <select name = "occasion" class="form-control" onchange="myFunctionocc()" id="mySelect"> <option value="Not Applicable">Not Applicable</option> <option value="OTHER OCCATION">OTHER OCCATION</option> <?php $sql_seva = mysqli_query($db,"SELECT `seva` FROM `sevalist` WHERE 1"); while($row_seva = mysqli_fetch_array($sql_seva)){ ?> <option value="<?php echo $row_seva[0]; ?>"><?php echo $row_seva[0]; ?></option> <?php } ?> </select> <br><br> <input type="text" class="form-control" id="otheroccasion" name="oth_occassion" placeholder="enter occassion"> <br><br> </div> <!------------------------------------------------Pushpa Seva(Monthly)----------------------------------------------> <div id="psm_div" style="justify-content:center; align-items:center;"> <h3>Pushpa Seva(Monthly)</h3><br><br> <select name="year" id="year" class="form-control"> <option value=" ">select</option> <?php foreach(range((int)date("Y"), 2025) as $year){ echo "\t<option value = '" .$year. "'>".$year."</option>\n\r"; } ?> </select> <label ><input type="hidden" id="tq" name="month[]" value="" checked="checked"> </label> <label><input type="checkbox" id="tq" name="month[]" value="January"> January</label> <label><input type="checkbox" id="tq" name="month[]" value="Febraury"> Febraury</label> <label><input type="checkbox" id="tq" name="month[]" value="March"> March</label> <label><input type="checkbox" id="tq" name="month[]" value="April"> April</label> <label><input type="checkbox" id="tq" name="month[]" value="May"> May</label> <label><input type="checkbox" id="tq" name="month[]" value="June"> June</label> <label><input type="checkbox" id="tq" name="month[]" value="July"> July</label> <br> <label style="margin-left: 75px;"><input type="checkbox" id="tq" name="month[]" value="August"> August</label> <label><input type="checkbox" id="tq" name="month[]" value="September"> September</label> <label><input type="checkbox" id="tq" name="month[]" value="October"> October</label> <label><input type="checkbox" id="tq" name="month[]" value="November"> November</label> <label><input type="checkbox" id="tq" name="month[]" value="December"> December</label> <input type="button" value="+" onclick="document.getElementById('nxt_div').style.display='block'"><br><br><br> <!---------------------------------Next-Month------------------------------------------> <div id="nxt_div"> <select name="year1" id="year" class="form-control"> <option value=" ">select</option> <?php foreach(range((int)date("Y"), 2025) as $year){ echo "\t<option value = '" .$year. "'>".$year."</option>\n\r"; } ?> </select> <label ><input type="hidden" id="tq" name="month2[]" value="" checked="checked"> </label> <label><input type="checkbox" id="tq" name="month2[]" value="January"> January</label> <label><input type="checkbox" id="tq" name="month2[]" value="Febraury"> Febraury</label> <label><input type="checkbox" id="tq" name="month2[]" value="March"> March</label> <label><input type="checkbox" id="tq" name="month2[]" value="April"> April</label> <label><input type="checkbox" id="tq" name="month2[]" value="May"> May</label> <label><input type="checkbox" id="tq" name="month2[]" value="June"> June</label> <label><input type="checkbox" id="tq" name="month2[]" value="July"> July</label> <br> <label style="margin-left: 75px;"><input type="checkbox" id="tq" name="month2[]" value="August"> August</label> <label><input type="checkbox" id="tq" name="month2[]" value="September"> September</label> <label><input type="checkbox" id="tq" name="month2[]" value="October"> October</label> <label><input type="checkbox" id="tq" name="month2[]" value="November"> November</label> <label><input type="checkbox" id="tq" name="month2[]" value="December"> December</label> </div> <!----------------------------------------------------------------------------------------> <!--<input type="text" style="width:60%;" name="gdonation" id="number" placeholder="Amount Rs."/><br><br>--> </div> <!------------------------------------------------CARPUS Fund----------------------------------------------> <div id="cf_div" style="justify-content:center; align-items:center;"> <h3>CARPUS Fund</h3><br><br> Deposit certificate number : <input type="text" class="form-control" name="dcn_c" id="dcn_c" placeholder="deposit certificate number"/><br><br> Deposit Date : <br> <input type="date" class="form-control" name="dep_date_c" id="_s" /><br><br> Maturity Date : <br> <input type="date" class="form-control" name="mature_date_c" id="_s" /><br><br> <input type="hidden" style="width:60%;" name="tenure_c" id="tenure_c" /><br><br> </div> <div id="shashwath" style="justify-content:center; align-items:center;"> <h3>Saswatha One Day Pushpa Seva</h3><br><br> Deposit certificate number :<br> <input type="text" class="form-control" name="dcn_s" id="dcn_s" placeholder="deposit certificate number"/><br><br> Deposit Date : <br> <input type="date" class="form-control" name="dep_date_s" id="_s" /><br><br> Maturity Date : <br> <input type="date" class="form-control" name="mature_date_s" id="_s" /><br><br> <br> <input type="hidden" style="width:60%;" name="tenure_s" id="_s" /><br><br> </div> </div> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-12 layout-spacing"> <div class="widget-content-area br-4"> <div class="widget-one"> <div class="row"> <h6>Remark</h6> <input type="text" class="form-control" name="remarks" placeholder="Remark"/><br><br> <?php include('db.php'); $data = mysqli_fetch_row(mysqli_query($db,"SELECT max(rcptno)+1 FROM users")); ?> <h3><br><br>Receipt Section</h3><br> <br> <label><br><br><br><br><br><br>Receipt Number:</label><br> <input type="text" name = "rcptno" class="form-control" value = "<?php echo $data[0]; ?>"/><br><br> <label>Mode of payment:</label> <input type="radio" name="mode" class="radiobtn" value="Cash" checked="checked" id="cash" onclick="myfun('cash')"><label>Cash</label> <input type="radio" name="mode" class="radiobtn" value="Cheq" id="cheq" onclick="myfun('cheq')"><label>Cheque</label> <input type="radio" name="mode" class="radiobtn" value="e-Fund" id="eft" onclick="myfun('eft')"><label>e-Fund Transfer</label><br> </div> <div class="rad Cheq" id="cheq_div" style="display: none;"> <input type="text" name="cheqno" placeholder="Cheq Number" class="form-control"><br><br> <input type="date" name="cheqdate" class="form-control" ><br><br> <input type="text" name="bankname" placeholder="Bank Name" class="form-control"><br><br> </div> <div class="rad e-Fund" id="eft_div"> <input type="radio" name="tmode" value= "NEFT" id="nri" onclick="tranmode('nri')"><label>NEFT</label> <input type="radio" name="tmode" value= "RTGS" id="nri" onclick="tranmode('nri')"><label>RTGS</label> <input type="radio" name="tmode" value= "IMPS" id="nri" onclick="tranmode('nri')"><label>IMPS</label> <input type="radio" name="tmode" value= "UPI" id="upi" onclick="tranmode('upi')"><label>UPI</label><br><br> <!-------------------------NEFT-RTGS-IMPS----------------------------------------------------------------> <div id="nri_div"> <label>Transaction ID:</label> <input type="text" name="tid"><br><br> </div> <!---------------------------------UPI-------------------------------------------------------------------> <div id="upi_div"> <label>UTR No:</label> <input type="text" name="utrno"><br><br> </div><br> </div> <label>Amount:</label> <br><input type="text" id="number" class="form-control" name="amount" onclick="myFunctionkeyup()"><br> <input type="submit" name="submit" onclick="return confirm ('Do you really want to submit?')" style="margin-top:50px; height:40px; width:140px; background-color:#5dade2; text-size:30px;"/><br> </form> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> <script type="text/javascript"> function refreshPage(){ var frm = document.getElementById('form_data')[0]; frm.submit(); // Submit the form frm.reset(); // Reset all form data return false; // } </script> </div> </div> </div> <!-- CONTENT AREA --> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script> function ap1() { var x = document.getElementById("a101"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; document.getElementById("am1").value = ""; } } function ap2() { var x = document.getElementById("a2"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; document.getElementById("am2").value = ""; } } function ap3() { var x = document.getElementById("a3"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; document.getElementById("am3").value = ""; } } function ap4() { var x = document.getElementById("a4"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; document.getElementById("am4").value = ""; } } function ap5() { var x = document.getElementById("a5"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; document.getElementById("am5").value = ""; } } function ap6() { var x = document.getElementById("a6"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; document.getElementById("am6").value = ""; } } function ap7() { var x = document.getElementById("a7"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; document.getElementById("am7").value = ""; } } function ap8() { var x = document.getElementById("a8"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; document.getElementById("am8").value = ""; } } function ap9() { var x = document.getElementById("a9"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; document.getElementById("am9").value = ""; } } function ap10() { var x = document.getElementById("a10"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; document.getElementById("am10").value = ""; } } function myFunctionkeyup(){ var am1 = document.getElementById("am1").value; var am2 = document.getElementById("am2").value; var am3 = document.getElementById("am3").value; var am4 = document.getElementById("am4").value; var am5 = document.getElementById("am5").value; var am6 = document.getElementById("am6").value; var am7 = document.getElementById("am7").value; var am8 = document.getElementById("am8").value; var am9 = document.getElementById("am9").value; var am10 = document.getElementById("am10").value; var amfinal = +am1 + +am2 + +am3+ +am4+ +am5+ +am6+ +am7+ +am8+ +am9+ +am10; //alert(amfinal); document.getElementById("number").value = amfinal; } </script>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 691.58 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: N/A