Archive

Posts Tagged ‘dates’

You Set Interview Dates…i Do The Interviews.

December 20th, 2011 Comments off

You will be paid $5 per interview…
and you will be paid every 10 days over a 90 day period.
thats 90 interviews i expect you to create.
I will not pay if they don’t show up.
You will be paid per interview not per Appointment set !!!!

Your job will be to go through profiles on this site messaging the talent
arrange for me to interview with the talent from
http://www.starnow.com.au
You will be searching through female models from 18-24 in the australia queensland area with no ag…

Php Script. Get All Dates I.e. Sun Mon Between Two Dates

August 23rd, 2011 Comments off

I found a great script that can do this at

http://stackoverflow.com/questions/1074086/find-every-sunday-between-two-dates

However, it has an issue when I use start date 2011-09-04 and end date 2011-12-30 and tried to locate every Sunday.

It display the correct dates for Sept, October but when it goes to October and November and December, it returns the dates of Saturday.

I need someone to fix this script and send me the updated version.

Looking for a fast turnaround (2 days). Please note, I want to make sure the updated script can return the dates correctly for any days (Sunday, Monday, Tuesday, Wednesday, etc)

Thanks,

Web Scraping Project

July 6th, 2011 Comments off

I need the Missouri Tourism website scraped. Here is a link to their website … www.visitmo.com.

The job requires harvesting the data for every activity there is to do. I do not need places to stay, just activities. Basically, if there is something going on in each state, and they have it listed on their website, I need the data harvested.

There are two main types of activities; (1) Things to do such as an attraction, or (2) Events such as festivals. Attractions do not usually have dates unless they’re season while events/festivals all have dates. If dates are given then they should be included in the harvest.

Include all details for each activity, including what category they belong to. For example…

http://visitmo.com/listing/?ContentGUID=143e1840-a676-45cd-90b3-471b745b6f41
Category: Museum
Attraction: Harry S. Truman Library and Museum
Region: Northwest
Address, city, state, zip, website, phone, email, hours, lat, long, about, general interest info, smoking policy, pet policy, discounts offered, for travelers with disabilities, suitable for these age groups, types of payment accepted, group policy, copy of coupons.

Notice how Attractions are different than Attractions in that they have Event Dates. Compare to this Event example…

http://visitmo.com/listing/?ContentGUID=b32d9c99-0d0e-4e06-be57-9693f2cd1207
Category: Civil War Event
Event: Civil War Event at Battle of Carthage State Historic Site
Region: Southwest
Address, city, state, zip, website, phone, email, event begins, lat, long, about, event dates, smoking policy, rates, for travelers with disabilities, pet policy

Php + Mysql Simple Guest List

May 21st, 2011 Comments off

I need a simple PHP with mysql script for my page
I’m a club promoter and in need a script where
my guest can signed up on my page and stored in the database by dates

I want to have an admin panel where i can add the name of the clubs i handle and input the dates manually for example for Republiq Club
I only handle Wednesday nights so i will input all the days for the whole month that is wednesday (if you can automate this that will be better)

I want to have an export button I can choose the date and club and wants to be in this format
FirstName,LastName,MiddleInitial,Gender,Mobilenumber

All capitalized

EX:

JANE,DOE,D,FEMALE,0917888888
JOHN,DOE,F,MALE,0922888888
ROGER,CRAIG,*,MALE,09288288888

If the Middle initial is empty the * will be in place
i will be opening this in excel so the format is important

The guest can also choose the dates in advance to register

there will be a countdown time on the event day itself to close the registration at 8:00pm

This should be pretty simple i have a low budget for this so please bid the lowest possible price
please check my attachement so you have a better idea of the registration page.
thanks

Linux Script – Check Folder Dates

May 19th, 2011 Comments off

Hello,

I need a script that can run on a Linux server that can do this:

1.

Scan this folder /test/dates/

2.

Within that folder there might be subfolders.

If subfolders are found they are in the format %year%-%month%-%day%-%hour%-%minute%-%second%

So for example this folder might exist there: /test/dates/2011-01-01-13-00-00

Meaning folder is date:
: year 2011
: month 01
: day 01
: hour 01
: minute 01
: second 01

there might exist one folder or none but mostly its alot of folders.

3.

The folders date is always in the future – could be days / hours that differ but mostly the folders are a few minutes in the future.

4.

Then the script should compare the current date with the folders date.

And if the folders date is not more than 10 minutes in the future it should run a bash file:

/test/run-this.sh

5.

If a folder exists that is less than 10 minutes in the future the script should not run.

I prefer if the script is in perl format.

I plan to schedule your script to run with a cron task / each hour.

Thanks for help,

Best regards,
Johan

Availability Calendar

May 5th, 2011 Comments off

I need someone to code an availability calendar for a rental property in php using a mysql table. The property has two flats and our page visitors need to be able to see online when the flats are available. The script does not involve any online bookings for the customer. The script just needs to have a front-end where users can see what dates are available and a back-end where I can put in what dates are already taken for both flats.

A. Front End

A user will have two links: one link to check availability for Flat A and one link to check avaiability for Flat B. Once the user has chosen the flat, he will see an overview which looks exactly like the attached graphic (availability_calendar.png). It shows what the calendar should look like. The script should always show the next 12 months by default, starting with the month that is selected in the top right drop-down. If I changed the value in the top-right drop-down to March 2013, the script would show me months March 2013 until February 2014. I would like the calendar to have an exact width of 600px with 3 months per row. You have to use a very elegant design.

B. Back End interface

In the back-end I can block the dates which have already been taken and store it in a db. When you show the front-end calendar, you query the db to find out what dates to mark as red. I would like the backend to work as follows:

a) First, I can choose which flat I want to manage: Flat A or Flat B.

b) Once a flat is selected, I can see the reservations that have already been made for this flat. For this, I simply need a table with three columns: “Date range, family name, options”. Please see the attached graphic “backend_overview_a.png” for more detail. I would like you to order the reservations starting with the lowest “arrive_date” value.

c) at the bottom of the field, I will have a button where I can “Add a new reservation”. When I click on this link a form will open with three fields: “From:” (arrive_date), “Until:” (leave_date), “Family name:” (customer_name). The name in brackets is the value for the sql.

d) When I click on “edit” for an existing reservation, I would also like to have the form that I get for a new reservation, but the fields should be prefilled with the info for this reservation to be edited. I then need an “update” button.

// When you code this script, you will need to use your own db at the beginning, as we haven’t finished setting up our database yet.

To confirm that you have read and understood the entire project, it is absolutely necessary that you start your application with the words “I have read everything…” so that I can immediately filter out those who did not read it all.

Also, please be aware that the calendar for the front-end should be in German. I can change the wording in the backend script myself!

Need Help With Modifying Moodle 1.9 Excel Grade Export

April 15th, 2011 Comments off

I have a moodle 1.9 system setup and I am looking for a knowledgeable programmer who can help me modify the excel grade export functionality to include the date the grade was recorded, displayed in a column next to the grade.

