Archive

Posts Tagged ‘the moment’

Work On My Site

August 23rd, 2009 Comments off

I need the following things done on my site – www.blau-weiss-erc.org

1. Users can register themselves at the moment. When a User registers I need an Email sent to the Admin (me). So I need an addition for the backend so that I can add an address where the Email should be send to. Also the registering file needs to be changed that an Email gets send to this address.

2. At the moment registered Users can rate a video and also add comments to a video. I need the same for the pictures that are in the gallery.

3. When a User clicks on a picture to see the original size there is a while (especially on slow internet connections) where nothing happens on the screen. So the User should see something that the pic is loaded. Here is an example of what I mean when you click on the pic on the bottom – http://community.woltlab.com/db/index.php?page=Project&projectID=1083

4. All the ratings and comments that are given for a picture or a video need to be editable for me in the backend.

5. I can create players in the backend and enter their nationality. At the moment I do that manually by writing the nationality. I can also create countries in the back which I would like to use as the nationality. So when creating or editing a player I want a drop down of all the nationalities that I already created. When saving it should save this with the player.

Please do NOT send references unless I ask for them.

Multilanguage

August 15th, 2009 Comments off

My site works in multiple languages, but not everything is translateable.

This is my site: http://blau-weiss-erc.org/index.php

On the right top you see all the languages available at the moment.

On the left bottom you see “Umfrage” which is Poll in german (german is the default language)
Below that you see the sentence “There is no poll at the moment!”
This sentence is in my file global.php in the “includes” folder.

Normally my language is in the “language” folder in the files called “german.php”, “english.php” etc.

How can I make it work, that I can get the sentence “There is no poll at the moment!” into the language files?

In the language files it looks like this:
$lang['othernews'] = “Other News”;
and is displayed in a template.php like this:
<?=$lang['othernews']?>

The sentence in the global.php is in this function:
function show_latest_poll()
{
global $config;

$query = mysql_query(“SELECT * FROM “.$config['prefix'].”polls ORDER BY poll_id DESC LIMIT 1″);
if (mysql_num_rows($query) == 0)
echo “There is no poll at the moment!”;
else
{
$data = mysql_fetch_array($query);

$poll_content = unserialize($data['poll_content']);

include(“templates/front/poll_sidebar.php”);
}
}

Please let me know how I can make this work.

Do NOT send references unless I ask for them.

Website Fixed

August 6th, 2009 Comments off

I need problems on my website fixed. The website is www.hockey-pbem.de/site
The game is a PBEM game: http://en.wikipedia.org/wiki/Play-by-mail_game

The following problems need to be fixed:

