Pages:
Author

Topic: [ANN]NEW UNOCS SITE - page 4. (Read 5515 times)

newbie
Activity: 22
Merit: 0
July 25, 2013, 07:47:49 AM
#63
Seriously this trolling should stop.

To the negative people, if you guys are so smart and wise why invest so much time in reply's on a project that in your eyes is a failure?

Why not put that time in something that makes you happy AND money?

Please.. tell me why?

Something my business tutor taught me is to surround myself with positivity, also well used in a song of Destiny's Child Smiley  (if i surrounded myself with positive things i'll gain prosperity).
Since this whole coin business is mainly developed to gain financial prosperity my one question is...

Why spend so much time on negativity?

And unless you donate 50% of your coin profit to charity I won’t take “to protect others“  for an answer.

sr. member
Activity: 399
Merit: 250
July 25, 2013, 07:06:48 AM
#62
You don't have any clue, have you? I've seen all those templates for the payment site (the bridge) as you call it.... it's on the same server... finally iamatrix managed it to close his directories.... fine...

sr. member
Activity: 462
Merit: 250
PXC Research Team
July 25, 2013, 06:18:44 AM
#61
Because if I hadn't said anything about the directories being unsecured I could easily see this turning into real numbers in the future.

The main issue here is the excessive carelessness with the coding.

If you are not ready for release, then delay the release. Quit dragging out the launch and rushing everything.

Take time to do things right, and make sure the product you are releasing is secure throughout.

Guys he is doing what he should be doing. As I told you UNOCS site was not important but bridge site is more important. And currently they are working on it. this is just an announcement site.
sr. member
Activity: 399
Merit: 250
July 24, 2013, 09:38:29 PM
#60
You are the dev, so tell us, we are very curious...
member
Activity: 98
Merit: 10
July 24, 2013, 09:35:41 PM
#59
Because if I hadn't said anything about the directories being unsecured I could easily see this turning into real numbers in the future.

The main issue here is the excessive carelessness with the coding.

If you are not ready for release, then delay the release. Quit dragging out the launch and rushing everything.

Take time to do things right, and make sure the product you are releasing is secure throughout.
full member
Activity: 168
Merit: 100
July 24, 2013, 09:21:05 PM
#58
Did you not even click the link? Those are credit card numbers...


Since when do credit card numbers start with 7?

Maybe some store chain or something... lol
hero member
Activity: 868
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
July 24, 2013, 09:04:54 PM
#57
Did you not even click the link? Those are credit card numbers...

Most likely not real credit card numbers but some sort of fantasy credit card (future world dominating Feathercoin credit card) numbers or some kind of mockups, placeholders and so on...




BTW, could someone point me to the Phenixcoin block explorer please?

Yep those are all fake #'s.

I agree; the launch probably should have been pushed back a bit so all the bugs/exploits can be patched.
full member
Activity: 168
Merit: 100
July 24, 2013, 09:04:03 PM
#56
Did you not even click the link? Those are credit card numbers...

Most likely not real credit card numbers but some sort of fantasy credit card (future world dominating Feathercoin credit card) numbers or some kind of mockups, placeholders and so on...




BTW, could someone point me to the Phenixcoin block explorer please?


here need some some help....

lmao...

Code:
/*
PHP credit card number generator
Copyright (C) 2006 Graham King [email protected]

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/


$featherPrefixList[]  =  "7010";
$featherPrefixList[]  =  "7011";
$phenixPrefixList[]  =  "7020";
$phenixPrefixList[]  =  "7021";
$worldPrefixList[]  =  "7030";
$worldPrefixList[]  =  "7031";


/*
'prefix' is the start of the CC number as a string, any number of digits.
'length' is the length of the CC number to generate. Typically 13 or 16
*/
function completed_number($prefix$length) {

    
$ccnumber $prefix;

    
# generate digits

    
while ( strlen($ccnumber) < ($length 1) ) {
        
$ccnumber .= rand(0,9);
    }

    
# Calculate sum

    
$sum 0;
    
$pos 0;

    
$reversedCCnumber strrev$ccnumber );

    while ( 
$pos $length ) {

        
$odd $reversedCCnumber$pos ] * 2;
        if ( 
$odd ) {
            
$odd -= 9;
        }

        
