Logo

Bulletin Board

Posts by lilwayne1556
> >>
Avatar
lilwayne1556 (410)
In P0ST TH3 N3XT NUMB3R AND A FACT AB0UT Y0U
22 May 2013 00:53
69. You forgot the number 69!
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Slow Children and Smarter Noobs
22 May 2013 00:46
The distinguished Moulder spake:
The SDK Weather Project's group is doing pretty good. It would be even better if I hadn't invited a whole bunch of noobs who talk about off topic crap.


Yea.
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Eye3ds is back
18 May 2013 22:32
A lot has changed from before. Now I've just made a new darker style which I think you guys will like.
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Official iOS app, but nothing for Android?
18 May 2013 04:29
Weird how developers choose to developer for iOS first when there are over 900 million active android devices. Which is over 70% of all smartphones
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Lower your IQ
14 May 2013 19:28
Something that will make your IQ lower huh.

<?php echo substr("Hello world",10)."<br>";echo substr("Hello world",1)."<br>";echo substr("Hello world",3)."<br>";echo substr("Hello world",7)."<br>";echo substr("Hello world",-1)."<br>";echo substr("Hello world",-10)."<br>";echo substr("Hello world",-."<br>";echo substr("Hello world",-4)."<br>";?>

My work here is done. Hope you guys feel stupid now
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Are game rateings seriously needed?
04 May 2013 03:15
It's needed... Would a parent buy you a game for their 10 year old with nudity or whatever.
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In 3 MySQL functions i want to get over with. SELECT, INSERT, and UPDATE
03 May 2013 20:43
Cool even tho I don't need this
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Do you like the person below you?
30 Apr 2013 02:53
I hate this dumb noob above me but I love his name. Hiding 69 by putting 96 XD
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Javascript sounds
26 Apr 2013 21:01
The distinguished M.J kInG spake:
I would talk to Guitarboy about.


Well or just google HTML5 audio.
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Javascript sounds
26 Apr 2013 19:49
The distinguished samuelqwe spake:
Is it possible to play a sound rigth before an alert box pops up?


But sound doesn't work on dsi/3ds
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Points System PHP, MYSQL
25 Apr 2013 21:40
The distinguished GuitarBoy spake:
The distinguished lilwayne1556 spake:
The distinguished GuitarBoy spake:<blockquote><?
$points=$_GET['points'];
if(is_int($points)){
mysqli_query($CONNECTION,"UPDATE `users` SET `points`=`points`+$points WHERE `username`='Ricky'");
mysqli_close($CONNECTION);
}
?>

That's pretty good.


Eh. It's better to have the points script be a variable than GET since someone could just find the file and set the value for it. Unless you have some check before hand.</blockquote>

lol $_GET <span style="font-weight:bold;text-shadow:1px 0px 1px #888">IS</span> a variable.

If you're not comfortable with that, then just use $_POST


No Not like that... I'm talking about have $points be just that. and then each time they have to set it. Since you're most likely gonna just include this which would make it easier to do and simplier then you should just use like $points = 1; or whatever you want
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Points System PHP, MYSQL
25 Apr 2013 21:14
The distinguished MARIOman55 spake:
... It's just an example


Yes but you know. Then people would thing this is the best way to do it.
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Points System PHP, MYSQL
25 Apr 2013 19:47
The distinguished GuitarBoy spake:
<?
$points=$_GET['points'];
if(is_int($points)){
mysqli_query($CONNECTION,"UPDATE `users` SET `points`=`points`+$points WHERE `username`='Ricky'");
mysqli_close($CONNECTION);
}
?>

That's pretty good.


Eh. It's better to have the points script be a variable than GET since someone could just find the file and set the value for it. Unless you have some check before hand.
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Points System PHP, MYSQL
25 Apr 2013 19:40
The distinguished MARIOman55 spake:
well i guess ur right, using mysqli helped me with my games update script


lol Hope you're using prepare statements
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Points System PHP, MYSQL
24 Apr 2013 23:08
The distinguished MARIOman55 spake:
Ehh I don't want to redo my ENTIRE website


You don't need to. Just redo all the insert scripts and select script. I did that one day took a little bit but worth it in the long run
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Points System PHP, MYSQL
24 Apr 2013 22:45
The distinguished MARIOman55 spake:
nah i can still use it and i have the latest version of php.

NO ONE IS GOING TO HACK YOU UNLESS YOU PUT UP A OPEN file UPLOADER.


Ever heard of SQLi... Yeah plus MYSQLi and PDO are more secure now.
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In HOW TO MAKE... PHP FTP!
23 Apr 2013 19:58
The distinguished MARIOman55 spake:
already have a file-manager that doesn't need ftp, if your trying to access ur own server, a simple php file-manager will do, if ur trying to access other servers then ftp is a go.


FTP is more secure... Well SFTP is lol
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Points System PHP, MYSQL
23 Apr 2013 19:19
The distinguished MARIOman55 spake:
guys its so simple...
"points inserter page"

$points_given=$_GET["pts"];
$points=mysql_query("SELECT * FROM (table) WHERE (username)='(users username)'");
$record=mysql_fetch_array($points);
$points2add=$record["pts"]+$points_given;
$apply=mysql_query("UPDATE (table) SET pts='".$points2add."' WHERE (username)='(username)'");

walla there. easy peasy.


Mysql_* is deprecated. Use either mysqli or PDO. Also you didn't filter out the $points_given varible so you're open for SQLi
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In Eye3ds is back
22 Apr 2013 20:32
Well Eye3ds has some updates. Go look and see. eye3ds.mooo.com
eye3ds.mooo.com
Avatar
lilwayne1556 (410)
In 3DSPaint or 3DSPlaza?
22 Apr 2013 11:25
The distinguished angelrulez7 spake:
The distinguished Hybrilynx spake:
The distinguished angelrulez7 spake:<blockquote>I'd say Plaza. It has an easy interface, stable codes, sleek design, and more. Also, anyone can join. (No e-mail needed!)

thats half the reason why i cant even use it. becuz i cant make another account with my i.p. address since i dont know the password.</blockquote>
The way to avoid this is to enter the details, hit submit, wait for it to load halfway, stop the load, and refresh.


How would that work in any way? Half way through the code it would of already checked your ip and then inserted it. You know you can change your ip right lol.
eye3ds.mooo.com
> >>
Home Bulletin Boards Home
Advertisement
Wii, Nintendo DS, Nintendo DSi are ™ Nintendo Co. Ltd. Opera is a product of Opera Software ASA. This website is ©2009-2012 Daniel Gump. All rights reserved. Members are responsible for their own content. No account information will be given to third-parties.