{"id":44730224,"url":"https://github.com/xpertforextradeinc/xpert-hostinger","last_synced_at":"2026-02-15T18:12:28.986Z","repository":{"id":328561122,"uuid":"1108114378","full_name":"xpertforextradeinc/xpert-hostinger","owner":"xpertforextradeinc","description":"Professional Forex trading signals \u0026 education platform with affiliate monetization.","archived":false,"fork":false,"pushed_at":"2026-01-17T00:27:43.000Z","size":26408,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-17T12:56:52.332Z","etag":null,"topics":["affliate","affliate-marketing","amazon","education","exness","forex","hostinger","management","risk","signals","trading","website"],"latest_commit_sha":null,"homepage":"https://xpertforextrad.eu","language":"JavaScript","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/xpertforextradeinc.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":"SECURITY-SETUP.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-02T03:27:29.000Z","updated_at":"2026-01-17T00:27:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xpertforextradeinc/xpert-hostinger","commit_stats":null,"previous_names":["xpertforextradeinc/xpert-hostinger"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/xpertforextradeinc/xpert-hostinger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpertforextradeinc%2Fxpert-hostinger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpertforextradeinc%2Fxpert-hostinger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpertforextradeinc%2Fxpert-hostinger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpertforextradeinc%2Fxpert-hostinger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xpertforextradeinc","download_url":"https://codeload.github.com/xpertforextradeinc/xpert-hostinger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpertforextradeinc%2Fxpert-hostinger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29486098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["affliate","affliate-marketing","amazon","education","exness","forex","hostinger","management","risk","signals","trading","website"],"created_at":"2026-02-15T18:12:28.318Z","updated_at":"2026-02-15T18:12:28.981Z","avatar_url":"https://github.com/xpertforextradeinc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xpert Forex Trade Website\n\nProfessional forex trading signals and education platform with affiliate monetization.\n\n## Features\n\n- 📊 Live trading signals display\n- 📚 Educational content (Forex basics, risk management)\n- 💰 Broker affiliate integration (Exness)\n- 🛍️ Amazon affiliate product recommendations\n- 📱 Fully responsive design\n- ⚡ Fast loading and SEO optimized\n\n## Setup Instructions\n\n### 1. Update Affiliate Links\n\nReplace placeholder links in the following files with your actual affiliate links:\n\n**In `index.html`:**\n- Replace `YOUR_EXNESS_AFFILIATE_LINK` with your Exness affiliate URL\n- Replace `YOUR_AMAZON_AFFILIATE_LINK` with your Amazon affiliate URL\n\n**In `pages/forex-basics.html` and `pages/risk-management.html`:**\n- Replace `YOUR_EXNESS_AFFILIATE_LINK` with your Exness affiliate URL\n\n### 2. Add Broker Logo\n\n- Download the Exness logo\n- Save it as `images/exness-logo.png`\n- Or update the image path in `index.html`\n\n### 3. Deploy to Hostinger\n\nThe SFTP configuration in `.vscode/sftp.json` is already set up:\n\n```json\n{\n    \"name\": \"Xpert Forex Trade\",\n    \"host\": \"157.173.208.8\",\n    \"protocol\": \"sftp\",\n    \"port\": 65002,\n    \"username\": \"u404533250\",\n    \"remotePath\": \"/home/u404533250/domains/\",\n    \"uploadOnSave\": true\n}\n```\n\n**To deploy:**\n1. Save any file to trigger automatic upload (if using VS Code SFTP extension)\n2. Or manually upload all files via FTP client to your domain folder\n\n### 4. Customize Content\n\n**Trading Signals:**\n- Edit `js/main.js` - Update the `sampleSignals` array with your signals\n- Or integrate with an API to fetch live signals\n\n**Branding:**\n- Update \"Xpert Forex Trade\" text throughout the site\n- Modify colors in `css/style.css` (CSS variables at the top)\n\n**Educational Content:**\n- Add more articles in the `pages/` folder\n- Link them from the homepage education section\n\n## File Structure\n\n```\nxpert-hostinger/\n├── index.html              # Homepage\n├── css/\n│   └── style.css          # All styles\n├── js/\n│   └── main.js            # Trading signals \u0026 interactions\n├── pages/\n│   ├── forex-basics.html  # Educational content\n│   └── risk-management.html\n├── images/                 # Store images here\n│   └── exness-logo.png    # Add broker logo\n├── .vscode/\n│   └── sftp.json          # SFTP deployment config\n└── README.md              # This file\n```\n\n## Monetization Strategy\n\n1. **Exness Affiliate** - Primary revenue from broker sign-ups\n2. **Amazon Affiliate** - Secondary revenue from trading tools/books\n3. **Future:** Premium signals subscription, courses, etc.\n\n## SEO Tips\n\n- Add Google Analytics tracking code\n- Submit sitemap to Google Search Console\n- Create blog posts with long-tail keywords\n- Build backlinks from forex forums/communities\n- Add schema markup for articles\n\n## Security Notes\n\n⚠️ **Important:** Your SFTP credentials are stored in `sftp.json`. Consider:\n- Adding `.vscode/sftp.json` to `.gitignore` if using version control\n- Never commit passwords to public repositories\n- Use environment variables for sensitive data in production\n\n## Support\n\nFor questions about forex trading or website setup:\n- Email: contact@xpertforextrade.com\n- Update contact information in footer\n\n## License\n\n© 2025 Xpert Forex Trade. All rights reserved.\n\n---\n\n**Disclaimer:** Trading involves risk. Past performance is not indicative of future results. This website is for educational purposes only.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpertforextradeinc%2Fxpert-hostinger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpertforextradeinc%2Fxpert-hostinger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpertforextradeinc%2Fxpert-hostinger/lists"}