|
|
bet0x |
|
 E-Blah Member 
Posts: 4
Posts Per Day: 0.00
Time Online: 20 minutes
|
I want for my forum a little plugin to add information for software activations, this is the schema of the table:
|
Code
+-----+------------+-------------------+-----------------------------------------+-----------+----------+
| id | memberName | server_mac | server_hard | server_mu | comments |
+-----+------------+-------------------+-----------------------------------------+-----------+----------+
| 104 | bet0x | 00-0C-29-7E-89-51 | 105A-0000-0000-1FFF-330C-B4DF-D01F-25C2 | bet0x3 | |
+-----+------------+-------------------+-----------------------------------------+-----------+----------+
|
|
This is an example of what i got working in PHP, i want that integrated on my forum, where memberName is the forum username, and the other well, easy to get. The "comments" is for forum admin comments only, this is for auth users, must have a little admin section where i can delete, edit or modify. For user too. The user can do the same. Also i want a "limit" of "how many" licenses the user can add. I got 100$ for who do it. paypal payment. Must be fully integrated with forum ofcourse, i will do it GPL too  P.S: This must be in other table  |
|
|
|
|
|
iCONICA |
|
|
Posts: 1,431
Gender:  Male
Posts Per Day: 0.96
Reputation: 98.25%
Reputation Score: +56 / -1
Time Online: 16 days 2 hours 20 minutes
Location: Manchester UK
|
What exactly is this going to be used for? "Software Activations" to me sounds a little bit illegal? Or have I grabbed the wrong end of that stick? |
| |
|
|
|
|
|
pcmantinker |
|
|
Posts: 486
Gender:  Male
Posts Per Day: 0.25
Reputation: 100.00%
Reputation Score: +11 / -0
Time Online: 3 days 22 hours 25 minutes
Location: Covington, LA
Age: 21
|
This is probably software licenses for which bet0x creates. I don't think that is related to illegal activities. bet0x, please explain to us what the different fields in your table mean. I am unsure of a couple of them. Also, can you go into more detail into what this will be used for? |
| IGA: International Gamers' Alliance: http://www.iga-home.net/Social Networking Website for GamersLife is so much better sober. For it is by grace you have been saved, through faith—and this not from yourselves, it is the gift of God—[Eph 2:8] |
|
|
|
|
|
bet0x |
|
 E-Blah Member 
Posts: 4
Posts Per Day: 0.00
Time Online: 20 minutes
|
¿¿illegal?? WHY illegal :S im paying for this loool.
pcmantinker you are right: for software, manage the licenses and no more, will be GPL when its done. I will write a draft of what i need. |
|
|
|
|
|
iCONICA |
| October 16, 2008, 11:50am |
|
|
Posts: 1,431
Gender:  Male
Posts Per Day: 0.96
Reputation: 98.25%
Reputation Score: +56 / -1
Time Online: 16 days 2 hours 20 minutes
Location: Manchester UK
|
lol, Didn't want to point any fingers. What was meant was software licences like serial keys for software ect.. There are lots of sites which list keys for CS3 etc.. Just wanted to make sure it wasn't for that purpose.. No offence.  |
| |
|
|
|
|
|
Justin |
| October 17, 2008, 11:23pm |
|
|
Posts: 15,196
Gender:  Male
Posts Per Day: 4.37
Reputation: 93.25%
Reputation Score: +304 / -22
Time Online: 37 days 19 hours 48 minutes
Location: Tallassee, AL
Age: 25
|
Where would you like this information entered/stored/shown? Let me know and I'll see if I can create a mod for you, but I don't have much time right now so it may not be for several days/weeks before I can sit down and work on it.  |
| I do installs for $25 and upgrades for $20.Technical support is always free. Donate to E-Blah! My Websites: Revolution Reality (My Blog) | Portfolio"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV |
|
|
|
|
|
bet0x |
| December 20, 2008, 6:57pm |
|
 E-Blah Member 
Posts: 4
Posts Per Day: 0.00
Time Online: 20 minutes
|
The idea is manage with the forum the software what need to have:
1.- Add License Information / Modify / Delete all this information need have a LOG so i can track the changes. 2.- Limit of Licenses by user. 3.- Stored in SQL for the SQL version of eblah. 4.- An download link, i have my software to generate this "license files", the download from a control panel in php.
And no more for the moment, in a few days i will send mi "donation" :] |
|
|
|
|
|
hephnet |
| December 21, 2008, 1:08pm |
|
|
Posts: 74
Gender:  Male
Posts Per Day: 0.06
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 1 days 5 hours 34 minutes
Location: Santa Ana, CA
Age: 28
|
this leads me to believe you're distributing software... could you please elaborate a bit? |
| |
|
|
|
|
|
bet0x |
|
 E-Blah Member 
Posts: 4
Posts Per Day: 0.00
Time Online: 20 minutes
|
this leads me to believe you're distributing software... could you please elaborate a bit?
Is what i asked on the first thread. 1.- A forum user under "X" category add that 2 hashes, he get them from my software. |
|
|
|
|
|
evixion |
|
|
Posts: 226
Gender:  Male
Posts Per Day: 0.19
Reputation: 100.00%
Reputation Score: +6 / -0
Time Online: 7 days 1 hours 34 minutes
Location: Elizabethton, Tennessee
Age: 26
|
I do something essential the same way (with the license). I have it set up where a user has to be a member of a forum group before their license key is generated. I wrote some CMS software that is not free and that is why I need to use it. An idea is to use the E-Blah user account of that user and then check it with an SQL string in PHP if their key is allowed. That is what I did  |
| |
|
|
|
|
|
|