{"id":19028787,"url":"https://github.com/zsgsdesign/pastebin","last_synced_at":"2025-07-26T04:03:49.989Z","repository":{"id":110995931,"uuid":"159192528","full_name":"ZsgsDesign/PasteBin","owner":"ZsgsDesign","description":"Yet another PasteBin, all right?","archived":false,"fork":false,"pushed_at":"2018-12-06T19:33:53.000Z","size":49,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T21:42:15.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZsgsDesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-11-26T15:38:28.000Z","updated_at":"2021-05-17T08:33:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"b788d7ae-85a0-45fb-91f3-73ca9d147232","html_url":"https://github.com/ZsgsDesign/PasteBin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZsgsDesign/PasteBin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsgsDesign%2FPasteBin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsgsDesign%2FPasteBin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsgsDesign%2FPasteBin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsgsDesign%2FPasteBin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZsgsDesign","download_url":"https://codeload.github.com/ZsgsDesign/PasteBin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsgsDesign%2FPasteBin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267116184,"owners_count":24038623,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-08T21:12:18.376Z","updated_at":"2025-07-26T04:03:49.938Z","avatar_url":"https://github.com/ZsgsDesign.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PasteBin\nYet another PasteBin, all right?\n\n## Install Automatically\n\njust access `install/index.php`.\n\n## Install Manully\nCreate a new php file named CONFIG.php in /protected/model/ and insert:\n```\n\u003c?php\n\nclass CONFIG {\n\t\n\t/**\n\t * CONFIG\n\t *\n\t * @author John Zhang\n\t * @param string $KEY\n\t */\n\n\tpublic static function GET($KEY)\n\t{\n\t\t$config=array(\n\t\t\t\"PB_DEBUG_MYSQL_HOST\"=\u003e\"\",\n\t\t\t\"PB_DEBUG_MYSQL_PORT\"=\u003e\"\",\n\t\t\t\"PB_DEBUG_MYSQL_USER\"=\u003e\"\",\n\t\t\t\"PB_DEBUG_MYSQL_DATABASE\"=\u003e\"\",\n\t\t\t\"PB_DEBUG_MYSQL_PASSWORD\"=\u003e\"\",\n\n\t\t\t\"PB_MYSQL_HOST\"=\u003e\"\",\n\t\t\t\"PB_MYSQL_PORT\"=\u003e\"\",\n\t\t\t\"PB_MYSQL_USER\"=\u003e\"\",\n\t\t\t\"PB_MYSQL_DATABASE\"=\u003e\"\",\n\t\t\t\"PB_MYSQL_PASSWORD\"=\u003e\"\",\n\n\t\t\t\"PB_CDN\"=\u003e\"https://static.1cf.co\",\n\t\t\t\"PB_DOMAIN\"=\u003e\"\",\n\t\t\t\"PB_SALT\"=\u003e\"\"\n\t\t);\n\t\treturn $config[$KEY];\n\t}\n\t\n\n}\n\n```\n\nThe type in the configuration of your mysql server to this file. Next you need to import the `pastebin.lite.sql` to your database.\n\n**NOTICE :** Normally, you only need to set fields with DEBUG.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsgsdesign%2Fpastebin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzsgsdesign%2Fpastebin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsgsdesign%2Fpastebin/lists"}