Hi, do you want free cPanel hosting of 1 GB! of disk space unlimited bandwidth! and more for lifetime. You will not have to pay any coins ever and (ads free like google adsense). Contact support@hostingfriend.in for more info....
Hi, do you want free cPanel hosting of 1 GB! of disk space unlimited bandwidth! and more for lifetime. You will not have to pay any coins ever and (ads free like google adsense). Contact support@hostingfriend.in for more info....
hey i just wanted to stop by and say thanks for the awesome tutorial. I watched it at phpsquad dot net but i just gotta say that it was really helpful for me as ive made couple websites just in plain html and administrated couple of Joomla websites but it might be little too confusing for newcomers..
so if you already know bit about the basics this will be an excellent tutorial to get started with php and mysql!
Hey mate I have problem with the code. I write exactly like the one you write in the video if ($_SESSION['uid']){ $sql = "SELECT idMember, username FROM `member` WHERE `idMember`='".$_SESSION."'"; It keep saying undefined uid in the ($_SESSION['uid']) . HELLLP
Just came here for learning and sharing with all members about php if you are facing any problem so please share with me and get solution of your problem.
Thanks for sharing with all members this great tutorial.....
@vancar6 now it's 13, i think those who hate these video is someone who don't even know what it means the button hate lol, they just push it. nice video lifeg0eson666 even if i already knew what you said keep it up
hello...i am just novice in programming...i have created users database on my own...your source code i try to integrate with my users database, but it wont detect user...so after check out, the problem is with _SESSION['uid'] ...i try to view your video on registration tutorial and source code 4 users, but no uid in table field just id, if i change it to _SESSION['username'] it just work well...so where did u define uid use for session if it is not in users database?..sorry for my english ..^_^
Hey, thanks so much for these videos! I was wondering if you could post somewhere or send me the text of the database you used in the tutorial? Thanks.
@lifeg0eson666 Haha, no problem. I like your tutorials, you just go a bit to fast for my taste. Like, you need to slow down a bit and explain things a little better. But other than that they are great :D
Great tut a usual ;) May I suggest using mysql COUNT instead of num_rows to see if a user exists =D e.g. "SELECT COUNT (*) FROM users WHERE uid='{$userid_var}' " cause its faster and more server friendly
Very well done. I would like to throw a few things I saw. First your include should have been written include("something.php"); Also no need to keep specifying font attributes unless you are changing. This will keep your stylesheets small. Hope I did not offend ya by this.
can you give me a download? I tried to do this and got way to many errors. I know you probably want me to do the work, but i've tried your method and other peoples and still got errors.
This comment has received too many negative votesshow
seriously i need to say this, if you do have any brains up there. Reupload the first videos so you can reverse and forward the video, seriously no one ever does a video with a these settings.
Stupid? Lol, the videos were perfectly fine before I started using a different SWF player. I've been meaning to make all the YouTube videos downloadable anyways.
Wonderful tutorial I'm now using PHP because I'm back in to web design and i know CSS and HTML with the standard of XHTML so I mite as well move on to PHP SQL
THis doesn't work. I read the HD versions, got the code to look like your's, but I get this: Login to your account, or Register a new account!\n"; }else { $row = mysql_fetch_assoc($res); echo "Welcome back, ".$row['username']."!\n"; } }else { echo "Please Login to your account, or Register a new account!\n"; } ?>
I wasted 2 hours doing this. These aren't the best.
powerbo51 its called a video if its to fast you stop it rewind and play it again thats why half the videos on youtube are worthless because it takes ten million years to make a user understand a 30 second lesson
Could you make your HD videos ffable and rwable?? or at least provide the source for some of these files?? it gets pretty hard to follow if you cant read what it says on youtube and having to wait for the whole HD videos to pass without being able to rewind is not practical.... by the way, awesome tutorials
You seem to have a lot to teach others... I think it's cool, but if I may ask, how come you assume the 'sign' of the Beast '666'. Has it got any undertone.. or just coincident?
Hi ! Your tutorials are great ! You rock !!! When you'll upload the other High Definition parts on your website ? We are waiting for the other parts on high def. related to the forum tutorials !
hey, nice tutorials! i watched for now the registration video and Forum part one! All are great! Going to watch all what you have. On your side video is better than here. And wow, i admire you, just 15 years.... know a lot and make good tutorials! +5! Continue!
how come when i did everything you did logged in...the user isnt displayed thats he/she is logged on itll only say Please make an account or login, but i did sucessfully login and it only says im already logged on on the login.php basically when i go home it doesent say WElcome, NAme whats wrong? also one more thing the sources on phpsquad links dont do anything
You're calling session start on every page correct? And um, my website doesn't give you the source files for anything, if I did that there would be no use for tutorials like these.
Your tutorials are awesome. They've helped me learn so much, after i gave up learning from books. Thank you so much, and now i have my own working forum.
No offense dude, you got some great videos, thanks for sharing your knowledge with us by the way. I guess i was a bit ignorant. I apologize if you misunderstood my comment. Just saying that it could have gone a bit quicker. Eliminate long pauses, get rid of unnecessary info and try to cut down on saying aaam. Perhaps plan out a lecture? Making it more fluent. As a student thats what i would like to see. Hope you take this comment as advice, no hate.
You should really learn PHP5 OOP though, there is pretty much nothing too it, and you could probably learn 90% of what you need to know in one afternoon!
I was stuck in PHP4 programming until I decided to test classes and stuff out one afternoon, and BOOM I realised all the great stuff it could help me do...
Comment removed
ap3y 4 days ago
u rox!! thanks a lot, this tutorials are wondeful :)
kojelja0 1 week ago in playlist Favorite videos
This has been flagged as spam show
Hi, do you want free cPanel hosting of 1 GB! of disk space unlimited bandwidth! and more for lifetime. You will not have to pay any coins ever and (ads free like google adsense). Contact support@hostingfriend.in for more info....
Or visit hostingfriend.in
Tathagata100 2 weeks ago
Hi, do you want free cPanel hosting of 1 GB! of disk space unlimited bandwidth! and more for lifetime. You will not have to pay any coins ever and (ads free like google adsense). Contact support@hostingfriend.in for more info....
Or visit hostingfriend.in
Tathagata100 2 weeks ago
hey i just wanted to stop by and say thanks for the awesome tutorial. I watched it at phpsquad dot net but i just gotta say that it was really helpful for me as ive made couple websites just in plain html and administrated couple of Joomla websites but it might be little too confusing for newcomers..
so if you already know bit about the basics this will be an excellent tutorial to get started with php and mysql!
Again, Thanks for the great tutorial!
d0Nin380 3 months ago
Hey mate I have problem with the code. I write exactly like the one you write in the video if ($_SESSION['uid']){ $sql = "SELECT idMember, username FROM `member` WHERE `idMember`='".$_SESSION."'"; It keep saying undefined uid in the ($_SESSION['uid']) . HELLLP
Paait1 4 months ago
@Paait1 Use if(isset($_SESSION['uid']))
lifeg0eson666 4 months ago
@lifeg0eson666 It wil still produce the same result right?
Paait1 4 months ago
@Paait1 Yea, some servers don't like you just putting unresolved variables into an if statement, so using isset just checks to see if it exists fist.
lifeg0eson666 4 months ago
Noch Probleme mit XAMPP, PHP, HTML, CSS, CMS-Systemen, DynDNS oder so? Schau mal vorbei: my first server .tk
is aber noch ganz neu :)
MathisSchuelingkamp 5 months ago
watch?v=SQw645qw1os&feature=related
you voice now and previuos :D
dainiuzasv 6 months ago
This has been flagged as spam show
Hello dear friends..
I am new member of you tube in these days..
Just came here for learning and sharing with all members about php if you are facing any problem so please share with me and get solution of your problem.
Thanks for sharing with all members this great tutorial.....
Ramzan1956 7 months ago
could you upload the files plz
katoon1997 8 months ago
@katoon1997 They are uploaded.
lifeg0eson666 8 months ago
$sql = "SELECT username FROM ''users' WHERE 'id'=*=.$_SESSION[uid']
Is this right? You just kind of flew past it, and my monitor doesn't have the best quality to view all the characters you were using.
CyricRO 1 year ago
@CyricRO For the most part yes, if you want the full source you can get that from my website.
lifeg0eson666 1 year ago
This has been flagged as spam show
Travel around the world with and Naughty women mworld5.info
iimogenyu 1 year ago
The register tutorial is good, but you echoed out the register form!
I dont like that because its not external D;.
vancar6 1 year ago
Who could hate this?
11 hates.
vancar6 1 year ago 4
@vancar6 now it's 13, i think those who hate these video is someone who don't even know what it means the button hate lol, they just push it. nice video lifeg0eson666 even if i already knew what you said keep it up
redmatrice 5 months ago
This has been flagged as spam show
Search online Russian women gettop5.info
KeeneBarajas 1 year ago
Meet Asian women #lushfmlk.info#
Alphonse8612 1 year ago
hello...i am just novice in programming...i have created users database on my own...your source code i try to integrate with my users database, but it wont detect user...so after check out, the problem is with _SESSION['uid'] ...i try to view your video on registration tutorial and source code 4 users, but no uid in table field just id, if i change it to _SESSION['username'] it just work well...so where did u define uid use for session if it is not in users database?..sorry for my english ..^_^
reymura99 1 year ago
i have problems on your code. i copy all your code and make a database. but when im going to run it. theres always undefined index
ylraep06 1 year ago
ur awesome for posting these things
pokeplatinum62 1 year ago
Hey, thanks so much for these videos! I was wondering if you could post somewhere or send me the text of the database you used in the tutorial? Thanks.
sdunbabi 1 year ago
@sdunbabi All source files are on my website.
lifeg0eson666 1 year ago
15:40 - 15:45 "If you would like to see the CONTINUATION of this tutorial" :)
OceanicViewStudios 1 year ago
@OceanicViewStudios Lmao, thanks :P
lifeg0eson666 1 year ago
@lifeg0eson666 Haha, no problem. I like your tutorials, you just go a bit to fast for my taste. Like, you need to slow down a bit and explain things a little better. But other than that they are great :D
OceanicViewStudios 1 year ago
Very useful tutorial dude!, I'm going to give phpDesigner a try . Thanks :-)
lsand 1 year ago
Great tut a usual ;) May I suggest using mysql COUNT instead of num_rows to see if a user exists =D e.g. "SELECT COUNT (*) FROM users WHERE uid='{$userid_var}' " cause its faster and more server friendly
andrewvpover 1 year ago
I cant read some of this, line 47 in index.php does it read
$sql = "SELECT username FROM 'users' WHERE 'id'=".$_SESSION['uid'].""; ???
if not what is it?
dashbyictfd 1 year ago
Hey man, i just want to say thank you for these tutorials! You didn't have to do them, but you did, just to help someone, and i really appriciate it.
* * * * *
Greetings from Croatia!
ivanjakovl 1 year ago 9
@ivanjakovl Thanks for watching :)
lifeg0eson666 1 year ago
do know how to create a php forum in coolpagebiz?
ipisman100 2 years ago
what is the web server u are going to used ?
honeyj2c 2 years ago
I use my localhost, you can set one up by searching Google for wamp ot xampp
lifeg0eson666 2 years ago
@honeyj2c Hi thanx for the nice tutorial :) I use WebServ 2.0 is good and it's working under Win Vista :)
kaeleon1111 1 year ago
man this is good jop dude good jop
ABEDOODUDE 2 years ago
this stuf its just daim good
ABEDOODUDE 2 years ago
Hi , Nice tutorial,
I received a error called 'No Database selected'
Can you tell me how to solve this problem..?
Thnx.
amitrajputguy 2 years ago
Check the lines in your code that refer to: mysql_connect and mysql_select_db
lifeg0eson666 2 years ago
Thank you Sir ,
I fixed it ..there was a silly spell mistake in my code ..... 'Users' and 'User'
hahaahha
Thnx a Tone ...!!
amitrajputguy 2 years ago
nice text editor...
altu892 2 years ago
Note: IF you do have a pass for ur database remember to put a comma ater your database username and put yur password.
VBMOSTWANTED 2 years ago
thks for this
pls put Pagination tutorial
sanjaya1982 2 years ago
what version of php are you using?
thetechall 2 years ago
Very well done. I would like to throw a few things I saw. First your include should have been written include("something.php"); Also no need to keep specifying font attributes unless you are changing. This will keep your stylesheets small. Hope I did not offend ya by this.
JROCK20041 2 years ago
Should have? Lol, includes do not require parenthesis. I like my fonts special :D
lifeg0eson666 2 years ago
$sql = "SELECT `username` FROM `users` WHERE `id` = " . $_SESSION['uid']) or die(mysql_error());
Use that if you get an SQL error.
LooieFTW 2 years ago
Comment removed
crystalcyanide00 2 years ago
hi!!!
even i am getting a same error as
ljustin6 ...
can u help plz???
crystalcyanide00 2 years ago
I am getting this error
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''' at line 1
I am using php 5 and mysql 5.1
Please help
ljustin6 2 years ago
13:54
BrandonioProductions 2 years ago
Hi!
I just found out, if u get the same error as
shadowflare45 you can do this, instead of writing
if($_SESSION['uid']){
write: if(isset($_SESSION['uid'])){
Hope it works for u aswell :)
xXNatrichXx 2 years ago
can you give me a download? I tried to do this and got way to many errors. I know you probably want me to do the work, but i've tried your method and other peoples and still got errors.
rjc0l3 2 years ago
This comment has received too many negative votes show
seriously i need to say this, if you do have any brains up there. Reupload the first videos so you can reverse and forward the video, seriously no one ever does a video with a these settings.
Damn you most be stupid, get some common sense!
Att3ro 2 years ago
Stupid? Lol, the videos were perfectly fine before I started using a different SWF player. I've been meaning to make all the YouTube videos downloadable anyways.
lifeg0eson666 2 years ago
help?
After this video, when I tried it, i get the error:
Notice: Undefined index: uid in C:\Abyss Web ServerX2\htdocs\testforum\index.php on line 41
Please login to your account or register a new account.
shadowflare45 2 years ago
hi, can you please tell me how to make a search box in php ?
stopcyberbullies12 2 years ago
great job :)
Timzy921 2 years ago
ur web with vids i cant pause ,rewind etc eventhough its very useful but i have to close it;
hope u fix it soonly
bluewindboy99 2 years ago
That's only for the first few videos
lifeg0eson666 2 years ago
can u make a forum only using html and scripts?
BajanCreation 2 years ago
Without php and mysql, no!!
0DarkxSide0 2 years ago
how many toolbars do u have? lol
any way It's realy helpful tut . Thanks .
zekiyos 2 years ago
This has been flagged as spam show
very smart he offers free lance on his site.
I also skate check out my site by clicking on this channel
Conceptskatemedia 3 years ago
Thank you for such an awesome tutorial, has been very helpful. :D
lilUmika 3 years ago
i can't find hd video on your website..Those are great tutorial man i would like to see them in hd coz i can't read in this resolution.
Azmodan86 3 years ago
Click "Video Tutorials" on his site...
YaManTino 3 years ago
i wish i could read it man...i have terrible eyes an my damn laptop wont go fullscreen :(
aspcajaye 3 years ago
Add &fmt=18 after the URL
Petterss22 3 years ago
Go to my website for the HD o-o
lifeg0eson666 3 years ago
=P Thanks alot.
I got 9284 points. Jon: You Phail!
Deospeon 3 years ago
Where did you get that background? I like it.
JaxDragon1 3 years ago
thanks for this video.. can't wait to see the rest :)
NajanJan 3 years ago
can you link me to myadminphp 2008 pls =)
brutaLized5 3 years ago
Really great tutorial, can't wait to see the rest :)
zomgpro 3 years ago
Wonderful tutorial I'm now using PHP because I'm back in to web design and i know CSS and HTML with the standard of XHTML so I mite as well move on to PHP SQL
soulisland 3 years ago
PHP & SQL are server side.
Rotensian 3 years ago
Ok, I sent you a message, I hope you read it :3
Inzuki 3 years ago
Uhh, what?
When I use index.php on my site, the page wont show up because HTML is in it. So I use index.html.
But still, I did the echo, and that didn't work either. And all you're gonna do is laugh at me and not help. >_>
Inzuki 3 years ago
you use the extension .php on files with php. I can't help you if you think PHP belongs in HTML files. PHP produces an HTML output anyways
lifeg0eson666 3 years ago
THis doesn't work. I read the HD versions, got the code to look like your's, but I get this: Login to your account, or Register a new account!\n"; }else { $row = mysql_fetch_assoc($res); echo "Welcome back, ".$row['username']."!\n"; } }else { echo "Please Login to your account, or Register a new account!\n"; } ?>
I wasted 2 hours doing this. These aren't the best.
Inzuki 3 years ago
ahahaha, you failed.
You wasted 2 hours trying to make a PHP file without having PHP, nice one though.
lifeg0eson666 3 years ago
Download EasyPHP and set it up, PHP files cannot be opened through my computer etc.
supershort3 3 years ago
Too bad..can't read a thing..not very usefull.
Tiqootje 3 years ago
Well..i found the HD vids...i take back all the words..great job !
Tiqootje 3 years ago
Thank ya :D
lifeg0eson666 3 years ago
powerbo51 its called a video if its to fast you stop it rewind and play it again thats why half the videos on youtube are worthless because it takes ten million years to make a user understand a 30 second lesson
apmproductions18018 3 years ago
at 13:41 i can't see what you're typing, and i'd really like to know!!!
TomboFry 3 years ago
oh and by the way i can't be bothered to watch 13 minutes just to see a couple of words!!!
TomboFry 3 years ago
nice
max100oo 3 years ago
um, you have Zango spyware..
ramsinks 3 years ago
lol what?
lifeg0eson666 3 years ago
youve downloaded Zango a spyware/virus
sentimoko 3 years ago 2
are you still doing css/html tutorials
EthanShreve 3 years ago
Didn't understand it, and you went too fast 1/5
powerbox51 3 years ago
learn basic php first, then you'll understand it. and speed up your eyes o.O
devinc213 3 years ago
great video(s). I've learned a lot but sometimes you go way too fast.
btw, can I download these HD videos somewhere?
SuppaSocca 3 years ago
Is it me, or does the audio quality on the HD videos screw up every now and again? Nevertheless, great videos, keep it up man!
spac3mud 3 years ago
Good tutorials dude. Thank you!
hammettalica 3 years ago
Whats the SQL for the users table?
polio123ty 3 years ago
Could you make your HD videos ffable and rwable?? or at least provide the source for some of these files?? it gets pretty hard to follow if you cant read what it says on youtube and having to wait for the whole HD videos to pass without being able to rewind is not practical.... by the way, awesome tutorials
analreceiver 3 years ago
Some videos, I know, don't have the pause or the timeline, so just right click the video and uncheck the Play button.
lifeg0eson666 3 years ago
Excelent Tutorial thanks.
badqual 3 years ago
Thanks :D
lifeg0eson666 3 years ago
Excellent tutorial!
TheTetractys 3 years ago
Thanks :)
lifeg0eson666 3 years ago
You seem to have a lot to teach others... I think it's cool, but if I may ask, how come you assume the 'sign' of the Beast '666'. Has it got any undertone.. or just coincident?
NENIOZUBULU 3 years ago
Lol, just random.
lifeg0eson666 3 years ago
what difference does that 666 make?
hammettalica 3 years ago
Great tutorial. Simple and very useful. But I guess I'll have to wait for the high def or the source because the text is a bit blurry.
vizcarra 3 years ago
high def is available, go to the link in the description.
thank you :D
lifeg0eson666 3 years ago
Woah. So that's what "HD" means. :)
vizcarra 3 years ago
wud u make an tutorial on every thing in a forum or just the basics?
and Thx for great tutorials
KruptedSoul 3 years ago
Your tutorials are v. good!!!!
SoNyEST 3 years ago
Hi ! Your tutorials are great ! You rock !!! When you'll upload the other High Definition parts on your website ? We are waiting for the other parts on high def. related to the forum tutorials !
iasktolearn 3 years ago
Thanks :) All the forum tutorials have an HD video.
lifeg0eson666 3 years ago
hey, nice tutorials! i watched for now the registration video and Forum part one! All are great! Going to watch all what you have. On your side video is better than here. And wow, i admire you, just 15 years.... know a lot and make good tutorials! +5! Continue!
tivertsi 3 years ago
Like the tuts but what are hose weird sounds that sometimes come up?
DanCardin 3 years ago
Thanks, hmm, they could just be sounds glitches when I was saving the files.
lifeg0eson666 3 years ago
i cant get any of the videos to play, on your site or here. it just stops after 1 or 2 seconds.
BigBlackBlue 3 years ago
The files are large in size, so let them load.
lifeg0eson666 3 years ago
"CONTINUING TUTORIAL"
tjbayliss 3 years ago
HUH? Part 10 just came out :p
lifeg0eson666 3 years ago
how come when i did everything you did logged in...the user isnt displayed thats he/she is logged on itll only say Please make an account or login, but i did sucessfully login and it only says im already logged on on the login.php basically when i go home it doesent say WElcome, NAme whats wrong? also one more thing the sources on phpsquad links dont do anything
BlessedArrows 3 years ago
You're calling session start on every page correct? And um, my website doesn't give you the source files for anything, if I did that there would be no use for tutorials like these.
lifeg0eson666 3 years ago
Your tutorials are awesome. They've helped me learn so much, after i gave up learning from books. Thank you so much, and now i have my own working forum.
Thanks again
k4itora 3 years ago
add "&fmt=18" at the end of the url to make it clearer XD
BlessedArrows 3 years ago
phpsquad[dot]net has the high quality vids :)
lifeg0eson666 3 years ago
thnx alot,....
ruinzemo 3 years ago
the link to your profile about the forum videos returns a 404
Logixmaster 3 years ago 2
This has been flagged as spam show
go to my website phpsquad[dot]net
lifeg0eson666 3 years ago
yep
lukechris1995 3 years ago
:( That just showed the registration/login and an error message, is there a forum posting threads, etc. part? Thanks.
Logixmaster 3 years ago
This has been flagged as spam show
There's a section for the forum tutorials on my profile, if you cared to look.
lifeg0eson666 3 years ago
great tutorial. Im just wondering where you downloaded phpdesigner 2008?
lplieutenant 3 years ago
amazing tutorials i hope you keep doing them!
:)
CSMiller00 3 years ago
thank you, i shall
lifeg0eson666 3 years ago
thank you §
lb3080 3 years ago
you're welcome :D
lifeg0eson666 3 years ago
what is that text editor that you are using, and does it cost anything?
maximous88 3 years ago
phpdesigner
lifeg0eson666 3 years ago
Sooooooooooooo Sloooooooooooooooooooow
Graphicologyst 3 years ago
You mean your typing? A tutorial of such length isn't going to take 5 minutes.
lifeg0eson666 3 years ago
No offense dude, you got some great videos, thanks for sharing your knowledge with us by the way. I guess i was a bit ignorant. I apologize if you misunderstood my comment. Just saying that it could have gone a bit quicker. Eliminate long pauses, get rid of unnecessary info and try to cut down on saying aaam. Perhaps plan out a lecture? Making it more fluent. As a student thats what i would like to see. Hope you take this comment as advice, no hate.
Graphicologyst 3 years ago
Why does your voice always sound different in each tutorials lol =/
2pacs2 3 years ago
with program do you use to make your localhost sever ?
wil7vin 3 years ago
wamp
lifeg0eson666 3 years ago
I subscribed! Would like the source code also please. Thanks.
Creative0Mind 4 years ago
Thanks. And nope, source will not be available unless I decide to release it.
lifeg0eson666 4 years ago
OK. Cool, thought you WERE planning on releasing it though. Thanks.
Creative0Mind 4 years ago
Great videos. Thanks allot. Your help and time is appreciated.
howlinfox 4 years ago
Thanks, you're welcome :D
lifeg0eson666 4 years ago
Do you have a source code?
AmpedFear 4 years ago
Source will be available at the end of the completed tutorial.
lifeg0eson666 4 years ago
thanks, the video was for me right?
Petterss22 4 years ago
If you suggested it yes.
lifeg0eson666 4 years ago
Yes i suggested it =)
Petterss22 3 years ago
Pretty nice video....
But I am kinda disappointed you are teaching people PHP4 style stuff, OOP would have been perfect for this....
Maybe you will be using it in your future videos about this project, I don't know...
fLUx1337 4 years ago
Guess my comment didn't post before.
I'm more experienced with PHP4, which makes it easier to post tutorials and also to simplify the learning process.
lifeg0eson666 4 years ago
Ah OK...
You should really learn PHP5 OOP though, there is pretty much nothing too it, and you could probably learn 90% of what you need to know in one afternoon!
I was stuck in PHP4 programming until I decided to test classes and stuff out one afternoon, and BOOM I realised all the great stuff it could help me do...
fLUx1337 4 years ago
Hey take your time you could actually make money of all of your brains lol.
JustDustinTV 4 years ago
Lol, thanks :)
lifeg0eson666 4 years ago