Wallet system like odesk [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Hello guys I am currently developing an auction website with the yii framework and I am planning on implementing a wallet system for my users like in odesk..however I am not so sure about the security.. my questions is:
What are the risks for this wallet system?
Are there any extensions out there for this system?
Thanks..Sorry for my bad english.

The main risk that such a system will expose you to has nothing to do with programming, but is worth mentioning anyway: operating such a system will cause your web site to be classified by many governments as a money transmitter, which will impose a number of complex legal requirements on you. It will also make it very difficult for you to move money in and out of the system, as most of the normal providers (e.g, credit card processors and PayPal) do not permit the operation of money transmitters.
Consult a lawyer for details. This stuff is very complicated, and the details will depend on what countries you intend to do business in.

Related

standard automatic login on a partnership website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
i want to login from my website via link on a partnership website. To program this with PHP, is not a problem for me. But i ask myself if there is a standard or good practice to do this.
My current solution is to use a proxy. Does anyone have a better idea?
Many thanks.
You should definitely take care that the link for log in on that partner website is only valid once. Moreover, you should take care of timing attacks, etc.
The best thing is that you use one-time tokens and that your websites communicate with each other via an internal API. This prevents most of the issues.

PHP site - as service - how to separate it as modules or addins with easy integration [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
i am creating a php website as a service. My customers pay me annual fee and they will use this service during this time.
My question: I want to provide several features. And some customers needs only certain features. Some needs custom made features. So how to separate it as modules or addins when coding, keeping it simple for integration to the site.
Please guide me.
Example site: Shiftcode.com
Check their gpt sites admin panel.
thanku
You can have a look at http://www.symfony-project.org/, a very good framework for PHP development. It has a nice routing feature that can fit your needs. And you will gain unit test framework and a lot of other things.
before decide about developing such complex application, have a look at existing ones like WordPress Multisite/Network

PHP solution for Epaper [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am working on a news paper website which has epaper facility. I am developing it in php.
Is there any script or something else where I can learn how to make an epaper site.
I want solution like this http://epaper.timesofindia.com/Default/Client.asp?Daily=TOIM&showST=true&login=default&pub=TOI&Enter=true&Skin=TOINEW&AW=1333084145015
Please help me out..
ePaper in your context is a web app developed by Pressmart, and it appears to be proprietary, or at the very least not developer-friendly. So I highly doubt there have been advances in PHP libraries for it.
I'm sure as a partner, they have internal documentation and tech support that you can request more information from. They may even have a web API with PHP examples (I've seen worse companies that knew they had to keep up).
This is all info I've gathered in the last 7 minutes, so there may be more out there. But you should always reach out to the developer support of the product if they don't have easy access to documentation, as this is a sure-sign that there is not a large population of developers in the general community that will know what you're talking about, let along give insight.

Payment system - in Europe [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I need a simple online payment system available for Europe. I'm thinking at PayPal as a solution. Any other recommendations?
This question lacks information.
You pick an payment system based on information like:
Which countries do I need payment methods for? Which company offers me all these methods so I don't need to implement multiple payment providers.
How much value/profit will my average order be, and how much transaction costs am I able to pay?
Which system suits the costs I can spare for implementation?
Perhaps the payment system has a synergy with my administration system?
without more detailed information, the answer to this question will not be of value.
Well i could recommend Ideal for the Netherlands but other then that paypal, clickandbuy and western union.

Accounting Management Solution [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Well, my question is about Accounting Management.
I have a system already, it's work fine, but now I need to control the follow intems.
ACCOUNTS RECEIVABLE (My Invoices)
ACCOUNTS PAYABLE
SETTLE ACCOUNTS
CASH FLOW
GENERAL LEDGER
FIXED ASSETS
PAYROLL
On ACCOUNTS RECEIVABLE I have all my invoice system.
The rest, I need to work on it.
Is this the right way to start a new accounting module?
Does Anybody have a good source of knowledge about accounts?
Yes. Go that way, really fast. If something gets in your way ... turn.

Categories