1. Play Offs
When the regular season is played, the Play Offs start. At the moment the play off games are shown in the schedule (http://www.hockey-pbem.de/site/match_schedule.php) as game days 27 to 41. Before the play offs start, these game days are not visible. I need these game days shown on a seperate page with a link on the left side. The games for the play offs are seperated in the following game days:
27-31 : Quarter Final
32-36 : Semi Final
37-41 : Final
Here is an example of how it could look like: http://www.hockey-pbem.de/del/_playoff1.php

2. Goals for the play offs
Every team gets a number of goals they can use for their games during the regular season and they can not use more than this number of goals. The number is set in the backend. For example 60 home goals and 40 away goals.
I need this for the play offs as well, so that I can set seperate numbers of goals for the play offs.

3. Calculating the score in the play offs
If a team has no manager, the goals are set by a cron file. You need to change this file so that the goals are taken from the number of goals set in the backend. If the computer calculates the goals, it needs to pretend that it sets goals for all games so that not all goals get used in the first games. The max goal per game is 10.

4. Days between the play off games
At the moment I can set the free days between games in the backend for the season. I need this for the play offs as well. So that I can say the quarter final is on day 1, then three days off which means the semi final is on day 5. This is all real dates!

5. End season – Play off winner
I need a button in the backend, that moves the play off winner one league higher if a league higher exists.

6. End season – New season
I need a button that resets all the values to zero so that a new season can be started.

7. Set goals
When a User sets goals for his team he has to do that in a pair of games. For example games 1-4, 5-7, 8-10 etc.
At the moment the user has to hit save after each game instead of saving all goals for the game group at once. I need this changed so that goals for all game days in a group get saved at the same time.

Please let me know if you have questions.

Please do NOT send references unless I ask.

I will not give you access to my server. I will provide the full code to you and you need to work on your server and send me the final version for testing.

Website Fixed

August 4th, 2009 Comments off

I need problems on my website fixed. The website is www.hockey-pbem.de/site
The game is a PBEM game: http://en.wikipedia.org/wiki/Play-by-mail_game

The following problems need to be fixed:

1. Play Offs
When the regular season is played, the Play Offs start. At the moment the play off games are shown in the schedule (http://www.hockey-pbem.de/site/match_schedule.php) as game days 27 to 41. Before the play offs start, these game days are not visible. I need these game days shown on a seperate page with a link on the left side. The games for the play offs are seperated in the following game days:
27-31 : Quarter Final
32-36 : Semi Final
37-41 : Final
Here is an example of how it could look like: http://www.hockey-pbem.de/del/_playoff1.php

2. Goals for the play offs
Every team gets a number of goals they can use for their games during the regular season and they can not use more than this number of goals. The number is set in the backend. For example 60 home goals and 40 away goals.
I need this for the play offs as well, so that I can set seperate numbers of goals for the play offs.

3. Calculating the score in the play offs
If a team has no manager, the goals are set by a cron file. You need to change this file so that the goals are taken from the number of goals set in the backend. If the computer calculates the goals, it needs to pretend that it sets goals for all games so that not all goals get used in the first games. The max goal per game is 10.

4. Days between the play off games
At the moment I can set the free days between games in the backend for the season. I need this for the play offs as well. So that I can say the quarter final is on day 1, then three days off which means the semi final is on day 5. This is all real dates!

5. End season – Play off winner
I need a button in the backend, that moves the play off winner one league higher if a league higher exists.

6. End season – New season
I need a button that resets all the values to zero so that a new season can be started.

7. Set goals
When a User sets goals for his team he has to do that in a pair of games. For example games 1-4, 5-7, 8-10 etc.
At the moment the user has to hit save after each game instead of saving all goals for the game group at once. I need this changed so that goals for all game days in a group get saved at the same time.

Please let me know if you have questions.

Please do NOT send references unless I ask.

I will not give you access to my server. I will provide the full code to you and you need to work on your server and send me the final version for testing.

Improve My Logo

July 27th, 2009 Comments off

i have created a logo for my company which at the moment is fairly basic as well as a flat layer.

I am after someone to recreate this logo as an editable and a printable file whilst keeping the exact same design, however improving it ever so slightly as at the moment it’s very small so the print quality of anything of then an inch is terrible, and i want it to look more cartoony and like slices of fruit but not too cimplicated so it can be resized to very small and still keep some detail.

I know exactly what i am after and the work required should be very minimal as the logo design is alreayd created, the winner will just have to make changes and send it back as a vector file so it can be resized and printed with no loss of quality, and also make it look a little more like a piece of fruit e.g. limewire logo (not like for like but you get the idea)

i have just had an aweful experience with the designer i chose in that he never would create anything new, only copy and paste the samples i liked so i cancelled with him and have lost a lot of time so NO TIME WASTERS, if you are going to just copy and paste images together then don’t bother, i can do this myself.

the first image is the logo i have at the moment, the second is how it gets used so you understand it better. i want it a little more fruity, but the key thing is simplicity

Oscommerse Tasks

July 11th, 2009 Comments off

A few things need to be fixed/changed in the companies osCommerse site.

Here is a list:

1) At the moment , even if the payment hasn’t gone through the order still shows up in the admin section once they checkout. I need it so only when they pay it comes in the admin list or some sort of clear justification about who’s paid and who has not.

2) The order tracking system – Modify the given order numbers to random numbers and characters. Not 1 , 2 , 3 , 4 , like it is now.
Here is the link: http://esgoods.com/order_tracking.php?osCsid=63f7f47c3c8626fe89ce5f1d7d057275
Once payment is complete the order number should come up on screen.

3)Install an excellent live support script on homepage if you have one. Else do not worry , we can provide you with one to install and place =].

4) At the moment you must register to purchase a product , get rid of this. The shipping address will be the paypal address. This can be changed when the order is tracked.