I have been able to get a column displayed with the dates next to each grade, but for some reason the dates are all coming in as the same date for every grade for a user, rather than the unique dates for each.

Please only bid if you have actual experience working with Moodle, and are familiar with the DB structure.

Need Php Date Selector Script With Redirects

April 7th, 2011 Comments off

I need a php form created that will have dates shown with circle boxes next to them. These dates will be the next available dates that I configure in the script. When a user clicks on the circle next to each date, they will be redirected to a certain URL that is configured for that day.

It will show the day, month, and number of each date.

It will auto update everyday.

I have attached a screenshot of what I need.

I need this created ASAP. This should be very simple for a skilled .php programmer.

Hostgator Template Integrated

March 4th, 2010 Comments off

I need someone to code for me a Hostgator template I installed on my webpage, which will be an Expedia affiliate website.

Here is the website: http://www.dreamvacay.com/

I am looking for someone who can do the following:

1) Integrates a Hostgator template with Expedia’s affiliate program;

2) Fixes layout problems that need to be fixed, including editing the template so it fits the entire screen with no blank spaces; the drop down menus need to contain months and dates so booking dates are available for the customers to choose their dates of departure and return. As for cities of departure and arrival, Expedia doesn’t normally offer a drop down menu, even if the template does. I’d rather have the same city search options as Expedia;

3) Puts somewhere in their bid or in a message to me the word cheese so I know they read all of the requirements before bidding;

4) Is capable of completing the project in 10 days;

5) Has experience working on projects like this one, and has experience integrating Expedia affiliate links into pre-existing templates. Please post examples on pmb.

Maintenance Software

February 18th, 2010 Comments off

Sr. No. Particulars
1 Vehicle types
2 Vehicle number
3 Engine No.
4 Chasis no.
5 Financers detail if vehicle get finance
6 Installment dates
7 Cost of vehicles
8 Insurance detail
9 Policy dates
10 Expiry dates of policies
11 Diesel issuing details
12 Avg of each vehicles
13 Date of oil change and nest date of oil change
14 Parts details of vehicle. It should be include cost of parts as well as which vehicle getting that parts
15 Complaints receives from vehicles
16 HRS Details
17 Vehicle maintenance timing and how much time it takes in work shop for maintenance
18 What kind of work done in workshop
19 If any parts not Reach in particular time to the particular vehicle, so there should be remark with the reasons
20 If any kind of maintained repeating than it should be reflect in screen.
21 Tyre issuing detail ( like front tyre of back tyre)
22 fitness details (legal permit)
23 Taxes details (road tax)
24 The detail of operators /drivers
25 Parts suppliers details

We should be able to manage the above details in either OpenErp / Joomla /Wordpress/ what ever best suites to make it develop very fast.

Front Development Tasks

February 5th, 2010 Comments off

We are looking for someone to help us with front development tasks on a running site.

The work would be formed of several small tasks to be rolled out in the coming months, with the supplier being paid per completed task.

Our first task is adding the following functions to the calendar on the site:
1. The display should include 2 months display
2. Past dates should be displayed in gray color
3. When the user chooses a date as Check In date, the Check Out date should be a later one (so, if 10th March is chosen as Check-in, older dates should be colored in gray, and the selection should include March-April as dates).

I would share our calendar file with potential candidates via PM, with the first one completing the task in a satisfying manner and an agreed cost would be awarded.

Sms Vaccination Dates Reminder

November 27th, 2009 Comments off

Vaccination dates reminder service by SMS.
The explanation is attached.
also i attach the SMS code i received from the SMS company.

Cms Database

October 20th, 2009 Comments off

We need to devise a system for Client Relationship Management which is a database, which allows information on customers like the following to be imputed:

Dates Problems On WordPress

October 12th, 2009 Comments off

Hello,

I have a problem on my wordpress website. I’m unable to change the dates of the posts. And when i submit a new post the date is wrong.

Fast help please.

Thanks

Web App

August 18th, 2009 Comments off

Overview:

Commercial web event-planning application generates and displays a graphical timeline and checklist of delivery dates and creatives needed.

Description:

We provide solutions that require pre-event activities.

When an event date is chosen, approximately 30 activities, or more, must be scheduled in advance of the event. Each activity may be as simple as sending an email, but we need to know the email is not only due, but that it’s been written and is ready.

We want to track these pre-event activity dates and their requisite creatives by generating a graphical timeline showing scheduled dates and thumbnails of the creative(s).

Each thumbnail represents not only the creative itself, but also its completion status, and is color-coded in green, yellow or red, to show its degree of completion.

Once completed and marked as such, the thumbnail turns green and the tracking checklist is updated to reflect it’s status. The checklist will be in a sidebar and display all the creatives, sorted by completion status.

At any time we need to know that 12 creatives are completed, 7 have been started, and 10 have had no activity, or whatever those numbers might be.

Clicking any thumbnail opens a webpage displaying the creative (again, say an email) and clicking an edit button allows us to update that email.

Once the creatives are completed and the pre-event stage arrives, a reminder is emailed whenever a scheduled activity is due, and the website gives the user notification so that logging in displays all tasks scheduled for that day.

At its core, this is a unique project management application that takes place within a member-site framework, much like BaseCampHQ. If there is ever a question like “how do we implement this feature,” we look how the folks at BaseCampHQ did it an model their efforts (like subscribing, for example).

Please do not bid if you cannot create a commercial quality web-app.

You must be able to deliver on-time as we have possible events scheduled where this type of system will be required and we must plan accordingly. You must be able to work independently and be available and willing to communicate as I will require regular updates to confirm your progress.

Budget ($800) and time-frame (21 days) are firm.

Duplicate And Customize Loops

August 5th, 2009 Comments off

I need to have two loops on my category pages. The first loop should display posts that have not yet passed their expire dates. The second loop should display posts that have passed their expire dates. The expire dates will be pulled from a custom field and are in the format “9/17/09″.

If this project goes well, we will definitely be contacting the programmer for future WordPress projects.

Search Of Mysql Db On Web Site

August 2nd, 2009 Comments off

I am looking for a programmer to create a search script (using PHP) for my web site that will query an existing MySQL database, and return the results to the user. The MySQL database is a simple database of about 2,150 products and includes variables such as: product_name, price, URL, product_ID, category, subcategory, sub_subcategory. There are two parts to this project. The actual search feature that the end user will see, and reports that the only Webmaster will be able to see.

SEARCH: The search script needs to return results by relevance, i.e. the results must show in ascending order the products/categories/subcategories/sub_subcategory that have the most number of search terms matching words in those corresponding tables. The search results must be presented to the user in an organized into category, subcategory, and sub-subcategory — with each being a clickable hypertext link to the respective page (excluding subcategories). The search results must be presented to the user in an attractive/intuitive way and integrated with my web site’s template. (No graphics knowledge will be required for the integration, only basic HTML and JavaScript knowledge as my template uses some JavaScript.)

Because the search term(s) input by the user will be displayed back to the user on the

Great Dates

July 31st, 2009 Comments off

