Looking for someone to code for me :)

Forum
Last Post
Threads / Messages

Infernette

CODE CODE CODE CODE CODE
Member
Joined
Jan 29, 2013
Messages
164
Points
0
Location
Where I live? I live home.
Mysidian Dollar
15,625
I am now looking for someone to do some extensive coding on my site for me, and I am using 1.3.3.


What I need now:
Updated register system that checks if an email has been used, as well as IP address.

For now I can only do art for these items, due to life issues, sorry.​
 
Last edited:
Heh, the stuff I've asked for its only a little bit of my plan, honestly. I'm working on a site ruled by Pegasi-Unicorns, one is Mythras, (sun) and the other is Plutas, who got kicked out of the ring of pegi-unis after a war between the outer ring and inner. (gah I'm such a space lover XD) And you must complete a quest and obtain certain items and pets to earn their trust, and eventually I hope to add ranks into the groups by the amount of the dark or light elemental pets you have collected, eventually allowing the user to obtain the God/Goddess themed "ring" pegi-unis . There will probably be the moons Europa and Calliope too :p

There is 3 'sects' in the split up country, and one open, barren landscape only referred to as the wild plains. The forest is the main sect which is the only one I am currently working on at the moment, but once I finish that area of the site (special things like games and whatnot gah), there will be the frost and the flames that I have to work on, which each will have their own respective quests and whatnot like doing something for the High Lord of that sect that will reward people with special pets. The forest is an area full of mainly dragons, frogs, and bugs, the frost is full of more "furry" pets, and the flames is full of mostly birds and lizards. And did I mention toads? XD

It's going to take a long time and lots of work but I actually highly enjoy just working on the site and seeing what I make it do. :) Heh, mostly my friends and I will play on the site eventually anyways.

I know it seems quite ambitious, but even if it doesn't work *exactly* as I plan to, I will still have quite a bit of fun. :)
-And I honestly love the adoption systems with the eggs being set until clicked because it prevents cheating of someone just refreshing their page to get a rare whereas with this method they have to wait until it's actually made :p-
 
Infernette sorry I can not help you at this time. but I have started a project that might interest you.

on the forums at 99webs.org developers can exchange services like pixel art for code or anything. They can also get free hosting on our vps, and all of this is obtained by the exchanging of points. That way if you can't find a coder that needs pixel art you can still give away pixel art for points and they pay that coder with points.

Right now our member base is small, and we are just starting out. But I hope one day to grow big enough that any service can be quickly and easily obtained.
 
Hm, what kind of coding are you looking for (edit: for the contest)? Features, languages? (you can PM me) I have at least one or two weeks of calmness, maybe I can help depending what you want (free)



If not http://www.reddit.com/r/forhire seems a better place to find an experienced coder
 
Last edited:
I mean like the actual code- the part where the person selects the pet they want to put into the contest, then other people put theirs in until there are maybe 10 creatures in the contest, then it selects from each of those 10 the top 3 with the highest average of the stats that are relative to the contest and rewards their owners items/money, and once those occur the contest cleanses itself and the pets that were entered lose maybe 5 hp to prevent issue, and there is a list of multiple contests.

^3^

I also need code for a drag and drop sort myadopts page with which is mostly just formatting it to make it look good besides the drag and drop if you're interested.
 
Last edited:
That seems pretty fun and interesting actually. Some ideas come to mind for the page, so I wouldn't mind doing that if you approve the methods.

A page with a list of contests
Different types of contest (for different combination of stats)
Different requirements (species, max amount of creatures per user, max amount of creatures per contest)?
Selecting the adoptable: Eligible adoptables appear in a list, user chooses the one(s) they want
When max number per contest is reached distribute prizes, maybe send a message saying they won X place?
Delete contest, take creatures out and update their HP

For when do you want this? I will check tomorrow if I can do this, I might need a few days to finish it and I need to know how your pages and your database work (what you have ready and everything) to test on a mock site xD
 
That all seems correct- and once the basics are working for it I can edit what I need. I need it sometime within the month, no big rush. :)