5) Allow me to add images or customize the email sent out when order is placed.

6)Under each product the shipping cost should display. if it is free shipping then this must be written in green font , saying “free shipping”. It does this at the moment but only with the frontpage , need with all products.

ONLY IF YOU CAN DO IT THEN BID ELSE GO! If you think you can fix this by searching on google , sorry no. This is a customized website which requires PHP knowledge not search engine knowledge.

Need it asap. Write “r3ad” , at the end of your bid. So we know you are not a bot of some sort.

Bid.
I do not want someone who will say they got into an accident and ditch me , finish the job ASAP. Need this today.

Oscommerse Tasks

July 5th, 2009 Comments off

A few things need to be fixed/changed in the companies osCommerse site.

Here is a list:

1) At the moment , even if the payment hasn’t gone through the order still shows up in the admin section once they checkout. I need it so only when they pay it comes in the admin list or some sort of clear justification about who’s paid and who has not.

2) The order tracking system – Modify the given order numbers to random numbers and characters. Not 1 , 2 , 3 , 4 , like it is now.
Here is the link: http://esgoods.com/order_tracking.php?osCsid=63f7f47c3c8626fe89ce5f1d7d057275
Once payment is complete the order number should come up on screen.

3)Install an excellent live support script on homepage if you have one. Else do not worry , we can provide you with one to install and place =].

4) At the moment you must register to purchase a product , get rid of this. The shipping address will be the paypal address. This can be changed when the order is tracked.

5) Allow me to add images or customize the email sent out when order is placed.

6)Under each product the shipping cost should display. if it is free shipping then this must be written in green font , saying “free shipping”. It does this at the moment but only with the frontpage , need with all products.

ONLY IF YOU CAN DO IT THEN BID ELSE GO! If you think you can fix this by searching on google , sorry no. This is a customized website which requires PHP knowledge not search engine knowledge.

Need it asap. Write “r3ad” , at the end of your bid. So we know you are not a bot of some sort.

Bid.
I do not want someone who will say they got into an accident and ditch me , finish the job ASAP.

Customize Oscommerse.only Pros

July 4th, 2009 Comments off

A few things need to be fixed/changed in the companies osCommerse site.

Here is a list:

1) The order is placed even though the customer hasn’t paid. You must make it so when only the customer pays then the order is placed. At the moment you can buy the item and on the way to checking out and paying if you exit , the order is placed. MAKE IT SO WHEN YOU PAY THEN IT IS PLACED.

2) The order tracking system – Modify the given order numbers to random numbers and characters. Not 1 , 2 , 3 , 4 , like it is now.
Here is the link: http://esgoods.com/order_tracking.php?osCsid=63f7f47c3c8626fe89ce5f1d7d057275
Once payment is complete the order number should come up on screen.

3)Install an excellent live support script on homepage.

4) At the moment you must register to purchase a product , get rid of this. The shipping address will be the paypal address. This can be changed when the order is tracked.

5) Allow me to add images or customize the email sent out when order is placed.

6)Under each product the shipping cost should display. if it is free shipping then this must be written in green font , saying “free shipping”. It does this at the moment but only with the frontpage , need with all products.

ONLY IF YOU CAN DO IT THEN BID ELSE GO! If you think you can fix this by searching on google , sorry no. This is a customized website which requires PHP knowledge not search engine knowledge.

Need it asap. Write “r3ad” , at the end of your bid.

Bid.
I do not want someone who will say they got into an accident and ditch me , finish the job ASAP.

Mysql Employment Database

April 9th, 2009 Comments off

Hi,
1. I need help with a few things that arent going right with the script. After a client registers I want the activation email to link back to my main website not the login as it does now as my site is in frames
2. An email sent to me after someone has registered.
3. The registration and login inputs to be on the same page.
4. Forms to be centered at the moment they are set to the right.
5. Multiple uploads for resumes at the moment its only one.
6. To add a wanted job posting script
7. Left navigation panel to be deleted except on the page it goes to when the user logs in
8. Post a job (at the moment you have to be logged in) I need that link to work without logging in as I want that link to go to paypal and need advise as how this will work.
9. A user friendly admin section
I used the script jobhut if you are familiar with it
Thanks

Bear