{"id":20499564,"url":"https://github.com/anupamkhosla/crimewiki","last_synced_at":"2026-04-09T17:58:32.333Z","repository":{"id":174423399,"uuid":"429876115","full_name":"AnupamKhosla/crimeWiki","owner":"AnupamKhosla","description":"Wikipedea of major criminals, criminal organizations and crime evets. Static: https://anupamkhosla.github.io/crimeWiki/html/index.html","archived":false,"fork":false,"pushed_at":"2022-05-22T02:22:46.000Z","size":24501,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-16T06:58:09.220Z","etag":null,"topics":["bootstrap4","cms","html","jquery","mysql","php","scraping","scss","wikipedia"],"latest_commit_sha":null,"homepage":"http://crimewiki.in","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnupamKhosla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-19T17:07:58.000Z","updated_at":"2023-12-06T09:40:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e3c34f6-020e-4611-8f66-13cb087e131d","html_url":"https://github.com/AnupamKhosla/crimeWiki","commit_stats":null,"previous_names":["anupamkhosla/crimewiki"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnupamKhosla%2FcrimeWiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnupamKhosla%2FcrimeWiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnupamKhosla%2FcrimeWiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnupamKhosla%2FcrimeWiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnupamKhosla","download_url":"https://codeload.github.com/AnupamKhosla/crimeWiki/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242089693,"owners_count":20070014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap4","cms","html","jquery","mysql","php","scraping","scss","wikipedia"],"created_at":"2024-11-15T18:17:43.019Z","updated_at":"2025-12-30T22:41:27.713Z","avatar_url":"https://github.com/AnupamKhosla.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## crimeWiki.in\n### Full stack php cms based wikipedea scraping project designed and developed solely by Anupam Khosla \n\nWikipedea of major criminals, criminal organizations and crime events. CMS based admin panel, which is capable of scraping 500 wikipedea pages in a few seconds.\n\n- Official site: http://crimewiki.in \n- Find me at https://www.linkedin.com/in/anupamkhosla/\n\nAdmin Panel looks like :  \n\n- Login page: https://anupamkhosla.github.io/crimeWiki/assets/img/login.png  \n- Dashboard page: https://anupamkhosla.github.io/crimeWiki/assets/img/dashboard.png  \n- Posts search: https://anupamkhosla.github.io/crimeWiki/assets/img/posts.png  \n- Addpost page: https://anupamkhosla.github.io/crimeWiki/assets/img/addpost.png  \n- Categories page: https://anupamkhosla.github.io/crimeWiki/assets/img/categories.png \n- Wikipedea page: https://anupamkhosla.github.io/crimeWiki/assets/img/wikipedea.png\n\n\n------------------\n\n#### How to install on your server or local machine\n\n**Step 1:** Download this git repository. Note your server's databse name, username and password. Open `login.php` in your browser. Use the same database details. Fill in any username and password for cms login.  \n\n**Step 2:** \n\n- Go to yourdomain/categories.php page first and create a category named `Criminals`.  Homepage will show `Criminals` category by default.  \n- Add a minimum of one post through yourdomain/wikipedea.php or yourdomain/addpost.php. \n- Go to yourdomain/dashboard.php and copy `title` of that post.\n- Paste the title into `Crime of the month post`.\n- Set the `About The CrimeWiki text`. \n\nGo to yourdomain and the website will work now.\n\n**Meta:** php will automatically create category named `Blog` -- this is mandatory for homepage to show dynamic posts and about us section text. php will make two posts in the blog category, namely `$blog_month_post` and `$blog_about_text`. These two will be used to store about us data and monthly-post data.\n\nhtaccess rewrites being used:  \n\n```\n\u003cIfModule mod_rewrite.c\u003e\n    Options -MultiViews\n    RewriteEngine On\n    RewriteRule ^sitemap/sitemap-index.xml sitemap/sitemap-index.php\n    RewriteRule ^sitemap/sitemap(\\d+).txt sitemap/sitemap.php?page=$1\n    RewriteRule ^post/(\\d+$) post.php?id=$1 \n    RewriteRule ^post/([^/]+)/(\\d+) post.php?title=$1\u0026repeat=$2 \n    RewriteRule ^post/([^/]*) post.php?title=$1 \n \u003c/IfModule\u003e\n  \n \u003cIfModule mod_rewrite.c\u003e\n   # RewriteEngine On\n   # RewriteRule ^post/(\\d+(/|$)).* post.php?id=$1\n   # RewriteRule ^post/(?!\\d+($|/))([^/\\n\\r]+)($|/)(\\d+)? post.php?title=$2\u0026repeat=$4 \n   # Very important regexes created for post.php page\n \u003c/IfModule\u003e\n\n```\n\n-------------------\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanupamkhosla%2Fcrimewiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanupamkhosla%2Fcrimewiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanupamkhosla%2Fcrimewiki/lists"}