The Affiliate Clone System lets you copy an existing campaign funnel and create your own unique tracking link. When you clone a campaign, you get:
From the Campaign Dashboard, each campaign has a "Clone" button that automatically builds the correct URL for you. Just click it and the system handles everything.
The one-click URL format is:
https://www.jaysoftware.co.uk/af/auto_affiliate_clone.php?sp=2&url=https://www.jaysoftware.co.uk/af/lookup.php?id=TOKEN&cid=88
sp=2 โ Activates the clone wizardurl= โ The original campaign URL (auto-filled)cid=88 โ Client/affiliate mode identifier (auto-filled)
| Step | Action | Time |
|---|---|---|
| 1 | System verifies the original token exists | Instant |
| 2 | Checks you haven't already cloned this campaign | Instant |
| 3 | Creates your unique tracking URL | Instant |
| 4 | Clones the landing page with your ID | Instant |
| 5 | Copies all meta data (SEO, images, descriptions) | Instant |
| 6 | Shows your new link ready to share | ~3 seconds total |
https://www.jaysoftware.co.uk/af/lookup.php?id=YOUR_TOKEN
The Clone Analytics Dashboard shows original campaign creators how their
affiliate network is performing. Access it at:
https://www.jaysoftware.co.uk/af/lookup_dashboard.php?id=YOUR_TOKEN
All clones ranked by performance. Each row shows:
Click the ๐ Details button on any clone to see:
Users with Role 9 (Super Admin) have additional capabilities on the dashboard.
Admins see a red ๐๏ธ Delete button on each clone row. Clicking it opens a confirmation modal showing the clone owner's name and token.
When an admin deletes a clone, the system removes ALL related data in this order:
| Order | Table | Data Removed |
|---|---|---|
| 1 | access_logs | Click tracking logs |
| 2 | giveaway_entries | Sign-up/lead entries |
| 3 | splash_page_stats | Landing page visit stats |
| 4 | office_offer | Meta/SEO data |
| 5 | competition_content | Funnel landing page |
| 6 | short_urls | The tracking URL itself |
When logged in as Role 9, a red ADMIN badge appears in the dashboard header, and the leaderboard subtitle shows "Admin: Delete enabled".
View all clones for a token:
SELECT s.random_token, s.user_id, s.visit_count, cc.title, cc.views
FROM short_urls s
LEFT JOIN competition_content cc ON cc.short_url_id = s.id
WHERE s.original_url LIKE '%lookup.php?id=TOKEN%'
AND s.random_token != 'TOKEN';
Count clones per original token:
SELECT original_url, COUNT(*) as clone_count
FROM short_urls
WHERE description LIKE '%Cloned by%'
GROUP BY original_url
ORDER BY clone_count DESC;
No. Each user can only clone a specific campaign once. If you try again, the system will show your existing clone link.
Your clone is independent. It has its own copy of the funnel page, tracking URL, and meta data. Deleting the original does not affect your clone.
Currently, clones are exact copies. Contact the original campaign creator or an admin if you need changes to your clone's content.
Visit your clone's dashboard at lookup_dashboard.php?id=YOUR_CLONE_TOKEN to see views, sign-ups, and clicks for your specific clone.
This means the competition_content wasn't cloned successfully. This can happen if the original funnel uses a different token format. Contact an admin to investigate.
โ Meta = The SEO/social sharing data (title, description, image) is configured for this clone. โ ๏ธ Meta = Meta data is missing โ the link may not display properly when shared on social media.
Yes! The Clone Analytics Dashboard shows every affiliate who cloned your campaign, along with their performance stats.
Share your lookup URL: https://www.jaysoftware.co.uk/af/lookup.php?id=YOUR_TOKEN. When affiliates visit your dashboard, they'll see the option to clone. You can also send them the one-click clone link directly.
Only Role 9 admins can delete clones. If you need a clone removed, contact your system administrator.
Original Token: 66a788743ece5 Clone Now | Owner: Daniel Mason | Funnel: View Original โ
Clones ranked by performance โ views, sign-ups, and engagement Campaign LB
No clones found for this token yet.
Share your original link with affiliates to start building your clone network.
You are about to delete the clone owned by .
This will permanently remove the short URL, funnel page, meta data, sign-ups, and all tracking logs. This cannot be undone.