GSM-Forum

GSM-Forum (https://forum.gsmhosting.com/vbb/)
-   GSM Programming & Reverse Engineering (https://forum.gsmhosting.com/vbb/f83/)
-   -   BB php source (https://forum.gsmhosting.com/vbb/f83/bb-php-source-1423320/)

fr3nsis 02-02-2012 20:44

Blackberry php source
 
because some guys are trying to sell free thing here is it

Note: it's my first "web application" on php , i code on asp.net , so code is ugly but seems to work fine

http://pastebin.com/9XzNa01i

fr3nsis 02-03-2012 09:40

if is delphi you ask for php , if php you ask for vb...come on take a book or use google and do yourself! i never write any single line on php and i spend 30 minutes of my time for do it!

ps. on source replace

for ($i = 1; $i <= 4; $i++) echo "<pre>Mep".$i.": ".myhash2code (my_sha1 ($Imei,$pass,$i),$mep)."\n";

with

for ($i = 1; $i <= 4; $i++) echo "<pre>Mep".strval($i+1).": ".myhash2code (my_sha1 ($Imei,$pass,$i),$mep)."\n";

or with
for ($i = 0; $i <= 4; $i++) echo "<pre>Mep".strval($i+1).": ".myhash2code (my_sha1 ($Imei,$pass,$i),$mep)."\n";

neor 02-03-2012 10:39

you
Mep1: 73531xxxxx150386 = real MEP2
Mep2: 28663xxxx0113403 = real MEP3
Mep3: 48397xxxx3576620 = real MEP4
Mep4: 22765xxxx6201736 = real MEP5

and y3kt v1.4
MEP1: 0170xxxx47342198 => where is it ?
MEP2(NCK): 73xxxx7603150386 => you MEP1
MEP3: 28663xxxxx113403
MEP4: 48397xxxx3576620
MEP5: 2276xxxx6201736

I replace

}else{
$size=15;
by
}else{
$size=16;

thanks for the job ;)

fr3nsis 02-03-2012 10:50

solution is on my last post or just not do copy/paste without try to understand code

about 15 or 16 , if the for starts from 0 need to be 15

drg-mobile 02-03-2012 22:38

Quote:

Originally Posted by fr3nsis (Post 8119754)
because some guys are trying to sell free thing here is it

Note: it's my first "web application" on php , i code on asp.net , so code is ugly but seems to work fine

<?php $Imei="355466040328886"; $mep="MEP-31845-001"; $pass=createPrivateP - Pastebin.com

THANK YOU :D:D:D:D

I posted that I was selling php source in sales section, but only to try stopping fingusio from ripping people off for $200, I had no intention of selling the one I coded, even though it is much better than yours or the one fingusio is selling :D:D:D:D

BR
Des

fingusio 02-03-2012 23:00

PHP BB source is coded by my coder.
Till now i never saw any free BB PHP. So if will be free somewhere i also give it all source in PHP (two files, one main code, second file with meps).

I never advocated anyone to buy it. If have many customers and need buy so buy. If have 2per month dont buy - its easy.

I try contact with people who buy from Us and can paste here opinion.

danney 02-04-2012 02:03

Quote:

Originally Posted by drg-mobile (Post 8122305)
THANK YOU :D:D:D:D

I posted that I was selling php source in sales section, but only to try stopping fingusio from ripping people off for $200, I had no intention of selling the one I coded, even though it is much better than yours or the one fingusio is selling :D:D:D:D

BR
Des


So.... Post it!!!;) dont you?....

neor 02-04-2012 10:40

test version by me

test - Pastebin.com

orbita 02-04-2012 10:48

Quote:

Originally Posted by neor (Post 8123411)
test version by me

test - Pastebin.com

Great implementation :)

Just a sugestion, put mep in array and use array_search function from php :)
code will be 50% short and more faster .

Maxpayn3 02-04-2012 16:42

16 digit works perfectly... 8 digit - last number missing
Example
IMEI : 012345678901234
MEP : MEP-30218-002

Mep2(NCK): 6927171x

Mep4: 1550136x


Actual value

MEP2: 69271717
MEP4: 15501362

neor 02-04-2012 17:59

fix
if ($pos>0){
$size=7;
to
if ($pos>0){
$size=8;

bluezak 02-05-2012 04:03

Quote:

Originally Posted by Maxpayn3 (Post 8124475)
16 digit works perfectly... 8 digit - last number missing
Example
IMEI : 012345678901234
MEP : MEP-30218-002

Mep2(NCK): 6927171x

Mep4: 1550136x


Actual value

MEP2: 69271717
MEP4: 15501362

looks like

6+1
Mep2(NCK):69271717 first digit + 5th digit = 7
Mep4:15501362 first digit + 5th digit = 2

seifhatem 02-05-2012 06:53

Subtract the second and the third number also ;)

FFX 02-05-2012 17:37

Quote:

Originally Posted by orbita (Post 8123441)
Great implementation :)

Just a sugestion, put mep in array and use array_search function from php :)
code will be 50% short and more faster .

Could you give an example of how you would use in this case?. Sorry for the inconvenience but barely learn. thanks

fr3nsis 02-05-2012 18:45

Quote:

Originally Posted by dennis27 (Post 8125299)
looks like

6+1
Mep2(NCK):69271717 first digit + 5th digit = 7
Mep4:15501362 first digit + 5th digit = 2

dont know why , probably the cold :) , i not remember to add = on cicle so
on source is

if ($pos>0){
$size=7;
}else{
$size=15;
}
for ($i = 0; $i < $size; $i++) {

instead must be

if ($pos>0){
$size=7;
}else{
$size=15;
}
for ($i = 0; $i <= $size; $i++) {

if you want have 7 or 15 like size values


All times are GMT +1. The time now is 09:47.


vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -

Page generated in 0.16560 seconds with 6 queries

SEO by vBSEO