Aadhavan Srinivasan Rockingcool
  • Joined on 2022-10-09
Rockingcool pushed to php at aravind/glink-website 2023-06-25 14:09:45 -05:00
1c74b82f6e Removed database initialization code and instead used the function defined in db.inc.php
df131d2fb5 Added code to include Tailwind CSS file with this file
4d10b191c7 Created directory for fonts
071113592b Added Tailwind CSS file
b5283110d2 Created PHP file for database-related functions
Compare 9 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-19 01:14:48 -05:00
cd1261418a Added code to redirect the user if they are permitted to access the GLink, and show an error JS alert if they are not
96abdd9852 Added code to check if the user is within the radius for the GLink
Compare 2 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-17 13:56:23 -05:00
22c85234da Sent the requested glink to reqloc.html as a GET variable, so that the Glink can be sent to the PHP file
4bba4f9410 NOT FINISHED: Created a file to process the user's location
d928ad2ce3 Created file to request the user's location to determine if they are allowed to acces the glink
63050a8065 Changed variable names to match HTML document
0b08c1ce9c Added code to hide radius drop-down menu if geo-restriction checkbox was not selected
Compare 5 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-15 23:00:41 -05:00
b7a8602e34 Added code to wait for location to be retrieved before allowing user to submit, and hid the radius drop-down if geo-location wasn't checked
42eff5e0fa Added code to redirect the user to a different page if the GLink they requested is geo-restricted
3d36c2704a Added code to retrieve the user's location and store it in the database
Compare 3 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-12 15:29:44 -05:00
ae036686b8 Added code to fetch the user's location, and send it as a GET/POST variable
70f91c7586 Fixed bug where I accessed the database without opening a session
913d53b757 Added form field to allow user to georestrict the link
Compare 3 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-09 20:20:02 -05:00
8b68547644 Added code to generate a random GLink if the user doesn't submit one
0f85fcf021 Made the Glink field optional
Compare 2 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-08 21:36:45 -05:00
1d4606db27 Added code to redirect the user if the database query returns a URL
Rockingcool created branch php in aravind/glink-website 2023-06-08 10:47:23 -05:00
Rockingcool pushed to php at aravind/glink-website 2023-06-08 10:47:23 -05:00
116bbe5218 Started working on redirect when user enters a GLink
1b52864952 Added server-side checks to input
Compare 2 commits »
Rockingcool pushed to master at aravind/glink-website 2023-06-08 01:32:46 -05:00
92b70e632b Added code to print out the inserted data, and to check if the data was inserted by querying the database for the inserted data
Rockingcool pushed to master at aravind/glink-website 2023-06-06 23:53:43 -05:00
c81937d6a5 Added code to insert data into Cassandra DB
Rockingcool pushed to master at aravind/glink-website 2023-06-06 13:23:52 -05:00
f451850601 DO NOT USE - SWITCHED TO PHP INSTEAD - Added code to make database query
3bc6a56516 Added PHP file to make database queries
536af5f9c5 Removed event parameter from function so that it could be used with the HTML form 'onsubmit'
e5bdf2cc2c Switched to PHP instead of node.js, fixed bug where PHP would not be called regardless of input
Compare 4 commits »
Rockingcool pushed to master at aravind/glink-website 2023-06-06 10:12:11 -05:00
8983f0dd80 Started working on database plugin
8c296654a7 Added 'action' to form tag
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/hypertext 2023-05-19 11:34:59 -05:00
dbbf6bf0c5 Added test main function
aed4fdb08a Fixed a bug where the program attempted to access a URL's struct members directly
521cdd7941 Added headers of request functions
a563ec0e79 Changed default file path from '/index.html' to '/'
Compare 4 commits »
Rockingcool pushed to master at Rockingcool/hypertext 2023-05-19 11:18:02 -05:00
49030166f3 Added new field for entire URL string
d0d1660367 Started working on request constructor
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/hypertext 2023-05-18 08:15:43 -05:00
deaea2ebdc Added support for a request data type
Rockingcool created branch master in Rockingcool/hypertext 2023-05-17 17:41:49 -05:00
Rockingcool pushed to master at Rockingcool/hypertext 2023-05-17 17:41:49 -05:00
833e1027cc First commit; added functions for retrieving different parts of a URL
Rockingcool created repository Rockingcool/hypertext 2023-05-17 17:07:20 -05:00
Rockingcool pushed to master at Rockingcool/chat_application 2023-04-28 16:21:45 -05:00
291a727dd3 Tried to work on fixing message string bug