Hello, my name is Ted Holcomb,
I need a landing page for my domain name www.greatdatestoday.com. It will have the word SEX on the page. Each letter will have a small banner for a website that will direct the viewer to that website. I want the banner to enlarge when the cursor goes over it for easier reading. Each banner will be 30 X 30 and enlarge to a 60 X 120 in size and can be clicked onto if interested. The S in sex will be made up of these small banners, as will the E and X.
I will furnish the links and banners to the sites, although the banners will not be 30 X 30. It will be a simple page with some type of headline, contact information, and partner listings.
I do want to be able to collect email and first names as well. There will be an opt-in page and thank you page. very simple.
I will be paying through Scriplance and Paypal. I would like to thank you for reading my project.
Ted Holcomb

Booking Form For Holiday Site

July 15th, 2009 Comments off

Hi

We have developed a brochure style website for a client, written in Drupal, which shows information about a holiday ski chalet. The client is considering adding additional functionality in one or two phases to incorporate the following features:

Phase 1. A page which has a calendar which shows the availability of the chalet for rent. Dates colored red are already booked, dates colored green are available to book. The current month will be the default shown on the page with the ability to scroll to future months. Completed months are not available to be seen by the visitor but the information thereon to be retained for review by the client (to be able to compare occupancy levels year-on-year). The process would be that a potential customer will identify available dates. All Green (available) dates will contain a link to make a booking. Clicking on a link will open a new page or pop-up window and the customer can enter their booking information, sending notification to request that those dates be booked. The client’s Admin will see a booking in ‘Pending Status’ and receive an email with details of the booking. The customer will receive an email to confirm that their booking is being reviewed. The Client will then organize payment (off-line), set the status to ‘Active’ from ‘Pending’, user receives an email of booking confirmation and for selected days Admin will change ‘green’ dates to ‘red’ to reflect that the chalet is now not available for those dates. For cancellations, Admin can overwrite to change calendar dates back to Green to show new availability. Allow print out of reports showing days booked/available by month.The page styling (from a design perspective) will be supplied in required format by requester.

Phase 2. Allow an online payment process for deposit and balance of booking fees due via Paypal, Worldpay and credit cards. This will tie-in to automatically changing the booking calendar from Green to Red on cleared balance of deposit. System will flag payment of balance due 6 weeks before 1st day booked or if booking made less than 6 weeks before holiday due to start then requests payment in full. Email confirmations sent to both Admin and customer confirming transaction undertaken. Admin can overwrite status of booking regardless of amounts received and timings of receipt.

Many thanks for reviewing this project and we look forward to your responses in due course. Kind regards, Andrew.

Name Scoring

June 17th, 2009 Comments off

1. The calculation is supposed to be based on the date that the item is due rather than the date the

Asp Site – Java Countdown

May 6th, 2009 Comments off

We would like to have some java script updated on our site to give us a recurring countdown timer.

The site is www.rotoplay.com
It is built in asp and mysql.

You will see on the home page that there is a graphic with a timer.
“0 days 0 hours” etc..

Right now we have to go and update the timer each time a game has completed. We would like this timer to auto countdown according to dates we give you.

For example.
set the countdown to finish on May 15 at 12pm.
Then it needs to restart auto and countdown to May 30 at 12pm and so on.

We would like you to make it so we can use this on any other games we may have and the dates would just change.

So we need you to create an auto timer that we can use multiple times on the homepage to show different countdowns. We may have a total of 4-5 games going at a time with different dates inserted.

Also…If you know of a better or easier way to do this then that would be fine. But it needs to be embedded in the image just like the current homepage.

Please let me know if you need any other info.

Tournament Site Needed

May 3rd, 2009 Comments off

Things I need out of a full site.
My site has a ladder system running now I like a lot of things with it but there are alot missing and it just needs to be redone.
But it can be used as referance for some of this. www.altimategaming.com
So I need a new site built from the ground up. I have also included site examples and script so you can understand what kind of site I am trying to do.
Please remember I DO NOT WANT a joomla or php nuke site. I need a CUSTOM site.
I have a site template and forums allready setup. I need forums bridged to the new site thou.

EXAMPLE SITES:
www.teamwarfare.com I need everything that this iste offers in mine plus the list below
www.cevo.com
http://tagaming.co.uk/
http://www.esl.eu/us/

SITE:
Full ladder, League and tournament system
download section and a way to add and remove downloads.
When people reg for the site they can put in xfire and msn info.
League and server admin applactions
Admin levels both site and league.
A rules section that goes by game and a way to edit and add/remove to this.
A help section and a way to edit and add/remove from this
A news section and a way to edit and add/remove from this
Real good site security needs to upgradable and strong
A complete admin control panel or section.
I would also like the forums and recent matchs to be rss but this is not manitory
I need to give admins diffent levels of control.
A custom cms that can handle alot of site traffic.
I need a support page like http://www.teamwarfare.com/support/ this works of a program thats called pjirc. pjirc is a open sorce program I allready have the channels.

LADDER, LEAGUE, and TOURNAMENT SYSTEM:
I need everything that www.teamwarfare.com has plus some extra options. I have listed everything below.
The ladder system need both a point and rung type ladders.
ladders also need a choice of challange, open and both.
Unlimited number of ladders, tournament, leagues and games.
A way to add/remove games from the system. Ladders and tournamnets will be by game.
When making a ladder or tournment there need to be a way to asscoite a game type with this ladders. IE a cod4 ladder or cod5 ladder.
In a point system I need to be able to asian point for wins, losses, ties, kills and deaths.
In a challange system I need to ba able to asign how far up or down you can challage a team. IE 2 rungs up or 3 rungs up.
I need the up and down of rungs seperate. IE 2 rungs up and 5 rungs down.
A way to easliy suspend/unsuspen, ban/unban both a player and team.
When a admin sets up a ladder/tournament they need to ba able to pick single or team.If it a single player and not have to be on a team just registeres for the site.
Need to have it setup for team/player to report then confirm a match. IE the winner report the losser confirms the match.
The match is not valid until the losser confirms it.
When you report a match there need to be a way to report the over all points for both team/players.
The tournament system neeed to have no limits on size or players/teams
When a ladder is made it needs a way to add apporved maps for that ladder.
Also there need to be a way to add and remove maps for differant games. these are just map names. No maps are supplied.
A way to add/remove games from the system. These are jsut the name of games no game is supplied
A way for team to dispute a match. IE a dispute match form. And a way for admin to be informed of this.
A way to edit matchs that have allready been reported and confirned. After the edit has taken place the stat tracker need to reflect the changes.
A way to fine a team. IE take away piont or move them down the rung.
A way for team/player to challage or team/player. This needs to email both teams/players.
A way to accept or deny the challage. aslo a way when the ladder is setup a way to add a point loss for that ladder if they deny the challange.
When a team challenges someone they pick out 2 dates. The other team pciks out of those 2 dates then gets to pick out what maps 1-3 they want to play.
A full admin panel or way to control and edit ladders, players/teams, games and stat tracker, etc4
Only admin can create ladders, edit matches, edit stats, etc
when the team accecpts a challange there should be drop down boxs with dates and they can pick out 2 dates.
The other team can pick from those 2 dates. Emails should confirm all this.
There should also be a way to pm the teams that challange each other. If they have to reschudle or something.
The ladder, league and tournament system are seppate and need to be controled that way.
Also when I set up a ladder I need a option for how many round its going to be. and a option to enter the score for every round or just one total score.
Then when the team reports the match they can enter a score for every round or just a total score.
The clone site I showed you has a way to run a league. A league is x number of weeks of preseason then x number of weeks in the season. Team only play 1 game a week.
They are asigned a certain map to play that week and are asaigned the team they are going to play. We do not supply the map we just tell them the name of the map.
I also need a way to make each ladder, league or tournament public or privite. If privite I need a spot to put in a pw to join in.
Teams need a profile page where it lists all there player and servers and what ever ladders, league or tournaments they are signed up for.
Each league, ladder, tournament need a standing page. IE who in first, second, etc. This should also show each teams win and loss and win loss ratio
The league part also need a random match generator. IE the teams only play 1 match a week against one other team. this need to be random and be done with just 1 simple click.
After the matches are generated it needs to email the teams with that info.
Also I need Division for the differant games. I can explain if needed.

