Jump to content

zontrakulla

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by zontrakulla

  1. Hello, I need this php code changed to preg_match please if(eregi("someurl",$data)) Thank you
  2. I don't want to whole script, just some ideas so i can write myself
  3. Well, i'll upload an image then edit boxes (title and sub title) when i press OK this picture will be shown. Can i have code samples please?
  4. Hello, I wonder how can i do them in php. Are there any sample codes that you can show me? thanks in advance!
  5. I guess i did it. UPDATE phpbb_users INNER JOIN phpbb_banlist ON user_id = ban_userid SET group_id = 10 Thanks.
  6. Using it, never seen "left join" before
  7. Sorry couldn't find the edit button, i'm completely lost about using LEFT JOIN :-\
  8. Hello, i'm still a newbie on mysql, i have a phpbb running and i want to move all banned users to a group by sql query.. The logic is: getting ban_userid values which is bigger than 0 from phpbb_banlist table and update their group_id value to 10 in phpbb_users table. phpbb support guys seems not willing to help in mysql questions
  9. Anyone have any ideas for creating borders?
  10. Hey guys, I have this code <?php header('Content-type: image/png'); $im = imagecreatefrompng ("picture.png"); $font = 'times.ttf'; $size[1] = 8; $word = "blah"; imagettftext($im, $size[1], 0, 35, 85, $color, $font, $word); imagepng($im); imagedestroy($im); ?> It prints the word on the image, however i want something like this with borders How can i do borders? Thanks for your help.
  11. I gave up after 2 days spending. I'm still practising but this drives me crazy. Basically i want an avatar with a simple counter like Any readymade codes for this? Any help will be appreciated. thanks!
×
×
  • 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.