Jump to content

eXeCuTeR

Members
  • Posts

    41
  • Joined

  • Last visited

    Never

Everything posted by eXeCuTeR

  1. eXeCuTeR

    Help.

    EDIT: Yay, I've done it. nevermind, sorry lol.
  2. 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.
  3. apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
  4. Please close this thread, thanks. I removed the security.
  5. It's alright now, I tested some stuff.
  6. toxic.local-host.co.il I secured this forum. Try to hack it.
  7. 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.
  8. 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.
  9. 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
  10. ><" Read the previous posts, we were talking about it but there's an error. Any idea guys?
  11. $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);
  12. 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?
  13. It says there's an error when I use imagettftext. How to fix it?
  14. 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.
  15. Nvm, thanks anyways. Managed to make it myself
  16. How can I do it on "structured" image? on an image just to add lvls and stuff?
  17. Oh really? why is that? only eval "accesses" the option of PHP injections?
  18. No, I did blocked SQL & XSS but I was wondering how to block PHP injections.
  19. May I please see the code? Thanks. BTW, runescape.com->Hiscores gets with POST and not with GET which makes it harder.
  20. I'm not using eval in my code, but I'm using PHP lol
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.