I can send you what info I have and whatnot, even a current copy of my MYSQL database if needed- Just tell me what you need. ^^
 
Alright, I will start to check out what I need to do tomorrow asap and I will PM you questions about the implementation. I will try to finish it these first two weeks, I don't have much time after that

To start I think I will need the owned_adoptables values (names and what they are for), for now I don't think the whole original database is needed. And also the way you retrieve the stats, is it a query for each stat ($hp = $mysidia->db->blabla) or do you have functions to get them?
 
I just do the query since I'm quite dense on how to do the functions, I don't know if that will be a problem.

And I can get you the values in a few minutes, there's quite a few XD
There is all of the basic mysidia values-
Aid
Type
Name
Owner
Currentlevel
Totalclicks
Code
Imageurl
uselaternates
tradestatus
isfrozen
gender
offsprings
lastbred

Then here are all my edits:
Dad - The parent of a bred (breds have higher stats wooo)
Mom- Parent of a bred
Selling- Is it for sale? - if this is yes it shouldn't be able to contest XD
Price- How much is it for sale? greater than 0? no contest
atk - The attack
basehp - The HP it has
maxhp- The HP it should have
spd - The speed of the creature
speciesd- The description
atkrange- The defense (or the range of attack it blocks)
breedtype- Just a little thing to separate breeds
season- The season the adopt has - would be relevant for contests as in if the season of the contest is not the same it can't enter.
time- The time the adopt has- same limiter as the season.
bred- if it was bred or not
status- if it is sick or not- could be randomly added when entered?
mood- there is a bunch of random moods adopts get. I will personally work this part into the code since it is a very widespread range. These will be limiters or enhancers- could vary with maybe the terrain the contest occurs in or the time it does? that would be lovely!


As said I can pay money for this cause its so epic XD
 
Last edited:
I just do the query since I'm quite dense on how to do the functions, I don't know if that will be a problem.

And I can get you the values in a few minutes, there's quite a few XD
There is all of the basic mysidia values-
Aid
Type
Name
Owner
Currentlevel
Totalclicks
Code
Imageurl
uselaternates
tradestatus
isfrozen
gender
offsprings
lastbred

Then here are all my edits:
Dad - The parent of a bred (breds have higher stats wooo)
Mom- Parent of a bred
Selling- Is it for sale? - if this is yes it shouldn't be able to contest XD
Price- How much is it for sale? greater than 0? no contest
atk - The attack
basehp - The HP it has
maxhp- The HP it should have
spd - The speed of the creature
speciesd- The description
atkrange- The defense (or the range of attack it blocks)
breedtype- Just a little thing to separate breeds
season- The season the adopt has - would be relevant for contests as in if the season of the contest is not the same it can't enter.
time- The time the adopt has- same limiter as the season.
bred- if it was bred or not
status- if it is sick or not- could be randomly added when entered?
mood- there is a bunch of random moods adopts get. I will personally work this part into the code since it is a very widespread range. These will be limiters or enhancers- could vary with maybe the terrain the contest occurs in or the time it does? that would be lovely!


As said I can pay money for this cause its so epic XD

I do it for the challenge xD

I have a doubt about the status, sick creatures can't enter the contest? And they get sick or not randomly when trying to enter the contest?

About the moods, that seems to be more complicated. Like if an adoptable is sleepy it can't enter a contest that happens at night? Maybe a table with the moods and their incompatibilities and compatibilities (and a message registered for each) would be of easier access. Check pet mood -> check contest conditions -> compare both?

edit: ok, the .php pages for the contest and the tables are ready to be edited tomorrow, the structure is half ready to start coding ^^ (assuming you want the contest on its own page, right?)
 
Last edited:
I will see what I can do xD

Listing of contests is done, do you want a page with the contestants list or just a page to choose our entry and enter the contest?
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,277
Messages
33,119
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Top