Request a free PHP script here

Orebil

Registered Member
Joined
Jul 13, 2008
Messages
66
Reaction score
13
That's right folks! I'm offering a few free PHP scripts on request as my gift to the community. Here are the rules:
  1. Must be fairly simple. I'm not going to spend hours and hours working on free scripts.
  2. Won't include any images. If it needs HTML output I'll do appropriate formatting and CSS but won't do any additional design work for free.
  3. You must be patient. I'll be doing these in my free time. They could get done right away or it may take a few days.
  4. If it's something that's already available as OS and I'm aware of it I'll show you where to get it. No point in reinventing the wheel.

So ask away!
 
Would it be possible to put div overlays over an iframed page. Or can you stack two iframes on top of eachother, with the top one having transparent parts, and the bottom one still being functional in the transparent sections.

My guess is no....
 
Are you going to give these out as individual scripts per request or as a few to the community as a whole. I only ask because some might ask for off the wall shit and alot of people will ask for the same thing(or similar).

Either way, you're going to be flooded with requsts so get ready!:)

Your offer is super cool by the way. I hope that the members wont abuse your generosity.
 
Would it be possible to put div overlays over an iframed page.
Yes, using CSS positioning. You would have to position the div over the iframe.

Or can you stack two iframes on top of eachother, with the top one having transparent parts, and the bottom one still being functional in the transparent sections.
No, it's all or nothing. You can stack iframes on top of each other with CSS positioning but you can't hide parts of them.

Are you going to give these out as individual scripts per request or as a few to the community as a whole. I only ask because some might ask for off the wall shit and alot of people will ask for the same thing(or similar).

Either way, you're going to be flooded with requsts so get ready!:)

Your offer is super cool by the way. I hope that the members wont abuse your generosity.
I prefer to offer some stuff that can be used by more than one person, but we'll see what gets requested. I always try to help communities I'm a part of. Plus this will let me know what the community is lacking. Maybe it will turn into a major project, who knows ;)

PMed you

thanks dear
Done and done.
 
I need a script that I can use for a league.
Basically, input and organize teams/players, results, tables, and fixtures.

There isn't a lot available online.

Thanks whatever you decide to do, if you could only let me know though, it would be even greater!
 
Since you're in the giving mood, I'm not above charity. I put this question in the programming forum a short time ago but didn't get any hits. What I think we (or at least me) could benefit from is a working link harvester script.

There's a link in the webmaster tools area of BHW to the link harvester script. I've tried it and it doesn't work. I found the original open source code/script at tools.seobook.com/link-harvester but it's an older script and didn't do exactly what I wanted in that I couldn't get it to download all the links either.

The idea is that you hard code your yahoo api key and enter a site into the search box and you can download ALL the backlinks as opposed to just the 1,000 limit as siteexplorer. The tool is supposed to be able to do this but it still stops at 1,000.

Since yahoo shows way more backlinks than google (even with webmaster tools access). I'd like to find ALL the sites that yahoo shows linking to me, export to CSV and ping those sites with hopes that more of them would get indexed by google and get some more link love/link saturation from the google side of the house.
 
I need a script that I can use for a league.
Basically, input and organize teams/players, results, tables, and fixtures.

There isn't a lot available online.

Thanks whatever you decide to do, if you could only let me know though, it would be even greater!
That's a bit more extensive than what I had in mind here. You're talking about an entire site, not just a single script. Sounds like you're trying to run some poker games?

Since you're in the giving mood, I'm not above charity. I put this question in the programming forum a short time ago but didn't get any hits. What I think we (or at least me) could benefit from is a working link harvester script.

There's a link in the webmaster tools area of BHW to the link harvester script. I've tried it and it doesn't work. I found the original open source code/script at tools.seobook.com/link-harvester but it's an older script and didn't do exactly what I wanted in that I couldn't get it to download all the links either.

The idea is that you hard code your yahoo api key and enter a site into the search box and you can download ALL the backlinks as opposed to just the 1,000 limit as siteexplorer. The tool is supposed to be able to do this but it still stops at 1,000.

Since yahoo shows way more backlinks than google (even with webmaster tools access). I'd like to find ALL the sites that yahoo shows linking to me, export to CSV and ping those sites with hopes that more of them would get indexed by google and get some more link love/link saturation from the google side of the house.
Interesting, I'll look into it tonight or tomorrow. Maybe I can modify that existing script to do what you want. It's almost always easier to change existing code than to write something from scratch.
 
Would it be possible to put div overlays over an iframed page. Or can you stack two iframes on top of eachother, with the top one having transparent parts, and the bottom one still being functional in the transparent sections.

My guess is no....

I know what you are trying to do. Been trying to get this working myself
 
That's a bit more extensive than what I had in mind here. You're talking about an entire site, not just a single script. Sounds like you're trying to run some poker games?

No, I'm not into gambling actually, it was just to make a few websites built around sports events.

Yeah, it maybe a little too complicated, but it was worth testing your mood and tickling your inspiration! :)

Thanks anyways!
 
Back
Top