TEAMS:
Team manager with full team control.
Player canot match for 24 or 48 hours after they join a team. player can only be on one game type at a time. IE can on be on 1 team for the 5v5 ladder. (5v5 is just a exapmle) I can explain more if needed.
Teams can asign there own team managers Team manager only control there team. they can add and remove members.
Team also need a join password that they can change.
When someone leaves a team they are no longer a team manger(if they where one)
When someone make a team they are a team manger. They need to enter there email twice. Also they need to be able to hand over the team manager to a other team mate.
Team need a country flag, they also ned a roster type page like I have now.
Team manger are the only one that can add or remove members manualy. There are also the only one that can report/confirm matchs or challange/accpect/deny matches
Members may also join a team with that teams password and members can remove them self from the team.
On this page it show a teams info http://www.teamwarfare.com/viewteam.asp?team=Deter+Maneuver+Engage I need all that and a spot for there xfire, teamspeak or ventrilo server info and game servers info.
They could have more then one game server

Server tracker.
I need a way for teams to enter there server info.
Server info goes buy game them ip and port.
This info need to apper in that team profile page.
There also need to be a way for admins to look up this info.
Teams and admin also need a way to edit this info.
The servers will be game server or ventrilo or teamspeake servers.

GUID, steam, xray gaming TRACKER: IE Anti-Smurf IDs exapmle http://www.teamwarfare.com/viewplayer.asp?player=Montdj
The guid, steam, xray gaming is a number that a game assaigns when you install it.
I need a way for players to enter there number for that game. there should be a drop down box to pick out the guid, steam id or xray id, the a drop down box for the game and then enter the number.
This need to be stored in its own database. When stored in need to be by play, game. IE COD4 would have all that games player and guid and by steam xray or pb guid.
Admin needs a way to add games and id numbers to this
I need a way to referance this against a master ban list.
I have a list of guids that are listed by game. This is a list of baned guid from the punk buster ban list. I need a way to check the guid agaisnt this list.
I also need a easy way to look up players guid numbers something like enter a players name and all there guids come up along with what game the guid is for. I need this in the admin section of the site.
I have a small file that need to be included in this. Its a xml feed. I have include it so you can see what i need.
These also need to apper in the players profile after they enter it.

League Website

April 22nd, 2009 Comments off

PLEASE READ BEFORE BIDING
I will only use SL escrow

Things I need out of a full site.
My site has a ladder system running now I like a lot of things with it but there are alot missing and it just needs to be redone.
But it can be used as referance for some of this. www.altimategaming.com
So I need a new site built from the ground up. I have also included site examples and script so you can understand what kind of site I am trying to do.
Please remember I DO NOT WANT a joomla or php nuke site. I need a CUSTOM site.

EXAMPLE SITES:
www.teamwarfare.com I need everything that this iste offers in mine plus the list below
www.cevo.com
http://tagaming.co.uk/
http://www.esl.eu/us/

PHP NUKE EVO SCRIPTS EXAMPLES:
please i dont not want these i just wanted to show what kind of things I am looking for
http://eliteladders.com/
http://www.mygamingladder.com/
http://www.gamingscripts.com/

SITE:
Full ladder and tournament system
download section and a way to add and remove downloads.
forums with full control, mod and admins, edit, add, delete forums and post, smiles, avatars and sigs, etc full forums. Can be phpbb or something like that
When people reg for the site they can put in xfire and msn info.
League and server admin applactions
Admin levels both site and league.
A rules section that goes by game and a way to edit and add/remove to this.
A help section and a way to edit and add/remove from this
A news section and a way to edit and add/remove from this
Real good site security needs to upgradable and strong
A complete theme including header, logo and address bar icon. I have a layout and header to work from.
A complete admin control panel or section.
I would also like the forums and recent matchs to be rss but this is not manitory
I need to give admins diffent levels of control.
A custom cms that can handle alot of site traffic.
I need a support page like http://www.teamwarfare.com/support/ this works of a program thats called pjirc. pjirc is a open sorce program I allready have the channels.

LADDER, LEAGUE, and TOURNAMENT SYSTEM:
I need everything that www.teamwarfare.com has plus some extra options. I have listed everything below.
The ladder system need both a point and rung type ladders.
ladders also need a choice of challange, open and both.
Unlimited number of ladders, tournament, leagues and games.
A way to add/remove games from the system. Ladders and tournamnets will be by game.
When making a ladder or tournment there need to be a way to asscoite a game type with this ladders. IE a cod4 ladder or cod5 ladder.
In a point system I need to be able to asian point for wins, losses, ties, kills and deaths.
In a challange system I need to ba able to asign how far up or down you can challage a team. IE 2 rungs up or 3 rungs up.
I need the up and down of rungs seperate. IE 2 rungs up and 5 rungs down.
A way to easliy suspend/unsuspen, ban/unban both a player and team.
When a admin sets up a ladder/tournament they need to ba able to pick single or team.If it a single player and not have to be on a team just registeres for the site.
Need to have it setup for team/player to report then confirm a match. IE the winner report the losser confirms the match.
The match is not valid until the losser confirms it.
When you report a match there need to be a way to report the over all points for both team/players.
The tournament system neeed to have no limits on size or players/teams
When a ladder is made it needs a way to add apporved maps for that ladder.
Also there need to be a way to add and remove maps for differant games. these are just map names. No maps are supplied.
A way to add/remove games from the system. These are jsut the name of games no game is supplied
A way for team to dispute a match. IE a dispute match form. And a way for admin to be informed of this.
A way to edit matchs that have allready been reported and confirned. After the edit has taken place the stat tracker need to reflect the changes.
A way to fine a team. IE take away piont or move them down the rung.
A way for team/player to challage or team/player. This needs to email both teams/players.
A way to accept or deny the challage. aslo a way when the ladder is setup a way to add a point loss for that ladder if they deny the challange.
When a team challenges someone they pick out 2 dates. The other team pciks out of those 2 dates then gets to pick out what maps 1-3 they want to play.
A full admin panel or way to control and edit ladders, players/teams, games and stat tracker, etc4
Only admin can create ladders, edit matches, edit stats, etc
when the team accecpts a challange there should be drop down boxs with dates and they can pick out 2 dates.
The other team can pick from those 2 dates. Emails should confirm all this.
There should also be a way to pm the teams that challange each other. If they have to reschudle or something.
The ladder, league and tournament system are seppate and need to be controled that way.
Also when I set up a ladder I need a option for how many round its going to be. and a option to enter the score for every round or just one total score.
Then when the team reports the match they can enter a score for every round or just a total score.
The clone site I showed you has a way to run a league. A league is x number of weeks of preseason then x number of weeks in the season. Team only play 1 game a week.
They are asigned a certain map to play that week and are asaigned the team they are going to play. We do not supply the map we just tell them the name of the map.
I also need a way to make each ladder, league or tournament public or privite. If privite I need a spot to put in a pw to join in.
Teams need a profile page where it lists all there player and servers and what ever ladders, league or tournaments they are signed up for.
Each league, ladder, tournament need a standing page. IE who in first, second, etc. This should also show each teams win and loss and win loss ratio
The league part also need a random match generator. IE the teams only play 1 match a week against one other team. this need to be random and be done with just 1 simple click.
After the matches are generated it needs to email the teams with that info.
Also there needs to be a way to report a forfit. Like when the other team does not show up for the match.