$sum += $odd;

        if ( 
$pos != ($length 2) ) {

            
$sum += $reversedCCnumber$pos +];
        }
        
$pos += 2;
    }

    
# Calculate check digit

    
$checkdigit = (( floor($sum/10) + 1) * 10 $sum) % 10;
    
$ccnumber .= $checkdigit;

    return 
$ccnumber;
}

function 
credit_card_number($prefixList$length$howMany) {

    for (
$i 0$i $howMany$i++) {

        
$ccnumber $prefixListarray_rand($prefixList) ];
        
$result[] = completed_number($ccnumber$length);
    }

    return 
$result;
}

function 
output($title$numbers) {

    
$result[] = "";
    
$result[] = "

$title

"
;
    
$result[] = implode(''$numbers);
    
$result[]= '
';

    return 
implode(''$result);
}

#
# Main
#


$visa16 credit_card_number($featherPrefixList1610);
echo 
output("Feathercoin"$visa16);
echo 
"
";

$visa16 credit_card_number($phenixPrefixList1610);
echo 
output("Phenixcoin"$visa16);
echo 
"
";

$visa16 credit_card_number($worldPrefixList1610);
echo 
output("Worldcoin"$visa16);
echo 
"
";


?>

legendary
Activity: 2772
Merit: 1028
Duelbits.com
July 24, 2013, 08:57:27 PM
#55
Can't wait for this to go live... could live without this delay thing of course but it's a thing no alt coin ever came close, not even "the mighty" litecoin.

Take your time guys, it would be better if it went as scheduled but day, two or week it's nothing in big scheme of things,  and make it work and to be secure, trolls will eat their words when it's done and I'm going to enjoy it Smiley
sr. member
Activity: 399
Merit: 250
July 24, 2013, 08:10:38 PM
#54
Did you not even click the link? Those are credit card numbers...

Most likely not real credit card numbers but some sort of fantasy credit card (future world dominating Feathercoin credit card) numbers or some kind of mockups, placeholders and so on...




BTW, could someone point me to the Phenixcoin block explorer please?
sr. member
Activity: 462
Merit: 250
PXC Research Team
July 24, 2013, 08:10:14 PM
#53
UNOCS bridge site will be out. UNOCS site was not important to protect.

Really. Not important to protect? A secure payment gateway? Maybe you didn't see the files I have seen. For me it looked like a very quick and unprofessional payment something. Maybe it could even work one day, but definitely not very soon. But maybe it was just to make some nice screenscots or very basic functionality to convince you lemmings to invest further into these copycoins.

Would you say files like this one shouldn't be protected? -> http://www.unocs.com/includes/cards.php -> http://pastebin.com/HT4HiMuX



The UNOCS site is not going to be used for transactions a child could tell that. There is a separate site which will be used for UNOCS bridge. The use of the original UNOCS site is for announcements only. Do you think that announcements are really important to protect. And if you are talking about protection then you can see that nobody can see those links now it didn't take time to block those links for public. This shows that they were not taking the site seriously but you guys made them to think about that and wasted some time of theirs.

Did you not even click the link? Those are credit card numbers...

Do you guys really think they are real I can make a file like that with my own hands. Wake up guys. Even if that file was made by developers it should have been made for testing purposes with fake numbers.
sr. member
Activity: 399
Merit: 250
July 24, 2013, 08:09:04 PM
#52



They have an image hidden of them being PCI compliant but no way is that compliant by any means.



That PCI picture was visible on the left site on this template page, which was the template for the start page of UNOCS, where you enter a clientID, a user name and a password.

unocs.com/cache/%25%25C7%5eC7A%5eC7A563BE%25%25bridge1.tpl.php  <- they finally managed to protect it  Grin

member
Activity: 98
Merit: 10
July 24, 2013, 08:04:27 PM
#51
UNOCS bridge site will be out. UNOCS site was not important to protect.

Really. Not important to protect? A secure payment gateway? Maybe you didn't see the files I have seen. For me it looked like a very quick and unprofessional payment something. Maybe it could even work one day, but definitely not very soon. But maybe it was just to make some nice screenscots or very basic functionality to convince you lemmings to invest further into these copycoins.

Would you say files like this one shouldn't be protected? -> http://www.unocs.com/includes/cards.php -> http://pastebin.com/HT4HiMuX



