Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access denied #40

Open
Wolterhon opened this issue Jun 8, 2017 · 13 comments
Open

Access denied #40

Wolterhon opened this issue Jun 8, 2017 · 13 comments

Comments

@Wolterhon
Copy link

Wolterhon commented Jun 8, 2017

I don't know why, but I get "Error: Access denied".
My code:
`<?php
define('php-steamlogin', true);
require('main.php');
require_once('classes/steam.class.php');
include_once("./api/AuthFunctions.php");
$SteamAuth = new SteamAuth;
$twofactorcodeis = $SteamAuth->GenerateSteamGuardCode("mycode");

$SteamLogin = new SteamLogin(array(
'username' => 'login',
'password' => 'pass',
'datapath' => dirname(FILE)
));

if($SteamLogin->success){
$logindata = $SteamLogin->login(null, $twofactorcodeis);

$steam = new SteamTrade();
$steam->setup($logindata['sessionId'],$logindata['cookies']);
$steam->loadMyInventory(730,1);

if($SteamLogin->error != '') echo $SteamLogin->error;

}else{
echo $SteamLogin->error;
}
?>`

With login details everything is fine, script of other guy successfully tells me sessionId, cookies and steamId. But with loading my inventory something went wrong...

@emdy
Copy link

emdy commented Jun 8, 2017

Lib is bloken! I (made/have) php full bot script - tradeoffers, mobile auth, curl apis to get inv. etc. for 100euro. Your future not myne.

@Wolterhon
Copy link
Author

Wolterhon commented Jun 8, 2017

Why do you think it's broken? And 100 euro is too much for just a lib that has free analogs.

@Wolterhon
Copy link
Author

Could you give me just part with tradeoffers? I don't need other ones.

@Wolterhon
Copy link
Author

Answer please

@emdy
Copy link

emdy commented Jun 8, 2017

I made script from zero from research in steam logs. If you think free stuff gona let you build shop or gambling site than ur wrong :(

@emdy
Copy link

emdy commented Jun 8, 2017

There is even more steam apis that you didnt or wount know because there not public.

@Wolterhon
Copy link
Author

You didn't answer why do you think it's broken. Everything you told me upper are things that I don't need at all.

@Wolterhon
Copy link
Author

I just need tradeoffers PHP api.

@emdy
Copy link

emdy commented Jun 9, 2017

Because in this lib all php curl need to be updated. You need tradeoffers and mobile auth togther and than you can trade fully.

@Wolterhon
Copy link
Author

I don't need mobile auth, I have another scpipt of another cool man. Or I can use escrow abuse.

@emdy
Copy link

emdy commented Jun 9, 2017

No one gives you correct answer for fun. My last word: pay or learn by urself!

@Wolterhon
Copy link
Author

I'll learn by myself)

@Wolterhon
Copy link
Author

Everything is fine now :) I use node.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants