#off-topic
1 messages · Page 440 of 1
looks good to me 😉
Should I add something else to implement more things ?
up to you tho
I could implement some stats
@fallow crow why are you not using an ide for python
is there an ide for python ? :p
yes
Pycharm
im a noob
oof
~~do u need one for PYTHON? ~~
it has 2 versions
paid & free and you can include a educational thung too
oh
JetBrains 😃
I use paid but only because I have a license
JetBrains have all the IDEs smh
hi
hi
ye poeple like skyblock
Never played
neither ^
Got better things to do, it seems meh to me from vids
Lmao, are there any normal teachers in america? 😂 
If the teacher was more fit
I would go also said yes
Font
But sadly she isn’t that pretty
We regret to inform that Desmond Amofah aka Etika has been found deceased. https://t.co/sedwZZxglw
F
Aww, wasn't it that youtube dude that everyone was worried about?
yup
everyone thought it would be another prank thing where he just disappears
but nope
oof new mac
Yikes
200k only? pffffffft ||jk that's amazing||
I just found out
arkhamnetwork use a setup for their SB
and they claim to have 500 players online damn
I've never seen them go over 200
arkham above, setup below
Not bad
glare does u buy the mc assets
I mean to be honest, it's kind of profitable to make server setups
using setups is common ye but at the very least
use new schematics
and alter the messages
Does I buy the mc assets?
@pure bane thanks I need nitro mine expired
What?
so hopefully I win
Lol
@fallow crow ArkhamNetwork?
@pure bane Thx Clip for extra GiveAways ^^
ye Arkham
it is
as i stated
Installing an ads b mode s decoder
I am on
oof
What server you on?
im on prison
xD
xd
xd oke
see that 😃
no?
i didnt c that
Your ign is siri
Seriously
tbh that chat is cancer lol
Well if you ever sell your acct you could get a nice paycheck off of that name
Lmao
Jesus
LOL
why do updates take so long
What's weird about it?
all my servers are gone
um wut
Oh, that's not legit.
ew
scam
haxs
Discord works perfectly for me
on mac?
Mhm
win > mac
mhm
@wide siren you have to include a [Request] field too.
@boreal escarp I disagree and my opinion is superior, sorry.
idc boy

dont want my precious discord to look like this https://cdn.discordapp.com/attachments/164523548390457355/593134722834759701/Screenshot_2019-06-25_at_10.45.25.png
still from bottom to top, am I right?
Hm?
the list order O.o
There actually is.
Charlie
hahahaa
oof
guess charlie ment a public one
I'm confused as to why it would be private 
o

meme of the week
That's the ultimate o gaby
That subdomain though.
shh
Alabama69
lmao
oh lol I didn't see this one lel
x d
omg
let's not do that here frosty
damn frosty
I said if you're brave enough and put it in a spoiler
so it's your own fault if you googled it :p
is this a nsfw channel no so don't
this is a christian server
btw, since when do you need to link your cc when trying to gift nitro?
I didn't
^
I just use paypal
same
https://apps.apple.com/nl/app/xcode/id497799835?l=en&mt=12 first thing I'm downloading lol
gimme @sterile parrot

