forked from AH72KING/Joomla-To-Wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
26 lines (25 loc) · 759 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>Joomla To Wordpress PHP Script</title>
<meta charset="utf-8"/>
<meta author="Ahsan Khan" />
</head>
<body>
<div class="info-container">
<p>Please Open links One By One (wait for one to complete first)</p>
</div>
<div class="process-container">
<ol>
<li><a target="_blank" href="user.php">user.php</a></li>
<li><a target="_blank" href="category.php">category.php</a></li>
<li><a target="_blank" href="post.php">post.php</a></li>
<li><a target="_blank" href="comments.php">comments.php</a></li>
<li><a target="_blank" href="comments_count.php">comments_count.php</a></li>
</ol>
</div>
<div class="notes">
<p>Do Not Forget to write SQL Server Details in Config.php</p>
</div>
</body>
</html>