This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-08-09 04:18:50

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

I need a PHP/MYSQL developer!

Hi, I am currently developing a website, however I need a php developer.  A couple of things I would like on the site:

! Login system:  This is a necessity!
! Points system: Yeah, epicness!
! Global FluxBB forums: So the forums are linked up to the user database, like scratch!  smile
! An upload function: For zip files only, at the moment!  smile

You will be given FTP access of the site, so you can edit!  smile


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#2 2011-08-09 04:31:40

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: I need a PHP/MYSQL developer!

I'm a little busy to help I'm afraid, but I can point you in the right direction having built a login system myself for my site. From experience, make sure you test the system very carefully. You will want to take the IP address of registrars as it can help you prevent spam. Take a look at some of these on making a login system in php. It takes quite a while, just warning you  tongue

It's important to release a privacy statement when creating something like this. This tells the user what information about them you store and why you do as well as promising that you won't pass on the information to further parties (unless you want to, in which case state that it may be/will be) and be sure to tell them their data is safe. To do this, look into the php command md5() This is an encrypting system which you should apply to their password before storing it. I use this site to cut down on spam on my site. Simply search a username or email with them, either manually when someone registers or via an automatic system, if any results flag up that look like your registrar consider blocking them.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#3 2011-08-09 04:48:24

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: I need a PHP/MYSQL developer!

I'm overwhelmed...  I only just started to delve back into php, after a long 2 terms break, and managed to forget everything.  mad

This means that I'm really struggling to make this new site...  So I asked for help!  Thanks for that though, and I wonder if you could make it so that the register function searches the top 50 people on Stop Forum Spam, then block them...  Thanks alot though!  smile


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#4 2011-08-09 04:53:43

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: I need a PHP/MYSQL developer!

Yeah, I don't understand any of that - That's why I need a php developer...  I am going to say, when it get's good enough, I'm going to register a .com domain for it (www.zambya.com)!  Epic name for epic stuff!  big_smile


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#5 2011-08-09 04:54:29

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I need a PHP/MYSQL developer!

Is PHPMYADMIN on windows? Because the file format is not supported on my pc. And what website creators allow you to program in php?


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#6 2011-08-09 04:58:16

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: I need a PHP/MYSQL developer!

WindowsExplorer wrote:

Is PHPMYADMIN on windows? Because the file format is not supported on my pc. And what website creators allow you to program in php?

I am using www.000webhost.com, however when it is good enough, it will be a domain name and i assume hosted with powweb.  wink   I'm not sure about PHPMYADMIN.  I normally upload the files to my site...


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#7 2011-08-09 04:59:12

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I need a PHP/MYSQL developer!

I mean for the login part.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#8 2011-08-09 05:01:53

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: I need a PHP/MYSQL developer!

WindowsExplorer wrote:

I mean for the login part.

I don't understand?
AKA: Kangaroo.


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#9 2011-08-09 05:02:48

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I need a PHP/MYSQL developer!

I mean, how do I downlaod phpmyadmin, because windows vista won't open it.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#10 2011-08-09 05:05:09

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: I need a PHP/MYSQL developer!

WindowsExplorer wrote:

I mean, how do I downlaod phpmyadmin, because windows vista won't open it.

Did you download this?


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#11 2011-08-09 05:06:36

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I need a PHP/MYSQL developer!

no, thank you, that was the file I was looking for! But how do you edit teh php in 000webhost?


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#12 2011-08-09 05:10:15

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: I need a PHP/MYSQL developer!

PhpmyAdmin doesn't need downloading, it's an online application connected to your webhost that lets you control your MySQL databases. As an online service there's no need to download so there shouldn't be file problems. If your webhost supports MySQL then phpyAdmin will be included and accessible through your control-panel.

It's the webhost also, that needs to support php. For programming websites I recommend notepad++ which neatly colour-codes your code  smile


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#13 2011-08-09 05:11:08

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: I need a PHP/MYSQL developer!

sparks wrote:

PhpmyAdmin doesn't need downloading, it's an online application connected to your webhost that lets you control your MySQL databases. As an online service there's no need to download so there shouldn't be file problems. If your webhost supports MySQL then phpyAdmin will be included and accessible through your control-panel.

It's the webhost also, that needs to support php. For programming websites I recommend notepad++ which neatly colour-codes your code  smile

Yes, 000webhost supports Mysql.  smile


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#14 2011-08-09 05:14:57

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I need a PHP/MYSQL developer!

Good! I just saw the download thing on teh toural or a login box! lol  big_smile


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#15 2011-08-09 05:16:47

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: I need a PHP/MYSQL developer!

WindowsExplorer wrote:

Good! I just saw the download thing on teh toural or a login box! lol  big_smile

ah.. So, do you want to do it?  Or were you just asking?  tongue


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#16 2011-08-09 05:24:35

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I need a PHP/MYSQL developer!

I'm tryign to create my own. I don't know much php at all!


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#17 2011-08-09 05:40:16

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I need a PHP/MYSQL developer!

I'm more into squeak!


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#18 2011-08-09 05:42:25

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: I need a PHP/MYSQL developer!

Ah.  OK.  smile


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#19 2011-08-09 14:22:34

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: I need a PHP/MYSQL developer!

I would help, but I'm really busy  tongue

Offline

 

#20 2011-08-09 18:07:14

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: I need a PHP/MYSQL developer!

I'll do it for you!! I AM ZE MASTER!! (well, I wouldn't say that, but I'm 1/2 people as I know that have made a site for their mod, the other person would be ls97, but it isn't exactly for HIS mod only, is it?)
As you can see (on the kitcat site) I have made almost all the things you asked for (except for the global Fluxbb forums, because I made my own  big_smile  ).
I'll start as soon as you give me the ftp username and password (you can pm it to me on the kitcat site!)


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#21 2011-08-10 03:37:54

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: I need a PHP/MYSQL developer!

Thanks GP1!  big_smile
Yeah, I just don't like the look of your forum, no offence.  wink
Will do!  smile


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#22 2011-08-10 04:02:30

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I need a PHP/MYSQL developer!

i agree. The forums is a bit messy.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#23 2011-08-10 09:52:57

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: I need a PHP/MYSQL developer!

Well, GP1 and ssss, if you want a bug-fixer ( though I don't think you will have any trouble ) I'd be willing to help with some coding for any small features. ( Mainly because I'm not the type of person to build a complete site on my own ) Just saying.  smile

Offline

 

#24 2011-08-10 13:44:27

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: I need a PHP/MYSQL developer!

ssss wrote:

Thanks GP1!  big_smile
Yeah, I just don't like the look of your forum, no offence.  wink
Will do!  smile

I'm trying to make it into catagories. I'm going to try to do that after I make Kitcat 1.3 beta


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#25 2011-08-10 13:45:36

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: I need a PHP/MYSQL developer!

Magnie wrote:

Well, GP1 and ssss, if you want a bug-fixer ( though I don't think you will have any trouble ) I'd be willing to help with some coding for any small features. ( Mainly because I'm not the type of person to build a complete site on my own ) Just saying.  smile

big_smile


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

Board footer