TEAMS:
Team manager with full team control.
Player canot match for 24 or 48 hours after they join a team. player can only be on one game type at a time. IE can on be on 1 team for the 5v5 ladder. (5v5 is just a exapmle) I can explain more if needed.
Teams can asign there own team managers Team manager only control there team. they can add and remove members.
Team also need a join password that they can change.
When someone leaves a team they are no longer a team manger(if they where one)
When someone make a team they are a team manger. They need to enter there email twice. Also they need to be able to hand over the team manager to a other team mate.
Team need a country flag, they also ned a roster type page like I have now.
Team manger are the only one that can add or remove members manualy. There are also the only one that can report/confirm matchs or challange/accpect/deny matches
Members may also join a team with that teams password and members can remove them self from the team.
On this page it show a teams info http://www.teamwarfare.com/viewteam.asp?team=Deter+Maneuver+Engage I need all that and a spot for there xfire, teamspeak or ventrilo server info and game servers info.
They could have more then one game server

Server tracker.
I need a way for teams to enter there server info.
Server info goes buy game them ip and port.
This info need to apper in that team profile page.
There also need to be a way for admins to look up this info.
Teams and admin also need a way to edit this info.
The servers will be game server or ventrilo or teamspeake servers.

GUID, steam, xray gaming TRACKER: IE Anti-Smurf IDs exapmle http://www.teamwarfare.com/viewplayer.asp?player=Montdj
The guid, steam, xray gaming is a number that a game assaigns when you install it.
I need a way for players to enter there number for that game. there should be a drop down box to pick out the guid, steam id or xray id, the a drop down box for the game and then enter the number.
This need to be stored in its own database. When stored in need to be by play, game. IE COD4 would have all that games player and guid and by steam xray or pb guid.
Admin needs a way to add games and id numbers to this
I need a way to referance this against a master ban list.
I have a list of guids that are listed by game. This is a list of baned guid from the punk buster ban list. I need a way to check the guid agaisnt this list.
I also need a easy way to look up players guid numbers something like enter a players name and all there guids come up along with what game the guid is for. I need this in the admin section of the site.
I have a small file that need to be included in this. Its a xml feed. I have include it so you can see what i need.
These also need to apper in the players profile after they enter it.

Excel Macro For Data Alteratio

April 21st, 2009 Comments off

I need a macro or script to take all the EXCEL files in a given folder and search for the date in the format dd/mm/yyyy and replace them with random dates in between a given set of dates.

For example, all the dates in the excel file are in any date like 25/12/1945, 04/03/2001, etc.,

I need to visit the file and replace it all the fields randomly with any dates from 1/1/2008 to 31/3/2008. Input option must have to accept the from and to dates. Also if possible I want to check those dates are from Monday to Friday only! (not saturday / Sunday)

I need a demo before I will award the project.

League Website

April 17th, 2009 Comments off

PLEASE READ BEFORE BIDING
I will only use SL escrow

Things I need out of a full site.
My site has a ladder system running now I like a lot of things with it but there are alot missing and it just needs to be redone.
But it can be used as referance for some of this. www.altimategaming.com
So I need a new site built from the ground up. I have also included site examples and script so you can understand what kind of site I am trying to do.
Please remember I DO NOT WANT a joomla or php nuke site. I need a CUSTOM site.

EXAMPLE SITES:
www.teamwarfare.com I need everything that this iste offers in mine plus the list below
www.cevo.com
http://tagaming.co.uk/
http://www.esl.eu/us/

PHP NUKE EVO SCRIPTS EXAMPLES:
please i dont not want these i just wanted to show what kind of things I am looking for
http://eliteladders.com/
http://www.mygamingladder.com/
http://www.gamingscripts.com/

SITE:
Full ladder and tournament system
download section and a way to add and remove downloads.
forums with full control, mod and admins, edit, add, delete forums and post, smiles, avatars and sigs, etc full forums. Can be phpbb or something like that
When people reg for the site they can put in xfire and msn info.
League and server admin applactions
Admin levels both site and league.
A rules section that goes by game and a way to edit and add/remove to this.
A help section and a way to edit and add/remove from this
A news section and a way to edit and add/remove from this
Real good site security needs to upgradable and strong
A complete theme including header, logo and address bar icon. I have a layout and header to work from.
A complete admin control panel or section.
I would also like the forums and recent matchs to be rss but this is not manitory
I need to give admins diffent levels of control.
A custom cms that can handle alot of site traffic.
I need a support page like http://www.teamwarfare.com/support/ this works of a program thats called pjirc. pjirc is a open sorce program I allready have the channels.

