Search content
Sort by

Showing 20 of 373 results by MMM005
Post
Topic
Board Services
Re: [Open] as.exchange Twitter Campaign $10/week in BTC.
by
MMM005
on 19/04/2021, 16:49:33 UTC
Bitcointalk profile link: https://bitcointalk.org/index.php?action=profile;u=847906
Twitter profile: https://twitter.com/BitcoinUser12
Twitter Audit link: https://www.twitteraudit.com/BitcoinUser12
Telegram username: BTC_M9
as.exchange username: Userr
as.exchange BTC address: 19TGhK8vWB7JWgffcCvvsuX8zBfmjnPmRu
Post
Topic
Board Services
Re: YouSwap Bounty campaign 🔥🔥 Reward $1050 in Bitcoin 🔥🔥 Up to 50 spots Only!
by
MMM005
on 13/04/2021, 12:26:59 UTC
#Proof of Registration
Campaign: Twitter
Twitter profile link: https://twitter.com/BitcoinUser12
Twitter profile display name: Bitcoin User
twitteraudit score : 99%
Telegram profile link: -
Telegram profile display name: -
Payment address (segwit): bc1qv350s4lj2fjvkyfc6a2tgj68f3h0auz4ce5kge
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #104 $50 Prize | $1200+ Progressive Jackpot
by
MMM005
on 22/01/2021, 03:56:05 UTC
892,626,167
User1
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #55 $50 Prize | Progressive Jackpot inside 🔍
by
MMM005
on 12/10/2020, 12:39:44 UTC
566,997,400
User1
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #54 $50 Prize | Progressive Jackpot inside 🔍
by
MMM005
on 10/10/2020, 06:13:25 UTC
567,445,404

User1
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #52 $50 Prize | Progressive Jackpot inside 🔍
by
MMM005
on 06/10/2020, 05:30:43 UTC
549,607,106

User1
Post
Topic
Board Services
Re: CONTEST: design loyce.club home page
by
MMM005
on 04/10/2020, 22:46:45 UTC
Sneak preview: http://loyce.club/archive/oldposts/
How to use:
  • Find the msgID you need. Let's use 28228
  • Remove the last 5 digits from the msgID to get the directory name (if there are less than 5 digits, use 0): 0
  • Replace the last 2 digits of the msgID by xx, and add .html (if there are less than 5 digits, use 0xx): 282xx.html
  • Add "#msg" and the msgID: #msg28228
  • Put everything together and go to http://loyce.club/archive/oldposts/0/282xx.html#msg28228

for oldposts:

Code:
// Get $searchType from the input, where oldmsgID=>oldposts
$searchType = "oldposts"; // by oldmsgID

// Get $ID from the input (should be >= 1)
// $ID = "28228";
$ID = "25000030";

$dirName = (strlen($ID) <= 5 ? "0" : substr($ID, 0, -5));
// $pageName = substr($ID, -2);
$pageName = (strlen($ID) < 5 ? "0xx" : substr($ID, 0, -2) . "xx");
$url = "http://loyce.club/archive/$searchType/$dirName/$pageName.html#msg$ID";
echo $url;

// http://loyce.club/archive/oldposts/0/282xx.html#msg28228
// http://loyce.club/archive/oldposts/250/250000xx.html#msg25000030

And by adding posts, topics and members we get:

Code:
$urlBase = "http://loyce.club/archive";

// Get $searchType from the input, where oldmsgID=>oldposts, msgID=>posts, topicID=>topics and userID=>members
$searchType = "posts"; // by msgID

// Get $ID from the input (should be >= 1)
$ID = "28228";

$countDigits = ($searchType === "oldposts" ? 5 : 4);
$dirName = (strlen($ID) <= $countDigits ? "0" : substr($ID, 0, -$countDigits));
$pageName = (strlen($ID) < $countDigits ? "0xx" : substr($ID, 0, -2) . "xx");
$url = ($searchType === "oldposts" ? "$urlBase/$searchType/$dirName/$pageName.html#msg$ID" : "$urlBase/$searchType/$dirName/$ID.html");

