Skip to content

Commit 0572e14

Browse files
committed
ads initial
1 parent 19cac15 commit 0572e14

9 files changed

+26
-16
lines changed

College/index.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<meta content="" name="description">
2323
<meta content="" name="keywords">
24-
24+
<meta name="google-adsense-account" content="ca-pub-8430383438150416">
2525
<!-- Favicons -->
2626
<link rel="icon" type="image/x-icon" href="../assets/img/brand/primary.png">
2727
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
@@ -195,6 +195,9 @@
195195
<!-- Template Main JS File -->
196196
<script src="assets/js/main.js"></script>
197197

198+
199+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8430383438150416"
200+
crossorigin="anonymous"></script>
198201
</body>
199202

200203
</html>

College/profile.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<meta charset="UTF-8">
6060
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6161
<meta name="viewport" content="width=device-width, initial-scale=1.0">
62+
<meta name="google-adsense-account" content="ca-pub-8430383438150416">
6263
<title>Digify Garden</title>
6364
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
6465

@@ -210,7 +211,7 @@
210211

211212
$id = $_SESSION['u_id'];
212213

213-
$query = "SELECT * FROM tbl_clg INNER JOIN tbl_clg_address ON tbl_clg.a_id = tbl_clg_address.a_id INNER JOIN tbl_clg_login ON tbl_clg.u_id = tbl_clg_login.u_id WHERE tbl_clg.u_id = '".$id."' ;";
214+
$query = "SELECT * FROM tbl_clg INNER JOIN tbl_clg_address ON tbl_clg.a_id = tbl_clg_address.a_id INNER JOIN tbl_clg_login ON tbl_clg.u_id = tbl_clg_login.u_id WHERE tbl_clg.u_id = '" . $id . "' ;";
214215

215216
$clg = mysqli_query($conn, $query);
216217
if (!$clg) {
@@ -299,6 +300,7 @@
299300

300301

301302
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
303+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8430383438150416" crossorigin="anonymous"></script>
302304
</body>
303305

304306
</html>

College/qrprint.php

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<meta charset="UTF-8">
2525
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2626
<meta name="viewport" content="width=device-width, initial-scale=1.0">
27+
<meta name="google-adsense-account" content="ca-pub-8430383438150416">
2728
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
2829
<title>Digify Garden</title>
2930
<style>
@@ -355,6 +356,8 @@ function printqr(name) {
355356
docu.save(name + ".pdf");
356357
}
357358
</script>
359+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8430383438150416"
360+
crossorigin="anonymous"></script>
358361
</body>
359362

360363
</html>

College/tree-details.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function get_client_ip()
4040
<title>DigifyGarden</title>
4141
<meta content="" name="description">
4242
<meta content="" name="keywords">
43-
43+
<meta name="google-adsense-account" content="ca-pub-8430383438150416">
4444
<!-- Favicons -->
4545
<link rel="icon" type="image/x-icon" href="../assets/img/brand/primary.png">
4646
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
@@ -290,7 +290,8 @@ class="bi bi-arrow-up-short"></i></a>
290290

291291
<!-- Template Main JS File -->
292292
<script src="assets/js/main.js"></script>
293-
293+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8430383438150416"
294+
crossorigin="anonymous"></script>
294295
</body>
295296

296297
</html>

College/tree.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>E-Garden- Index</title>
2121
<meta content="" name="description">
2222
<meta content="" name="keywords">
23-
23+
<meta name="google-adsense-account" content="ca-pub-8430383438150416">
2424
<!-- Favicons -->
2525
<link href="assets/img/favicon.png" rel="icon">
2626
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
@@ -74,8 +74,8 @@
7474
</div>
7575
</header><!-- End Header -->
7676

77-
78-
77+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8430383438150416"
78+
crossorigin="anonymous"></script>
7979

8080
</body>
8181

College/tree/index.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<meta name="description" content="Colorlib Templates">
1919
<meta name="author" content="Colorlib">
2020
<meta name="keywords" content="Colorlib Templates">
21-
21+
<meta name="google-adsense-account" content="ca-pub-8430383438150416">
2222
<!-- Title Page-->
2323
<title>Digital Garden</title>
2424
<link rel="icon" type="image/x-icon" href="../../assets/img/brand/primary.png">
@@ -153,7 +153,8 @@
153153

154154
<!-- Main JS-->
155155
<script src="js/global.js"></script>
156-
156+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8430383438150416"
157+
crossorigin="anonymous"></script>
157158
</body>
158159

159160
</html>

College/tree_list.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<title>Digify Garden</title>
1919
<meta content="" name="description">
2020
<meta content="" name="keywords">
21-
21+
<meta name="google-adsense-account" content="ca-pub-8430383438150416">
2222
<!-- Favicons -->
2323
<link rel="icon" type="image/x-icon" href="../assets/img/brand/primary.png">
2424
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
@@ -182,7 +182,8 @@
182182

183183
<!-- Template Main JS File -->
184184
<script src="assets/js/main.js"></script>
185-
185+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8430383438150416"
186+
crossorigin="anonymous"></script>
186187
</body>
187188

188189
</html>

ads.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google.com, pub-7496626222666537, DIRECT, f08c47fec0942fa0
1+
google.com, pub-8430383438150416, DIRECT, f08c47fec0942fa0

collageList/collageList.php

+3-4
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
<link rel="stylesheet" type="text/css" href="https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/css/jquery.dataTables_themeroller.css">
2525
<script type="text/javascript" charset="utf8" src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.min.js"></script>
2626
<script type="text/javascript" charset="utf8" src="https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/jquery.dataTables.min.js"></script>
27-
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7496626222666537"
28-
crossorigin="anonymous"></script>
29-
27+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7496626222666537" crossorigin="anonymous"></script>
28+
<meta name="google-adsense-account" content="ca-pub-8430383438150416">
3029
</head>
3130

3231
<body>
@@ -240,7 +239,7 @@ class="navbar-toggler"
240239
$('table.display').DataTable();
241240
});
242241
</script>
243-
242+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8430383438150416" crossorigin="anonymous"></script>
244243
</body>
245244

246245
</html>

0 commit comments

Comments
 (0)