Weed In The Wild..."pics"

SkunkoneSRH

Well-Known Member
Yes But I Have Other Plants Around The Area That Would Be Pollinated so i can get seeds.

this plant is just an expierment
 

SkunkoneSRH

Well-Known Member
WELL IM IN LUCK!!!>

This Plant Is A FEMALE!!!!.

just walked back thier. but without the camera. and thier are little white Hairs Everywhere.

it went form nothing last week to BOOM!. i cannot wait to see the finished product.
 

SkunkoneSRH

Well-Known Member
nah man thats where the plant had a tree on it and it was flat on the grond and ants were having thier way. but its cool now.
 

Gilfman

Well-Known Member
woohoo its a girl! im happy to here that .. mine just showed the other day also .. cant wait to see her
 

massmurda420

Well-Known Member
i know.

but when should it start to show sex? its killing me not knowing lol.

even if it is a male ( PRAY ITS NOT ) i will let it seed so i can tons of mature seeds for next years grow wich will be way bigger. i like this plant though.
the male doesnt produce seeds on its own its will produce ball sacks full of pollen and u pollinate real buds of a female plant
 

ceerock

Well-Known Member
WELL IM IN LUCK!!!>

This Plant Is A FEMALE!!!!.

just walked back thier. but without the camera. and thier are little white Hairs Everywhere.

it went form nothing last week to BOOM!. i cannot wait to see the finished product.

I was hoping it was a chick ...... congrats....
 

IGTHY

Well-Known Member
WILD GROWING WEED>.


ok. so for those who know me and those who dont.

I said i was going to grow weed out in the Wild all Naturel.

no nuets.
nothing...besides Sunlight and i occ. walk back thier to water it if it dont rain here.

Acutally i found this plant growing in between the cracks in my driveway.
Its not too crazy sounds b/c i smoke alot of pot thier and im pretty sure its b/c i throw alot of seeds in the general area. "but this has never happed before." but i had to Rip it right up outta the ground wich resulted in alotta the rootmass being ripped off : it couldent pull up threw crack.

idk how old the plant is it was about 5 inches tall when i found it.

but anywho...after i ripped it up i planted it back in the woods at a lil grow spot i have.

its been about a month sence i found the plant.
just watering every now and then.

i just want to see how this plant grows in the nature just wild. NO CHEMS.


here are some pics. ty.
Looks good.
 

SkunkoneSRH

Well-Known Member
whatsup skunk,
how are the plants doing? (im too lazy to scroll through the pages) :D

Haha. Thier Doing Rlly Well Actully. but this main plant im growin from my driveway lol is what this is all about. i just wana smoke some weed grown all by its self basically. i only waterd the plant maybe 3-4 times. and probly didnt even have to do that. =] i think its gunna be rlly good buds.
it reeaaakks when you walk up on the plant. i will get pics up as soon as some bud's start to show. i want a nice Kola.
 
Top
// Add this to your XenForo extra.js template or include in a separate JS file // 1. Basic Twemoji Implementation $(document).ready(function() { // Load Twemoji library $.getScript("https://unpkg.com/[email protected]/dist/twemoji.min.js", function() { // Function to replace native emojis with Twemoji function replaceTwemoji() { // Parse the DOM to replace emojis twemoji.parse(document.body, { folder: 'svg', ext: '.svg', callback: function(icon, options) { // Exclude certain characters if needed switch (icon) { case 'a9': // © copyright case 'ae': // ® registered trademark case '2122': // ™ trademark return false; } return ''.concat(options.base, options.folder, '/', icon, options.ext); } }); } // Initial replacement replaceTwemoji(); // Watch for new content (like when loading new posts) $(document).on('xf:layout', function() { replaceTwemoji(); }); // 2. Modify the XenForo emoji picker to use Twemoji if (XF.EmojiCompleter) { // Override the default emoji completer XF.EmojiCompleter = XF.extend(XF.EmojiCompleter, { insertEmoji: function(shortname) { // Call the original method to insert the emoji this.__super(shortname); // After insertion, replace with Twemoji setTimeout(function() { replaceTwemoji(); }, 10); } }); // Replace emojis in the picker $(document).on('shown.bs.dropdown', '.js-emojiContainer', function() { setTimeout(function() { twemoji.parse(document.querySelector('.js-emojiContainer'), { folder: 'svg', ext: '.svg' }); }, 50); }); } }); }); // 3. Add CSS for proper emoji display $(document).ready(function() { // Add CSS for emoji styling $("