Giter VIP home page Giter VIP logo

csgoshop's Introduction

CSGOShop

A Open-Source CS:GO Marketplace

###What is CSGOShop?

CSGOShop is a marketplace for Counter-Strike:Global Offensive founded by Matty.

###Why is this code Open-Source ?

Our servers were breached the 4th of September and because of this and other things we decided to release it as a open-source platform instead.

###Where is the bot code?

Here: https://github.com/ohMatty/CSGOShop-Steambot

csgoshop's People

Contributors

ohmatty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

csgoshop's Issues

MVC not working

I'm try load /browse page... or anything.. eg = /login...
that not working, help me πŸ‘
working only main page)

Steam login Error

A few days ago I went to loguearme on the web and I have psasa this and do not know why but if anyone knows.

Also on localhost.

It started after the last update of steam.

If someone help me please I appreciate πŸ‘

I UPLOADED files to demo site.

but am getting this error
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

any idea....

how?

how do i work this

wrapper issue how to fix :-/

I always got this problem after uploading on my localhost.

Fatal error: Call to undefined function Imgur\Exception() in C:\xampp\htdocs\libs\imgur-php-wrapper\Imgur.php on line 60

How can i fix it?

500 error

I', upload script and get 500 error

Parse error: syntax error, unexpected '[' in ShopController.php on line 350

I am experiencing some difficulties in CSGOSHOP integration. For some reason I get following error

Parse error: syntax error, unexpected '[' in /public_html/controllers/ShopController.php on line 350

Basically I get error message here
$play = $app->imgur->upload()->string($details['screenshot_playside'])['data'];
What is the possible root cause and how it can be fixed?

Help me

I have this problem :Parse error: syntax error, unexpected '[' in /home/u326474077/public_html/libs/CSGOShop.class.php on line 33

There is not enough room in a single storage bot to store your items.

I have setup my bot and that works fine, I have also set up the website which works for the most part. When it asks for steam trade offer link, originally I was having issues. I figured out that by changing the link from https://www.steam.... to http://www.steam that fixed that issue. so then when loading inventory i had an error on line 171 which i deleted and that fixed that issue. Now when I go to inventory it loads the inventory . When i click an item to request listing it says:

There is not enough room in a single storage bot to store your items.

I have tried placing the bot api and info in the correct places but can't seem to get this part working.

any suggestions, it says not enough room in a single storage bot. What files do I need to edit to ensure the bot is hooked up to the site. Ive tried running the bot, and not running it , tried different accounts they all load the inventory but the same issue occurs.

Any help would be greatly appreciated.

Thank You

Hey guys

Does't not working for website

[tips]Issues with core routes working on localhost

FIRST OF ALL!!! SORRY FOR THE BAD ENGLISH IM FROM SPAIN AND I UNDERSTAND SOME WORDS OF ENGLISH BUT THE VERBAL TIMES ETC MAKE ME TROUBLES... IF U DON'T UNDERSTAND SOMETHING TELL ME PLEASE!

Hi, my name is Carlos NΓΊΓ±ez, maybe you remember me matty :)

Im working on first version of csgoshop web code and I found some issues or problems that I would discuss with the community.

The first one is the log folder. The system as, I can see in my 2 hours of investigation :P, works saving on a error.log all the issues that have any relation with the webpage but... where is that folder?

Right, you need to create that folder and give the properly permissions to work under apache also, inside the folder, you need to create a file named error.log to the correctly work of the system.

The second one is exactly the same like the first one but, this time, with the sessions folder. We need to create a folder where do we need to save the sessions files and then we can start to code. The session folder definition is on the app.php code inside the config folder.

The third and the most fucking hated but not sure if its a problem with the system or with my apache configuration is the named... "redirection infernal bucle of the dead"

If you are trying to run the app and after type the url u get some like http://nameoftheweb.com/nameoftheweb.com/nameoftheweb.com........./preregister you got that fucking error.

REPEAT IM NOT SURE IF IT IS AN ERROR OR A ISSUE WITH MY LOCALHOST SERVER CONFIGURATION.

How I fix it? I fix rewriting the redirect function from this:

public function redirect($url)
{
    $this->app->router->flight->redirect($this->app->config->get('core.url') . $url);
}

to this:
public function redirect($url)
{
$this->app->router->flight->redirect($url);
}

The last one is an error with the core.static function used inside the tpl. My dirty fix of that was write manually the routes of css and images on layout.tpl

UPDATE 7-09-2014 23:18 PM Spanish time:

If you put in your app.php config an empty core url the system works great

Again give thanks to Matty and csgoshop developing team thanks for that work and that free code publish with that we can learn together and get a nice developing experiences.

There was an error in grabbing your Steam inventory.

Anyone got a fix for this?

default.ERROR: Fresh inventory grab failed (SteamAPIException) {"pathway":"steam","message":""} {"route":"[object] (flight\net\Request: {"url":"/account/login?openid

Login failed (User_InventoryError) {"pathway":"unknown","message":"Unable to fetch inventory from Steam or cache"} {"route":"[object] (flight\net\Request: {"url":"/account/

Has anyone figured out how to get the bots running?

I got the site functional but I'm not quite sure how the bots interact with the site.
I went through some of the bot's code and it seems some of the webside files are not provided?

For example:

string PostGetMessages()
        {
            Bot.log.Info("Submitting /api/messages/...");
            var postUrl = "http://staging.csgoshop.com/api/messages/";
            var data = new System.Collections.Specialized.NameValueCollection();
            data.Add("key", Bot.CSGOShopAPIKey);
            postUrl += "?sig=" + Bot.CreateSHA256(Bot.CSGOShopAPIKey, Bot.CSGOShopAPIKey);           
            return SteamWeb.Fetch(postUrl, "POST", data, null, false, "http://staging.csgoshop.com");
        }

If I've missed something, please tell me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.