LADDER, LEAGUE, and TOURNAMENT SYSTEM:
I need everything that www.teamwarfare.com has plus some extra options. I have listed everything below.
The ladder system need both a point and rung type ladders.
ladders also need a choice of challange, open and both.
Unlimited number of ladders, tournament, leagues and games.
A way to add/remove games from the system. Ladders and tournamnets will be by game.
When making a ladder or tournment there need to be a way to asscoite a game type with this ladders. IE a cod4 ladder or cod5 ladder.
In a point system I need to be able to asian point for wins, losses, ties, kills and deaths.
In a challange system I need to ba able to asign how far up or down you can challage a team. IE 2 rungs up or 3 rungs up.
I need the up and down of rungs seperate. IE 2 rungs up and 5 rungs down.
A way to easliy suspend/unsuspen, ban/unban both a player and team.
When a admin sets up a ladder/tournament they need to ba able to pick single or team.If it a single player and not have to be on a team just registeres for the site.
Need to have it setup for team/player to report then confirm a match. IE the winner report the losser confirms the match.
The match is not valid until the losser confirms it.
When you report a match there need to be a way to report the over all points for both team/players.
The tournament system neeed to have no limits on size or players/teams
When a ladder is made it needs a way to add apporved maps for that ladder.
Also there need to be a way to add and remove maps for differant games. these are just map names. No maps are supplied.
A way to add/remove games from the system. These are jsut the name of games no game is supplied
A way for team to dispute a match. IE a dispute match form. And a way for admin to be informed of this.
A way to edit matchs that have allready been reported and confirned. After the edit has taken place the stat tracker need to reflect the changes.
A way to fine a team. IE take away piont or move them down the rung.
A way for team/player to challage or team/player. This needs to email both teams/players.
A way to accept or deny the challage. aslo a way when the ladder is setup a way to add a point loss for that ladder if they deny the challange.
When a team challenges someone they pick out 2 dates. The other team pciks out of those 2 dates then gets to pick out what maps 1-3 they want to play.
A full admin panel or way to control and edit ladders, players/teams, games and stat tracker, etc4
Only admin can create ladders, edit matches, edit stats, etc
when the team accecpts a challange there should be drop down boxs with dates and they can pick out 2 dates.
The other team can pick from those 2 dates. Emails should confirm all this.
There should also be a way to pm the teams that challange each other. If they have to reschudle or something.
The ladder, league and tournament system are seppate and need to be controled that way.
Also when I set up a ladder I need a option for how many round its going to be. and a option to enter the score for every round or just one total score.
Then when the team reports the match they can enter a score for every round or just a total score.
The clone site I showed you has a way to run a league. A league is x number of weeks of preseason then x number of weeks in the season. Team only play 1 game a week.
They are asigned a certain map to play that week and are asaigned the team they are going to play. We do not supply the map we just tell them the name of the map.
I also need a way to make each ladder, league or tournament public or privite. If privite I need a spot to put in a pw to join in.
Teams need a profile page where it lists all there player and servers and what ever ladders, league or tournaments they are signed up for.
Each league, ladder, tournament need a standing page. IE who in first, second, etc. This should also show each teams win and loss and win loss ratio
The league part also need a random match generator. IE the teams only play 1 match a week against one other team. this need to be random and be done with just 1 simple click.
After the matches are generated it needs to email the teams with that info.

TEAMS:
Team manager with full team control.
Player canot match for 24 or 48 hours after they join a team. player can only be on one game type at a time. IE can on be on 1 team for the 5v5 ladder. (5v5 is just a exapmle) I can explain more if needed.
Teams can asign there own team managers Team manager only control there team. they can add and remove members.
Team also need a join password that they can change.
When someone leaves a team they are no longer a team manger(if they where one)
When someone make a team they are a team manger. They need to enter there email twice. Also they need to be able to hand over the team manager to a other team mate.
Team need a country flag, they also ned a roster type page like I have now.
Team manger are the only one that can add or remove members manualy. There are also the only one that can report/confirm matchs or challange/accpect/deny matches
Members may also join a team with that teams password and members can remove them self from the team.
On this page it show a teams info http://www.teamwarfare.com/viewteam.asp?team=Deter+Maneuver+Engage I need all that and a spot for there xfire, teamspeak or ventrilo server info and game servers info.
They could have more then one game server

Server tracker.
I need a way for teams to enter there server info.
Server info goes buy game them ip and port.
This info need to apper in that team profile page.
There also need to be a way for admins to look up this info.
Teams and admin also need a way to edit this info.
The servers will be game server or ventrilo or teamspeake servers.

GUID, steam, xray gaming TRACKER: IE Anti-Smurf IDs exapmle http://www.teamwarfare.com/viewplayer.asp?player=Montdj
The guid, steam, xray gaming is a number that a game assaigns when you install it.
I need a way for players to enter there number for that game. there should be a drop down box to pick out the guid, steam id or xray id, the a drop down box for the game and then enter the number.
This need to be stored in its own database. When stored in need to be by play, game. IE COD4 would have all that games player and guid and by steam xray or pb guid.
Admin needs a way to add games and id numbers to this
I need a way to referance this against a master ban list.
I have a list of guids that are listed by game. This is a list of baned guid from the punk buster ban list. I need a way to check the guid agaisnt this list.
I also need a easy way to look up players guid numbers something like enter a players name and all there guids come up along with what game the guid is for. I need this in the admin section of the site.
I have a small file that need to be included in this. Its a xml feed. I have include it so you can see what i need.
These also need to apper in the players profile after they enter it.

Cc Form + Event Registration

April 16th, 2009 Comments off

Single form to register for a yearly conference and process credit card transactions for conference and/or member fees. Dates/Prices should be able to changed from a simple back end interface.

Major Points

Tournament Website

April 4th, 2009 Comments off

Things I need out of a full site.
My site has a ladder system running now I like a lot of things with it but there are alot missing and it just needs to be redone.
But it can be used as referance for some of this. www.altimategaming.com
So I need a new site built from the ground up. I have also included site examples and script so you can understand what kind of site I am trying to do.
Please remember I DO NOT WANT a joomla or php nuke site. I need a CUSTOM site.

EXAMPLE SITES:
www.teamwarfare.com I need everything that this iste offers in mine plus the list below
www.cevo.com
http://tagaming.co.uk/
http://www.esl.eu/us/

PHP NUKE EVO SCRIPTS EXAMPLES:
please i dont not want these i just wanted to show what kind of things I am looking for
http://eliteladders.com/
http://www.mygamingladder.com/
http://www.gamingscripts.com/

SITE:
Full ladder and tournament system
download section and a way to add and remove downloads.
forums with full control, mod and admins, edit, add, delete forums and post, smiles, avatars and sigs, etc full forums. Can be phpbb or something like that
When people reg for the site they can put in xfire and msn info.
League and server admin applactions
Admin levels both site and league.
A rules section that goes by game and a way to edit and add/remove to this.
A help section and a way to edit and add/remove from this
A news section and a way to edit and add/remove from this
Real good site security needs to upgradable and strong
A complete theme including header, logo and address bar icon.
A complete admin control panel or section.
I would also like the forums and recent matchs to be rss but this is not manitory
I need to give admins diffent levels of contral.
A custom cms that can handle lots of people logged into the site at once and lots of people registered om it.

