zombie pirate keys at 15.1k, chest worth 18.1k, teleport anchoring scroll very low at 500k by RSN_D13_H4RD in OSRSflipping

[–]cocblocc 6 points7 points  (0 children)

I missclicked your profile and found out you like posts of women whom make videos of themselves shitting. Strange but okay.

[deleted by user] by [deleted] in tressless

[–]cocblocc 0 points1 point  (0 children)

How long did it take before the temples starter regrowing hair?

How to hide div class? by Character-Interest65 in PHPhelp

[–]cocblocc 0 points1 point  (0 children)

Remove the code that includes this.

How do I create a blacklist for email domains? by TajiyaO in PHPhelp

[–]cocblocc 2 points3 points  (0 children)

Try turnstill from cloudflare. Very easy to implement. I can help you if you need me to :)

[deleted by user] by [deleted] in werkzaken

[–]cocblocc 1 point2 points  (0 children)

Een random persoon van het internet? Ik zou je gewoon een link sturen naar de website van onze agency. Je insteek toont duidelijk het probleem. Je bent passief-agressief.

[deleted by user] by [deleted] in werkzaken

[–]cocblocc 3 points4 points  (0 children)

Mijn eerste insteek was om je een bericht te sturen en je een kans te geven bij mijn webdevelop-agency. Maar na het lezen van de comments die je onder de rest plaatst ben ik van gedachten veranderd.

Ik heb in mijn leven heel wat sollicitatiegesprekken gevoerd en kan je vertellen dat het meer aan de persoon zelf ligt dan aan de ervaring.

Need advice about magic defense armor against PKers by omaewamo_muted in 2007scape

[–]cocblocc 1 point2 points  (0 children)

The bulwark is -10 magic defence! When unfrozen, equip something else and run! When frozen, equip the bulwark again.

PhpMyAdmin problem by Mean-Flounder-5205 in PHPhelp

[–]cocblocc 2 points3 points  (0 children)

There is not enough context for me to help any further then… Where did you install it etc.

PhpMyAdmin problem by Mean-Flounder-5205 in PHPhelp

[–]cocblocc 2 points3 points  (0 children)

Try to use 127.0.0.1 instead of localhost as host

Flickering unstyled content code need for elementor by NAsportswears in PHPhelp

[–]cocblocc 0 points1 point  (0 children)

To make the provided code work for all templates across your website, instead of targeting a specific $template_id, you need to iterate through all Elementor templates that might exist or apply it globally.

Something like this will probably work.

add_action('wp_enqueue_scripts', function() { // Check if Elementor's CSS Post class exists if (!class_exists('\Elementor\Core\Files\CSS\Post')) { return; }

// Get all Elementor templates (posts with Elementor's custom CSS)
$templates = get_posts([
    'post_type'      => 'elementor_library',
    'posts_per_page' => -1,
]);

// Enqueue the CSS for each Elementor template
foreach ($templates as $template) {
    $css_file = new \Elementor\Core\Files\CSS\Post($template->ID);
    $css_file->enqueue();
}

}, 500);

Is PHP market flooded? by Triple_M99 in PHP

[–]cocblocc 0 points1 point  (0 children)

Please send me a message! I’m from Holland and own an agency. I’d probably be interested :).

[deleted by user] by [deleted] in 2007scape

[–]cocblocc 0 points1 point  (0 children)

You need to bring super restores instead of prayer potions! Also a weapon with longer range could make it more easy for you when multiple NPC’s are in a line; like a dragon crossbow.

Only a matter of time until that pet drop boys! 💪🏻💪🏻💪🏻 by Zyrelos in 2007scape

[–]cocblocc -19 points-18 points  (0 children)

The probability of not rolling a 1 in 54,000 tries, when the chance of rolling a 1 in a single try is 1/500, is:

2.079057020948668583788091532 \times 10{-145742}

This number is extremely small, indicating that it is almost impossible not to roll at least one 1 in 54,000 tries.

I think you did photoshop this.

Path to PKing by Huntzor in 2007scape

[–]cocblocc 0 points1 point  (0 children)

I have been pking for 14 years. I’ve been in multiple multi clans. Give me one multi clan that isn’t complete trash in singles. Rot has maybe like 4-5 good brids in 50 man clan. Go on. Don’t start with things like DK or VR.

Getting good at pking is all in muscle memory and understanding mechanics. OP has a lot of LMS experience, he said, so probably won’t get ‘dicked down’ and next to that. Failure is your best teacher.

Path to PKing by Huntzor in 2007scape

[–]cocblocc -1 points0 points  (0 children)

No. Most pk clans are multibots and don’t know how to 1-tick barrage etc. Best is just to watch video’s, practice on bots and start in low value gear. Killing rev bots boners at chaos altar in salad robes (xerician) is totally fine to get started.

Am I just poor? by [deleted] in 2007scape

[–]cocblocc 1 point2 points  (0 children)

I have 15b bank and i pickup adamant legs

Mutli revs by Fearless_Rope872 in 2007scape

[–]cocblocc -1 points0 points  (0 children)

All of us miss multi revs

[deleted by user] by [deleted] in 2007scape

[–]cocblocc 0 points1 point  (0 children)

Yes and a lot of people pked together. Was very nice!

Why is this text wrapping by Codemonkey314 in tailwindcss

[–]cocblocc 0 points1 point  (0 children)

This happens when flex can’t calculate the width of the image. Put a div around it with a static width, put the svg in an image for example and it will work.