• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Any body here good at php?

panchoman

Sold my stars!
Joined
Jul 16, 2007
Messages
9,595 (1.46/day)
Processor Amd Athlon X2 4600+ Windsor(90nm) EE(65W) @2.9-3.0 @1.45
Motherboard Biostar Tforce [Nvidia] 550
Cooling Thermaltake Blue Orb-- bunch of other fans here and there....
Memory 2 gigs (2x1gb) of patriot ddr2 800 @ 4-4-4-12-2t
Video Card(s) Sapphire X1950pro Pci-E x16 @stock@stock on stock
Storage Seagate 7200.11 250gb Drive, WD raptors (30/40) in Raid 0
Display(s) ANCIENT 15" sony lcd, bought it when it was like 500 bucks
Case Apevia X-plorer blue/black
Audio Device(s) Onboard- Why get an sound card when you can hum??
Power Supply Antec NeoHe 550-manufactured by seasonic -replacement to the discontinued smart power series
Software Windows XP pro SP2 -- vista is still crap
Hey guys,

Panchoman here. I'm looking for someone who knows some php to help me out with a little project. it shouldn't be too crazy, intensive, or time consuming, it's just that i don't have the time or knowledge to get it done.

also, your help may benefit the f@h/wcg community a bit, and won't take too much of your time!

Thanks!
 
PM me the idea, may or may not have time depending on the scope.
 
basically, what i'm looking at the concept of building dynamic sigs -

using php's image functions to call an image (like a background or template already built with photoshop), use php to fetch data(like f@h scores), and write them on the image, and save as a new image.

shouldn't be too hard code wise..
 
i think solaris is good at php ask him?
 
basically, what i'm looking at the concept of building dynamic sigs -

using php's image functions to call an image (like a background or template already built with photoshop), use php to fetch data(like f@h scores), and write them on the image, and save as a new image.

shouldn't be too hard code wise..

Yeah, the code isn't that hard. The planning of it all will be where the most of the time is spent. Efficient caching, update of data, whether it's for team TPU (~500 users) or for anyone who wants to use the service (a whole lot more).
 
Yeah, the code isn't that hard. The planning of it all will be where the most of the time is spent. Efficient caching, update of data, whether it's for team TPU (~500 users) or for anyone who wants to use the service (a whole lot more).

so do you think it can be done ? at first, my uses for this is for a different thing alltogether, a bit more personal, and then once that works, i can see if i can approval from tpu for dynamic sigs, and then from there work on sigs for team tpu..

can you help me?
 
There are complete examples on php.net that show you how to perform the basics (define a PHP file and use some of the PHP image manipulation commands) like here (an image water-marking example):
http://us.php.net/manual/en/image.examples.merged-watermark.php

Once you got a host (or your own computer if you care to install PHP and IIS or Apache), just play with it until you get it the way you want it. If you're not sure on something, check PHP.net or Google it. It's not like you can do anything wrong because the server will protect itself from extreme stupidity and you'll get descriptive runtime errors for pretty much everything else.


So, to answer your question: help yourself.
 
Back
Top