LADDER, LEAGUE, and TOURNAMENT SYSTEM:
The ladder system need both a point and rung type ladders.
ladders also need a choice of challange, open and both.
Unlimited number of ladders, tournament and games.
A way to add/remove games from the system. Ladders and tournamnets will be by game.
When making a ladder or tournment there need to be a way to asscoite a game type with this ladders. IE a cod4 ladder or cod5 ladder.
In a point system I need to be able to asian point for wins, losses, ties, kills and deaths.
In a challange system I need to ba able to asign how far up or down you can challage a team. IE 2 rungs up or 3 rungs up.
I need the up and down of rungs seperate. IE 2 rungs up and 5 rungs down.
A way to easliy suspend/unsuspen, ban/unban both a player and team.
When a admin sets up a ladder/tournament they need to ba able to pick single or team.If it a single player and not have to be on a team just registeres for the site.
Need to have it setup for team/player to report then confirm a match. IE the winner report the losser confirms the match.
The match is not valid until the losser confirms it.
When you report a match there need to be a way to report the over all points for both team/players.
There also need to be a way to enter in individule player points, kills and deaths
The tournmaent system neeed to have no limits on size or players/team
When a ladder is made it needs a way to add apporved maps for that ladder.
Also there need to be a way to add and remove maps for differant games.
A way to add/remove games from the system. T.
A way for team to dispute a match. IE a dispute match form. And a way for admin to be informed of this.
A way to edit matchs that have allready been reported and confirned. After the edit has taken place the stat tracker need to reflect the changes.
A way to fine a team. IE take away piont or move them down the rung.
A way for team/player to challage or team/player. This needs to email both teams/players.
A way to accept or deny the challage. aslo a way when the ladder is setup a way to add a point loss for that ladder if they deny the challange.
When a team challenges someone they pick out 2 dates. The other team pciks out of those 2 dates then gets to pick out what maps 1-3 they want to play.
A full admin panel or way to control and edit ladders, players/teams, games and stat tracker, etc4
Only admin can create ladders, edit matches, edit stats, etc
when the team accecpts a challange there should be drop down boxs with dates and they can pick out 2 dates.
The other team can pick from those 2 dates. Emails should confirm all this.
There should also be a way to pm the teams that challange each other. If they have to reschudle or something.
The ladder and tournament system are seppate and need to be controled that way.
Also when I set up a ladder I need a option for how many round its going to be. and a option to enter the score for every round or just one total score.
Then when the team reports the match they can enter a score for every round or just a total score.
The clone site I showed you has a way to run a league. A league is x number of weeks of preseason then x number of weeks in the season. Team only play 1 game a week.
They are asigned a certain map to play that week and are asaigned the team they are going to play. We do not supply the map we just tell them the name of the map.
Teams need a profile page where it lists all there player and servers and what ever ladders, league or tournaments they are signed up for.

STAT TRACKER:
The system needs a full stat tracker built in.
The stat tracker will get it info from the info that is entered when you report a match.
The stat tracker need to report point, kills, deaths, wins, losses. a win/loss ratio and a kill/death ratio along with number of matchs played. This is for every player in the system.
I also need a way to edit this info if needed.
The tracker needs to work for both team and induvidle players.
A way for players to look up stats both there own and others.
On my site now the stat tracker get its info when you report the match.
When you report it you enter the number of kills and deaths for each player. I would like it to be able to be turned on and off.
IE when I set up a ladder I need to be able to have that option. so that ay each ladder or league is differant. Some ladder they will have to report kils and deaths and some wont.
There need to be a way for people to look up this info and in the players profile there need to be a link to that players stats.

TEAMS:
Team manager with full team control.Player can only be on one team at a time. But they can play in any singles ladder or tournament
Teams can asign there own team managers Team manager only control there team. they can add and remove members.
Team also need a join password that they can change.
When someone leaves a team they are no longer a team manger(if they where one)
When someone make a team they are a team manger. They need to enter there email twice. Also they need to be able to hand over the team manager to a other team mate.
Team need a country flag, they also ned a roster type page like I have now.
Team manger are the only one that can add or remove member manualy. There are also the only one that can report/confirm matchs or challange/accpect/deny matches
Members may also join a team with that teams password and members can remove them self from the team.

Server tracker.
I need a way for teams to enter there server info.
Server info goes buy game them ip and port.
This info need to apper in that team profile page.
There also need to be a way for admins to look up this info.
Teams and admin also need a way to edit this info.

GUID, steam, xray gaming TRACKER:
The guid, steam, xray gaming is a number that a game assaigns when you install it.
I need a way for players to enter there number for that game. there should be a drop down box to pick out the guid, steam id or xray id, the a drop down box for the game and then ebter the number.
This need to be stored in its own database. When stored in need to be by play, game. IE COD4 would have all that games player and guid and by steam xray or pb guid.
Admin needs a way to add games and number system to this
I need a way to referance this against a master ban list.
I have a list of guids that are listed by game. This is a list of baned guid from the punk buster ban list. I need a way to check the guid agaisnt this list.
I also need a easy way to look up players guid numbers something like enter a players name and all there guids come up along with what game the guid is for. I need this in the admin section of the site.
I have a small file that need to be included in this. Its a xml feed. I have includeit so you can see what i need.
These also need to apper in there profile after they enter it.

Custom Website Needed

March 23rd, 2009 No comments

Things I need out of a full site.
My site has a ladder system running now I like a lot of things with it but there are alot missing and it just needs to be redone.
But it can be used as referance for some of this.
So I need a new site built from the ground up. I have also included site examples and script so you can understand what kind of site I am trying to do.
Please remember I DO NOT WANT a joomla or php nuke site. I need a CUSTOM site.

EXAMPLE SITES:
www.teamwarfare.com
www.cevo.com
http://tagaming.co.uk/
http://www.esl.eu/us/

PHP NUKE EVO SCRIPTS EXAMPLES:
please i dont not want these i just wanted to show what kind of things I am looking for
http://eliteladders.com/
http://www.mygamingladder.com/
http://www.gamingscripts.com/

SITE:

Full ladder and tournament system
download section and a way to add and remove downloads.
forums with full control, mod and admins, edit, add, delete forums and post, smiles, avatars and sigs, etc full forums. Can be phpbb or something like that
When people reg for the site they can put in xfire and msn info.
League and server admin applactions
Admin levels both site and league.
A rules section that goes by game and a way to edit and add/remove to this.
A help section and a way to edit and add/remove from this
A news section and a way to edit and add/remove from this
Real good site security needs to upgradable and strong
A complete theme including header, logo and address bar icon.
A complete admin control panel or section.
I would also like the forums and recent matchs to be rss but this is not manitory