The UNOCS site is not going to be used for transactions a child could tell that. There is a separate site which will be used for UNOCS bridge. The use of the original UNOCS site is for announcements only. Do you think that announcements are really important to protect. And if you are talking about protection then you can see that nobody can see those links now it didn't take time to block those links for public. This shows that they were not taking the site seriously but you guys made them to think about that and wasted some time of theirs.

Did you not even click the link? Those are credit card numbers...
sr. member
Activity: 462
Merit: 250
PXC Research Team
July 24, 2013, 08:03:33 PM
#50

Seriously Limbaugh tell me from where you have got these professional trolling skills. Don't waste them here. They are precious.

Run along now nawazish1, the grownups are talking.

I had a LOL moment at that word. Cheesy
sr. member
Activity: 462
Merit: 250
PXC Research Team
July 24, 2013, 08:01:43 PM
#49
UNOCS bridge site will be out. UNOCS site was not important to protect.

Really. Not important to protect? A secure payment gateway? Maybe you didn't see the files I have seen. For me it looked like a very quick and unprofessional payment something. Maybe it could even work one day, but definitely not very soon. But maybe it was just to make some nice screenscots or very basic functionality to convince you lemmings to invest further into these copycoins.

Would you say files like this one shouldn't be protected? -> http://www.unocs.com/includes/cards.php -> http://pastebin.com/HT4HiMuX



The UNOCS site is not going to be used for transactions a child could tell that. There is a separate site which will be used for UNOCS bridge. The use of the original UNOCS site is for announcements only. Do you think that announcements are really important to protect. And if you are talking about protection then you can see that nobody can see those links now it didn't take time to block those links for public. This shows that they were not taking the site seriously but you guys made them to think about that and wasted some time of theirs.
member
Activity: 98
Merit: 10
July 24, 2013, 08:01:24 PM
#48
UNOCS bridge site will be out. UNOCS site was not important to protect.

Really. Not important to protect? A secure payment gateway? Maybe you didn't see the files I have seen. For me it looked like a very quick and unprofessional payment something. Maybe it could even work one day, but definitely not very soon. But maybe it was just to make some nice screenscots or very basic functionality to convince you lemmings to invest further into these copycoins.

Would you say files like this one shouldn't be protected? -> http://www.unocs.com/includes/cards.php -> http://pastebin.com/HT4HiMuX

Some kind of credit card numbers in an unprotected readable php file? Free to download from a "secure gateway" you will use to send and recieve funds? Nah, that's not my bank.



Holy crap, that is a serious issue.

They have an image hidden of them being PCI compliant but no way is that compliant by any means.

https://www.pcisecuritystandards.org/organization_info/contact.php
legendary
Activity: 2730
Merit: 7065
July 24, 2013, 07:59:42 PM
#47
LOL Dego  Grin
legendary
Activity: 1311
Merit: 1000
July 24, 2013, 07:53:38 PM
#46

Seriously Limbaugh tell me from where you have got these professional trolling skills. Don't waste them here. They are precious.

Run along now nawazish1, the grownups are talking.
sr. member
Activity: 399
Merit: 250
July 24, 2013, 07:49:07 PM
#45
UNOCS bridge site will be out. UNOCS site was not important to protect.

Really. Not important to protect? A secure payment gateway? Maybe you didn't see the files I have seen. For me it looked like a very quick and unprofessional payment something. Maybe it could even work one day, but definitely not very soon. But maybe it was just to make some nice screenscots or very basic functionality to convince you lemmings to invest further into these copycoins.

Would you say files like this one shouldn't be protected? -> http://www.unocs.com/includes/cards.php -> http://pastebin.com/HT4HiMuX

Some kind of credit card numbers in an unprotected readable php file? Free to download from a "secure gateway" you will use to send and recieve funds? Nah, that's not my bank.

sr. member
Activity: 462
Merit: 250
PXC Research Team
July 24, 2013, 07:46:43 PM
#44


The best part of the scam, something I have been trying to figure out for a while, is that PXC gambling is most likely illegal in the USA. They will have to shut down USA servers and relocated them as well as restrict US access to the websites.




They never planned that far ahead. They hoped to have dumped the premine by now but the release of a 100 other turdcoins stole their thunder. The sham continues.....

Seriously Limbaugh tell me from where you have got these professional trolling skills. Don't waste them here. They are precious.
Pages:
Jump to: