
eXeCuTeR
Members-
Posts
41 -
Joined
-
Last visited
Never
Everything posted by eXeCuTeR
-
Assuming I have a variable that contains website:username (note the ':') Now, I wanna explode this variable into 2 variables, one to hold the website part and one to hold the username part. Hmm, e.g: $result = "website:username"; Store the website part of the string in one variable ($hello for example) and username in $bye. I've tried many ways, non of them worked perfectly. Thanks.
-
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
-
Please close this thread, thanks. I removed the security.
-
How could I secure this?
-
It's alright now, I tested some stuff.
-
toxic.local-host.co.il I secured this forum. Try to hack it.
-
What could I possibly do with XSS? I mean, in case I found an XSS on a website. How could I hack it and control it? i won't be able to do anything to it. I could combine RFI with it but I still wonder how. Thanks.
-
How to restart Apache?
-
I'm trying to tell Apache to store the files in home/isr/Desktop and it doesn't work. I gedited httpd.conf and typed the following: DocumentRoot "/home/isr/Desktop" It keeps showing me this Index of / page with the apache2-default folder there (you know what I mean).. PLEASE HELP!!! P.S: I'm using Linux/Ubuntu 7.10.
-
Just to give it the right direction to the font and it'll work? I'm gonna try it now. I'll edit my post if it works, thanks
-
><" Read the previous posts, we were talking about it but there's an error. Any idea guys?
-
Anyone knows what's the problem?
-
$im = imagecreatefrompng("image.png"); //path to image $color = imagecolorallocate($im, 0, 0, 0); // allocating a color $font = 'Arial.ttf' $overall = extract_single("Overall", "</tr>", $page); // Don't mind these lines.. $overall_stat_array = extract_multi("<td align=\"right\">", "</td>", $overall); // Don't mind these lines.. $overall_level = $overall_stat_array[2]; // Don't mind these lines.. imagettftext($im, 12, 0, 10, 20, $color, $font, $overall_level);
-
The image “http://rsilsigs.100webspace.net/updating-sig.php?username=niv” cannot be displayed, because it contains errors. Darn, I wanna change it to Arial. BTW, I'm using Linux, well, it doesn't affect it, right?
-
It says there's an error when I use imagettftext. How to fix it?
-
How can I change the font in GD? look what I've done so far: http://rsilsigs.100webspace.net/updating-sig.php?username=Borgerman I wanna change the font in here. How do I do it? Thanks.
-
Nvm, thanks anyways. Managed to make it myself
-
How can I do it on "structured" image? on an image just to add lvls and stuff?
-
Oh really? why is that? only eval "accesses" the option of PHP injections?
-
No, I did blocked SQL & XSS but I was wondering how to block PHP injections.
-
May I please see the code? Thanks. BTW, runescape.com->Hiscores gets with POST and not with GET which makes it harder.
-
I'm not using eval in my code, but I'm using PHP lol