echo $url;



Ideally, this should be included in the same search field: if someone searches for a low post number (say 25000030), it should give this link: https://loyce.club/archive/oldposts/250/250000xx.html#msg25000030.
But if someone searches for a high number (say 5310200), it should give this link: https://loyce.club/archive/posts/5531/55310200.html.

What is the logic of detecting low/high post numbers?
Post
Topic
Board Services
Re: CONTEST: design loyce.club home page
by
MMM005
on 04/10/2020, 15:03:46 UTC
It would also be nice to have a tiny bit of PHP (or whatever) that allows for an input field, and converts a number into an URL.
Examples

Code:
// Get $searchType from the input, where msgID=>posts, topicID=>posts and userID=>members
$searchType = "posts"; // by msgID

// Get $ID from the input (should be >= 1)
$ID = "4567891";

// testing
// $ID = "45678";
// $ID = "4567";
// $ID = "456";
// $ID = "45";
// $ID = "4";

$dirName = (strlen($ID) <= 4 ? "0" : substr($ID, 0, -4));
$url = "http://loyce.club/archive/$searchType/$dirName/$ID.html";
echo $url;

// http://loyce.club/archive/posts/456/4567891.html
// http://loyce.club/archive/posts/4/45678.html
// http://loyce.club/archive/posts/0/4567.html
// http://loyce.club/archive/posts/0/456.html
// ...

Do you mean that?
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #51 $50 Prize | Progressive Jackpot inside 🔍
by
MMM005
on 04/10/2020, 08:40:11 UTC
543,716,219
User1
Post
Topic
Board Services
Re: [Contest] Logo designing for a fashion brand
by
MMM005
on 03/10/2020, 13:40:31 UTC
The contestants can post the logos here or PM me. Thanks

I sent you a PM with my submission.
Post
Topic
Board Services
Re: Yield.app | Twitter & Telegram Campaign | Week 1
by
MMM005
on 02/10/2020, 04:54:24 UTC
Accepted 2500-4499 Followers:
Still a bunch of 250-999 follower spots open, if they don't fill I might open up some for the higher follower counts, stay tuned!


Re-applying for any available position.

Post your twitter account link: https://twitter.com/BitcoinUser12
Post twitter audit link: https://www.twitteraudit.com/BitcoinUser12
Post your amount of followers: 2539
Post your Telegram username: BTC_M9
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #50 $50 Prize | Progressive Jackpot inside 🔍
by
MMM005
on 02/10/2020, 04:32:28 UTC
536,963,508
User1
Post
Topic
Board Services
Re: Yield.app | Twitter & Telegram Campaign | Week 1
by
MMM005
on 01/10/2020, 20:11:14 UTC
Post your twitter account link: https://twitter.com/BitcoinUser12
Post twitter audit link: https://www.twitteraudit.com/BitcoinUser12
Post your amount of followers: 2539
Post your Telegram username: BTC_M9
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #49 $50 Prize | Progressive Jackpot inside 🔍
by
MMM005
on 29/09/2020, 20:13:42 UTC
530,799,996
User1
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #48 $50 Prize | Progressive Jackpot inside 🔍
by
MMM005
on 28/09/2020, 04:05:53 UTC
525,040,998
User1
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #47 $50 Prize | Progressive Jackpot inside 🔍
by
MMM005
on 26/09/2020, 13:02:11 UTC
519,167,397
User1
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #46 $50 Prize | Progressive Jackpot inside 🔍
by
MMM005
on 24/09/2020, 17:31:40 UTC
512,983,360
User1
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #45 $50 Prize | Progressive Jackpot inside 🔍
by
MMM005
on 22/09/2020, 05:18:41 UTC
506,706,801
User1
Post
Topic
Board Games and rounds
Re: 🔍 Roobet.com | Guess Total Wagers #44 $50 Prize | Progressive Jackpot inside 🔍
by
MMM005
on 20/09/2020, 17:32:55 UTC
504,094,837
User1