#1
Hi, I know everybody's busy but if a trusted member could help me and take a look at my website.

I don't know how to code but I started teaching myself so I made a little python that uses snusbase to search and it displays the results and also uploads the results to pastebin.

It's been a trial and error process because like I said I don't know coding, I just teach myself in my free time when I'm not at work.
Anyway I thought why don't I try to convert this python script to php and use html and javascript so I can display the results and maybe share with a few people.

I got the script working, you just put your search term in the html form and click search and it returns te results for you.

It's working, but it needs refined. It returns all the results in a raw format. The results come back like this:

Code:
 
        [2] => Array
                (
                    [username] => Cumslutn
                    [lastip] => 85.145.46.129
                    [hash] => e4c1adeaa740cae8ab5d5283ec2e7819
                    [salt] => mSA]o
                    [url] => alora forums
                )

            [3] => Array
                (
                    [username] => CumSlut247
                    [email] => lolloloo@gmail.com
                    [lastip] => 70.50.59.128
                    [hash] => 19cc8aa3c383efefd4e8cd10228ac38c
                    [salt] => NK@a`
                    [url] => alora forums
                )

            [4] => Array
                (
                    [username] => cumslut
                    [lastip] => 174.92.128.205
                    [password] =>  kjhdkjhdfs
                    [url] => Xtreme Fish.RS Logs
                )


So Id like to clean up the search results a little bit and maybe turn the results into a combo list like user:pass email:pass etc.

So if anybody that knows what they are doing and is a trusted member wants to help me out, I'd prefer to just talk on telegram so we could message back and forth.


I'm not wanting to share the script till I get it working, and obviously because if we rape it my API will get banned.

if you can help me, Thanks!!