If anybody play this game https://www.mmorpg.com/giveaways/conquerirs-blade-gift-key-giveaway-1000000941
MMORPG.com has been given gift keys for Conqueror's Blade that will give players the "Well-Made Mortar" in game. Ideal for bombarding besieged foes due to the arching trajectory and large blast area of the weapon's explosive shells. The well-made mortar is a powerful tool i...
I am from Asain
ye LOL
Yo can anybody help me with some WAMP stuff? Trying to allow my other pc on my network to access the database and it isn't working so far
tried doing this: https://stackoverflow.com/questions/24005828/how-to-enable-local-network-users-to-access-my-wamp-sites
but it didn't work
Also, I edited my httpd file long before reading this so I can't "leave it exactly as I found it"
you can access the db from the same machine?
does your database allow remote connections
can you see the machine from the same network
can you ping it
can you ssh into it
is the machine's firewall allowing the port
ah
those are questions btw
Yes
No
Yes
Yes
How?
I'll check
Wamp includes MySQL right?
If so check the mysql bind-address is set to 0.0.0.0
mainly
Where's that?
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 0.0.0.0:3096
Listen [::0]:3096```
If that's what you mean, then I have that set
that's not the correct file
Was just what I had open
Which one would it be in?
Also, yes the port is not blocked
because when I go to the website it gives me 403 forbidden access
Nothing came back for bind in my.ini
why wamp though
Although this is on Linux, Windows I’m assuming, not too sure
and why windows
It's how I'm currently hosting servers
oh god
I will probably eventually switch over
you really should
Eventually
Lemmo
Jesus fuck #clips-pings
Have you heard of “microservices”
I have
Is spring suitable for that sort of stuff
I was looking at eureka library by Netflix
why not
depends on the size though
that isn't really small is it
microservices is basically having lots of small applications
but why do you want to have nagario be a microservice
what's wrong with it's current architecture
I don’t like it
Php
Good point though
What is actually wrong with it
Probably nothing
ye
go to the directory blocks
yep
set it to Require all granted
then you shouldn't get a 403
exaclty
shouldn't
I'm telling you, it straight up hates me
especially when I try to make it https...
httpd-vhosts https://pastebin.com/raw/aQnsgV01
*Right now it's set to Require local because the online stuff tells me to keep it that way. I have tested it on Require all granted as well
wait
@sterile parrot right now I might have 2 separate issues
1: my mc servers can't connect to the mysql database
2: I don't have access to /phpmyadmin/
the 2nd issue is separate from the first and I can fix that separately
I don't get the 403 error anymore
I was just trying to connect to a page I didn't have access to
but the mysql issue is still there
yep, fixed my phpmyadmin issue
oh wait
so
I think I found the issue
I'm no expert with windows servers, I've only had to use mysql etc on a windows machine once or twice
the user account I'm using is only for local
I always use linux 😛
and I can't make a new one because of an error
smh
#3009 - Column count of mysql.user is wrong. Expected 45, found 43. Created with MySQL 50617, now running 50723. Please use mysql_upgrade to fix this error.
except it's on wamp and i can't run mysql_upgrade afaik
just go to your wamp folder
and it probably has a mysql folder
in there is the mysql_upgrade
oh it's a program
all shell commands are an actual program
how do I know if it worked
you execute it in terminal...
how are you using this windows server
I'm not running windows server edition
what then
windows 10
oh
no
you use your command prompt
or the wamp shell
how can you be working with servers and not know how to use this stuff
Well you don't have to run it via command prompt
you should though
I started hosting servers on windows
and I bought a server, virtualized windows 10 and I'm transferring them to that machine
eventually I will probably switch to another OS
but like why windows 10 then
makes no sense whatsoever
you can't even call it a server almost
anyway when talking about servers and telling you to execute things I'm 99% of the time talking about shell commands
the only way I access all my servers is using shell
what windows do you want me to use then?
Windows server is completely different from regular windows afaik
🤷
from the bit I read it seemed completely different so I didn't bother
and I found my issue online
except no solutions
mysql_upgrade: [ERROR] 1146: Table 'mysql.gtid_executed' doesn't exist
gotta love it
oml
I did it
I just forced the update
and stuff works
@sterile parrot I'll eventually switch to linux eventually (probably)
but it's a lot easier just to transfer the servers to the machine instead of trying to figure out how to use linux to do all of it
when pebblehost sponsors linus https://www.youtube.com/watch?v=9bWA3BNx3A0
Check out the Drop x Sennheiser HD 6XX Headphones at https://dro.ps/techquickie-6xx-2 Use code LTT and save 15% on Game and Web hosting at https://pebblehost...

+Watch Later
Too be honest, that's just overkill imo
have you watched the other 4 parts
lol
im randomly getting invalid session wtf
Erm
Fix that picture
my heart
holy shit
i couldnt login to my og, and thought it got locked
i did pass reset, now it works
noice our lemmon now is making an ios apps
iLemon
gj lemmon and good luck 
I've done it before once, and I've never had the chance to work with to due to xcode being mac only
Haha. iLemon is a server owner lmao
?
cool thing is I can like straight upload it to my phone and test it
I just need an app idea ;p
this is just a banner with my name
😹
Lemon game?
:p
LemonSlice
lemon slice gotta slice them lemons
How many lemons can you slice in 30 sec?
Lol
what's the talk bot @sterile parrot
fruit lemon ninja
@boreal escarp a discord bot which you can talk to and it responds
o lol
you can give it commands etc
like if you say in the voice channel play x it will play the song
🍋
A ninja with a yellow costume and lemon slices design on it xD
O thats cool lemmo
was going to do it for discord hack week but I'm pretty sure I won't finish it in time
do you know java
Yes, I do not
lol
great
More than qualified, ik
F
so I'm trying to find a free alternative atm
if I knew how to make a speech recognition api I wouldn't be here
lmao
would be funny as heck
xD
fix ur RP first
ew cortana
not for me
now?
nope
fuck it
now?
now its working :p
gotta find a better one then
dont want to restart discord every time I start the app
dumit
stalkers

Local man awakes from coma, slays eldritch abomination in underwear. Liked this Legend of Zelda BotW parody? Subscribe for more! And please consider sharing ...
I laughed at this so freaking hard
Specially since it's more or less how any% of BotW works...
lemonslice
not even yellow lol

lol
I need an icon for when I actually finish this
Ask cube
Use my nip
Lmao
https://www.instagram.com/p/BzIkyLDjuE7/?igshid=cd8soh5juudd me lately lmfao
Doesn't really matter, windows 10 is supposed ti be more modern
chicken
Win 7 support is ending soon iirc
My pc don't support windows 10 so you can just shut it mister
@velvet crescent ur PRs should be live
Windows 10 is winner?
I forgot which prs but ok
i was a mac guy but then they started releasing new ones every year, and it was becoming a joke
XD


@naive barn You already had a post in #584228282535378944 😉
OOF BUMPING


@young temple depends on usage but mostly yes
i felt when i had my mac i could do somewhat basic stuff
that was it
then I switched to a blade, and such a difference
you need to learn to use it
wat
@muted fern =update links
I believe it's easier to convert to Mac than it is to convert to Windows
@muted fern that was unrelated to the freelancer <-> client matcher system
Macs look sexy and sleek, but overpriced as fuck
I paid £2300 for my Mac when I had it, and yet my new blade is £1500 with better specs all round
Yeah they can, and they are slim as fuck
Indeed.
But the price is insane
Yeah, but it's not a total waste.
If price was much lower maybe
So?
One thing as well is they don’t keep a high price
I paid £2300 for mine and only was able to sell it for £1500
That’s a huge loss
because if they're going to pay a lot for a Mac then they'll want it to be a new one
if it isn't new they'll want it cheapa
eh im outta macs now, im happy with my iPhone and just my blade
macs are dank look, but shit specs
I just meant that most people avoid Apple products cause of their price not quality
specs of mac's are not bad at all
n e r d s

If anybody play rocketleague https://www.freegamekeys.com/rocket-league-vcr-topper-and-couch-potato-code/
Kill me
damn
ouch
just walking and you get an asthma attack @young temple
Just walking and you swim in your own sweat
It's like 33 here
love it when someone tells me they cant talk then messages me in 2 minutes wanting something 🤦
can't talk @fallow crow
xD
omg
i broke my bot
it wont send to the right channel now
MEANIE
fix my bot for distracting me
interesting
o
hey charlie b
Discord is mad and idk what to do
Didn't have money in the credit card at the time and it got a mental breakdown.
I suggested Wumpus see a doctor, but he refused 
its cuz u bought a mac
lol
so balance is poof
Maybe you'll win one of the giveaways.
Maybe
Can I buy myself Nitro as a gift? 
To solve the issue
Where's #discord-support @sadcube
You can't claim ur own gift
well im pretty sure you can't

Time to contact the real support I guess
time to put some cash in ur card i guess
Apple took the last cent
this name, https://twitter.com/analyse
rip ahmad
a wild Siri joined my test server
xd
plz real ign is xxsirixx
using nick hider
i may just try sell to a business
tbh
I mean that's a lot of moneyz to be made
i know businesses pay lots for handles
and mcm is just broke kids
i just need to research into what companies would buy
im dumb
kids
ok
my bot hates me
at least wumpus isn't rejecting you
lol
lkol
and barry picks better ones @velvet crescent ?
yes!
what does barry pick?
he sounds laggy
barry just has ncs channel to pick from @boreal escarp
@honest thistle promote
ah, I see

urls.txt
the heck is this song tho?
idk the first one on ncs
why I dont see the music channel but this noob does
You aren't worthy enough <o/

thought we are friends @muted fern 

though it's the TP intro lmao
lol
showcase, however you want to call it
but that died quickly
scary autoplay go
😛
welcome to my mc server review
wot
cube
test plugins 2019 showcase when?
free staff rank!?!?!
brother?!?!?!
More like Banned Charlie 
inside meme
xDD
i tried to pause music then realised
reply mod needs to support 1.14
Confirmed funnycube is farming XP in channels that aren't in use anymore.
dude I love your video editing skills ❤
is it just me or is Barry a bit laggy?
ye same
@velvet crescent your ears are broken for sure
I'd say my internet is fucked, but that could be the issue aswell
I cri

A good trick is to go on servers and tell dudes to do /stop lag
giv me the ip kids
some fall for it
=op @muted fern
My ign shit so I won't do that
if only
betmen
this guys skin
is perfect
o wait the guy has his discord linked apparently
Time to have a stroke when he says 200
imagine
how much they offering?
one guy said $$$
i said nty
and the other said $$$
in mc
😉
how much is my ign worth?
😉
I guess you're aiming either for $$$$ or higher?
ye
my ign is worth more
Ain't nobody got time for $$$
lemme do another SS
Does it matter Charlie?
why does all tutorials for node.js only do powershell
you need powershell
xD
to run it
esketit
vsc uses powershell anyhow
Funny wanna give me a 1v1 tutorial
I mean you aiming for high $$$$ (2k range) or you aiming for just $$$$
not really
let me find the yt vid i learnt from
https://www.youtube.com/watch?v=RZ02rw3NZnk this is the updated version apparently
Help to support the channel if you are feeling super kind: https://www.patreon.com/dapperdino Join our Discord: https://discord.gg/sn9xXK4 https://nodejs.org...
They banned my main cuz I logged onto my friends account
barry's core has changed a long way since then
which was considered an alt
to be more module based
rofl
i made my acc (original) years back
no posts etc
i had a new mcm and had 55 rep on it
thought u were good
=test
@muted fern, Reading from core correctly...
@muted fern, ---
Reading from utils correctly.
@muted fern, Test complete.
lets u push to github
do i need that?
useful for sharing
not when starting out
ok
i deserve helpful cuz like
he owns cube
just leave blankk ye?
you're welcome
i just want it
DM him
ez
how much would u pay for the cube account?
^
i can dm on behalf
if i know your budget
or funny u can DM it
I mean tbh the kids who own a lot of ogs have it covered when it comes to money tbh
"a lot"
oo
how many u got nerd?
ouu cch
2 ogs, 2x capes
well
og
2 of my accounts have 2015 minecons, siri has a 2016 and macbook has none
rofl

cuz i attended memecon
gl
Seriously, dm and offer $5, it's better than nothing.
considering $300 was his bin
Watch him do it lmao
Charlie, I bet you don't own Charlie
phill buy that for $999 from me
u own glare?
No
I ain't paying money for a username.
which gets LOTS of adds xD
xD
kids think im their friend from school
so
¯_(ツ)_/¯
lol
has to get an og account so he feels like he has friends
i own admin@og.plus
cute
flex
Or maybe they know you don't have any, so they are trying to make you feel better.
selling wot
thats a cheap macbook
x d
my macbook was 1.4k
😦
rip
and i only use it for youtube
LOL
:>
literly no
literlyyy yt
swear down
no idea why i actually have Phill
i want a nice name for my alt
Just my luck :c
LOL
da hell is tld?