LADDER & TOURNAMENT SYSTEM:
The ladder system need both a point and rung type ladders.
ladders also need a choice of challange, open and both.
Unlimited number of ladders, tournament and games.
A way to add/remove games from the system. Ladders and tournamnets will be by game.
When making a ladder or tournment there need to be a way to asscoite a game type with this ladders. IE a cod4 ladder or cod5 ladder.
In a point system I need to be able to asian point for wins, losses, ties, kills and deaths.
In a challange system I need to ba able to asign how far up or down you can challage a team. IE 2 rungs up or 3 rungs up.
I need the up and down of rungs seperate. IE 2 rungs up and 5 rungs down.
A way to easliy suspend/unsuspen, ban/unban both a player and team.
When a admin sets up a ladder/tournament they need to ba able to pick single or team.If it a single player and not have to be on a team just registeres for the site.
Need to have it setup for team/player to report then confirm a match. IE the winner report the losser confirms the match.
The match is not valid until the losser confirms it.
When you report a match there need to be a way to report the over all points for both team/players.
There also need to be a way to enter in individule player points, kills and deaths
The tournmaent system neeed to have no limits on size or players/team
When a ladder is made it needs a way to add apporved maps for that ladder.
Also there need to be a way to add and remove maps for differant games.
A way to add/remove games from the system
A way for team to dispute a match. IE a dispute match form. And a way for admin to be informed of this.
A way to edit matchs that have allready been reported and confirned. After the edit has taken place the stat tracker need to reflect the changes.
A way to fine a team. IE take away piont or move them down the rung.
A way for team/player to challage or team/player. This need to email both teams/players.
A way to accept or deny the challage. aslo a way when the ladder is setup a way to add a point loss for that ladder if they deny the challange.
A full admin panel or way to control and edit ladders, players/teams, games and stat tracker, etc4
Only admin can create ladders, edit matches, edit stats, etc
when the team accecpts a challange there should be drop down boxs with dates and they can pick out 2 dates.
The other team can pick from those 2 dates. Emails should confirm all this.
There should also be a way to pm the teams that challange each other. If they have to reschudle or something.
The ladder and tournament system are seppate and need to be controled that way.

STAT TRACKER:
The system needs a full stat tracker built in.
The stat tracker will get it info from the info that is entered when you report a match.
The stat tracker need to report point, kills, deaths, wins, losses. a win/loss ratio and a kill/death ratio along with number of matchs played. This is for every player in the system.
I also need a way to edit this info if needed.
The tracker needs to work for both team and induvidle players.
A way for players to look up stats both there own and others.

TEAMS:
Team manager with full team control.Player can only be on one team at a time. But they can play in any singles ladder or tournament
Teams can asign there own team managers Team manager only control there team. they can add and remove members.
Team also need a join password that they can change.
When someone leaves a team they are no longer a team manger(if they where one)
When someone make a team they are a team manger. They need to enter there email twice. Also they need to be able to hand over the team manager to a other team mate.
Team need a country flag, they also ned a roster type page like I have now.
Team manger are the only one that can add or remove member manualy. There are also the only one that can report/confirm matchs or challange/accpect/deny matches
Members may also join a team with that teams password and members can remove them self from the team.

GUID TRACKER:
The guid is a number that a game assaigns when you install it. this numer is 32 or 8 digits long.
I need a way for players to enter there guid number for that game. drop down box for the game and a box to enter there number. The box has a value of 8 or 32 digits letter and numbers
This need to be stored in its own database. When stored in need to be by play, game. IE COD4 would have all that games player and guid.
Admin needs a way to add games to this.
I need a way to referance this against a master ban list.
I have a list of guids that are listed by game. This is a list of baned guid from the punk buster ban list. I need a way to check the guid agaisnt this list.
I also need a easy way to look up players guid numbers something like enter a players name and all there guids come up along with what game the guid is for. I need this in the admin section of the site.

Custom Joomla Module

March 23rd, 2009 No comments

I am looking for a custom stand alone module for joomla. I need it with a full backend or admin panel. This is going to be a gaming ladder and tournament system. I have a couple example if need but have included a list below to make sure that its all in there.

LADDER & TOURNAMENT SYSTEM:
The ladder system need both a point and rung type ladders.
ladders also need a choice of challange, open and both.
Unlimited number of ladders, tournament and games.
A way to add/remove games from the system. Ladders and tournamnets will be by game.
When making a ladder or tournment there need to be a way to asscoite a game type with this ladders. IE a cod4 ladder or cod5 ladder.
In a point system I need to be able to asian point for wins, losses, ties, kills and deaths.
In a challange system I need to ba able to asign how far up or down you can challage a team. IE 2 rungs up or 3 rungs up.
I need the up and down of rungs seperate. IE 2 rungs up and 5 rungs down.
A way to easliy suspend/unsuspen, ban/unban both a player and team.
When a admin sets up a ladder/tournament they need to ba able to pick single or team.If it a single player and not have to be on a team just registeres for the site.
Need to have it setup for team/player to report then confirm a match. IE the winner report the losser confirms the match.
The match is not valid until the losser confirms it.
When you report a match there need to be a way to report the over all points for both team/players.
There also need to be a way to enter in individule player points, kills and deaths
The tournmaent system neeed to have no limits on size or players/team
When a ladder is made it needs a way to add apporved maps for that ladder.
Also there need to be a way to add and remove maps for differant games.
A way to add/remove games from the system
A way for team to dispute a match. IE a dispute match form. And a way for admin to be informed of this.
A way to edit matchs that have allready been reported and confirned. After the edit has taken place the stat tracker need to reflect the changes.
A way to fine a team. IE take away piont or move them down the rung.
A way for team/player to challage or team/player. This need to email both teams/players.
A way to accept or deny the challage. aslo a way when the ladder is setup a way to add a point loss for that ladder if they deny the challange.
A full admin panel or way to control and edit ladders, players/teams, games and stat tracker, etc4
Only admin can create ladders, edit matches, edit stats, etc
when the team accecpts a challange there should be drop down boxs with dates and they can pick out 2 dates.
The other team can pick from those 2 dates. Emails should confirm all this.
There should also be a way to pm the teams that challange each other. If they have to reschudle or something.

STAT TRACKER:
The system needs a full stat tracker built in.
The stat tracker will get it info from the info that is entered when you report a match.
The stat tracker need to report point, kills, deaths, wins, losses. a win/loss ratio and a kill/death ratio along with number of matchs played. This is for every player in the system.
I also need a way to edit this info if needed.
The tracker needs to work for both team and induvidle players.
A way for players to look up stats both there own and others.

TEAMS:
Team manager with full team control.Player can only be on one team at a time. But they can play in any singales ladder or tournament
Teams can asign there own team managers Team manager only control there team. they can add and remove members.
Team also need a join password that they can change.
When someone leaves a team they are no longer a team manger(if they where one)
When someone make a team they are a team manger. They need to enter there email twice. Also they need to be able to hand over the team manager to a other team mate.
Team need a country flag, they also ned a roster type page like I have now.
Team manger are the only one that can add or remove member manualy. There are also the only one that can report/confirm matchs or challange/accpect/deny matches
Members may also join a team with that teams password and members can remove them self from the team.

GUID TRACKER:
The guid is a number that a game assaigns when you install it. this numer is 32 or 8 digits long.
I need a way for players to enter there guid number for that game. drop down box for the game and a box to enter there number. The box has a value of 8 or 32 digits letter and numbers
This need to be stored in its own database. When stored in need to be by play, game. IE COD4 would have all that games player and guid.
Admin needs a way to add games to this.
I need a way to referance this against a master ban list.
I have a list of guids that are listed by game. This is a list of baned guid from the punk buster ban list. I need a way to check the guid agaisnt this list.
I also need a easy way to look up players guid numbers something like enter a players name and all there guids come up along with what game the guid is for. I need this in the admin section of the site.

Bear