You need a Grounds Gold Account to post on the NG BBS!If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!
Is it possible to load text into an image with php? For example, If i have an image of a small box and I want to load text (which should be a variable) into the box. Is it possible?
At 2/9/08 06:29 AM, Paranoia wrote:
Yeah, SpamTheWeb seems to be the best dev-uploader for the moment (for me, anyway). The problem with these things is always in becoming too popular and getting abused / hacked, though.
At 2/9/08 10:22 AM, Rustygames wrote:
99% uptime? That sounds like a shared server's "promises". Usualy about 80-90% uptime... Until you use a bit of bandwidth then you get booted. If I need to upload something in a hurry to show someone, I guess I will probably use it though
Thanks, I guess. We'll just have to see about the uptime.
At 2/9/08 10:13 AM, Jessii wrote:
Also, there seems to be another problem though that I just noticed. If you upload something and you view it, you can actually view others' files by typing in the image # in file=1 or file=19 or whatever so it's not completely private even though you're excluding it from the search.
Well, there's no way that I can fix that :P Unless i implement some kind of password system (I'll try to work on that today). Thanks for the feedback though! :)
Oh, files [and info] are stored in a mysql database.
At 2/7/08 10:28 PM, As-Soul wrote:
i was watching those speed painting videos on youtube and i wanted to try it. so i just started painting pics of my friends. this is my 2nd attempt.
At 2/2/08 04:02 PM, SpamBurger wrote:
Hm, I wonder how much trouble I will get it in if I post the exploit here...
This will alert your Newgrounds cookies. I could easily make a cookie stealer out of this.
At 2/1/08 06:02 PM, Luis wrote:
The problem with uploading services is the NG audience is so bored with their life that they decide its worth it to hack it or ruin it for everyone.
Either that or they will upload porn and other unmentionables.
NGup would have been great if it hadnt gone down every other day.
Yeah, apparently we were on a really old server :P I've been moved to a new one so hopefully it'll be better.
At 2/1/08 05:21 PM, GuyWithHisComp wrote:
How can you tell yours won't go down?
I bet most of the other free uploaders thought the same as you in the beginning but where proven wrong.
But do it if you feel like it.
At 1/28/08 06:14 PM, Jessii wrote:
Ok you need to post details here, like what the site's about, what's involved with the design (design only or with a php/mysql backend), what you're actually willing to pay, etc.
Oh and I recommend Smulse for the job unless anyone else steps up.
Wow, I appreciate that. Anyway, I'm interested too.
I'm working on a user system and I'm having trouble fixing a bug. The bug is when users try to login, it always seems to login into the first account (id 1).
This is the script I'm using to login:
$user = $_POST['username'];
$password = md5($_POST['password']);
$login = mysql_query("SELECT * FROM `users` WHERE `username` = '{$user}' AND `password` = '{$password}'");
At 1/29/08 07:41 PM, Jon-86 wrote:
I made a game in Java....good times. Nothing worth showing or shouting about as I was following a tutorial. But the point was to make something to test stuff with.