Sinisterly
free account generator source - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: PHP (https://sinister.ly/Forum-PHP)
+--- Thread: free account generator source (/Thread-free-account-generator-source)



free account generator source - CrackedParadise - 12-25-2017

Hello, I'm looking for an account generator source that makes it so they don't have to sign up (it's ok if they have to sign up) or pay. Thank you.


RE: free account generator source - chunky - 12-29-2017

Uhm what? Could you try to give me a more detailed information about what you are looking for?
As far as I understand you want a website where people get random accounts of your account list by clicking a button?


RE: free account generator source - zorrophreak - 12-30-2017

(12-29-2017, 09:03 PM)chunky Wrote: Uhm what? Could you try to give me a more detailed information about what you are looking for?
As far as I understand you want a website where people get random accounts of your account list by clicking a button?

A lot of websites will just spit out an account from a shared account list when you click a button. Some have it implemented where they only release that account once, or various times. Some have it set up to require you pay to access. Some have account checkers built in.

Its a pain if you're doing more than just spitting out results of a list.

@"CrackedParadise" I assume you're going to be running a site for stuff like this soon?


RE: free account generator source - CrackedParadise - 12-31-2017

(12-30-2017, 04:36 PM)zorrophreak Wrote:
(12-29-2017, 09:03 PM)chunky Wrote: Uhm what? Could you try to give me a more detailed information about what you are looking for?
As far as I understand you want a website where people get random accounts of your account list by clicking a button?

A lot of websites will just spit out an account from a shared account list when you click a button. Some have it implemented where they only release that account once, or various times. Some have it set up to require you pay to access. Some have account checkers built in.

Its a pain if you're doing more than just spitting out results of a list.

@"CrackedParadise" I assume you're going to be running a site for stuff like this soon?

If i get a source then yes.


RE: free account generator source - phyrrus9 - 12-31-2017

(12-25-2017, 06:50 PM)CrackedParadise Wrote: Hello, I'm looking for an account generator source that makes it so they don't have to sign up (it's ok if they have to sign up) or pay. Thank you.

This belongs in the buyer's area.

If you're looking to generate accounts, many applications have REST APIs to do just this. Even less validation is provided if the application has a mobile front end. PHP is probably not what you want to be using though. Check github and gitlab.


RE: free account generator source - CrackedParadise - 12-31-2017

(12-31-2017, 02:01 AM)phyrrus9 Wrote:
(12-25-2017, 06:50 PM)CrackedParadise Wrote: Hello, I'm looking for an account generator source that makes it so they don't have to sign up (it's ok if they have to sign up) or pay. Thank you.

This belongs in the buyer's area.

If you're looking to generate accounts, many applications have REST APIs to do just this. Even less validation is provided if the application has a mobile front end. PHP is probably not what you want to be using though. Check github and gitlab.

I wasn't looking for anyone to sell me one or make it. I wanted it if anyone had it laying around or if they could show me where to get it


RE: free account generator source - phyrrus9 - 12-31-2017

(12-31-2017, 03:46 AM)CrackedParadise Wrote:
(12-31-2017, 02:01 AM)phyrrus9 Wrote:
(12-25-2017, 06:50 PM)CrackedParadise Wrote: Hello, I'm looking for an account generator source that makes it so they don't have to sign up (it's ok if they have to sign up) or pay. Thank you.

This belongs in the buyer's area.

If you're looking to generate accounts, many applications have REST APIs to do just this. Even less validation is provided if the application has a mobile front end. PHP is probably not what you want to be using though. Check github and gitlab.

I wasn't looking for anyone to sell me one or make it. I wanted it if anyone had it laying around or if they could show me where to get it

In that case, a post in the buyer's area would be perfect. if you have no bites there, check github and gitlab


RE: free account generator source - Esoterith - 01-18-2018

PHP alone will not "generate" accounts. You need some sort of source/database that already exists.