Search found 106 matches

by killfrog47
Wed Oct 23, 2013 6:39 pm
Forum: PHP
Topic: PHP Delete ...
Replies: 2
Views: 2026

Re: PHP Delete ...

Is it giving you any errors? If so what errors?
by killfrog47
Wed Oct 23, 2013 6:32 pm
Forum: General Chat
Topic: looks like we have a few spam bots lol
Replies: 7
Views: 5249

Re: looks like we have a few spam bots lol

I love this site! I have learned so much from it (PHP) that I can actually teach others and also I am now trying to get a job at my college as a web tech. The only reason I feel I qualify for that job is what I learned from here haha. So I am happy spam bots are no kept at bay
by killfrog47
Tue Oct 22, 2013 5:05 pm
Forum: General Chat
Topic: looks like we have a few spam bots lol
Replies: 7
Views: 5249

looks like we have a few spam bots lol

I hate spam bots =/ why do people feel the need to attack good websites like this one?
by killfrog47
Thu Oct 17, 2013 7:32 am
Forum: PHP
Topic: JSONAPI is driving me insane...
Replies: 5
Views: 2604

Re: JSONAPI is driving me insane...

There have been issues reported to their bukkit page on this. One person seems to have a solution however. " Alec changed the API but forgot to edit the libraries, so just put use-new-api to false in the configuration of the plugin." As this would make sense it is still not working =/ I t...
by killfrog47
Thu Oct 17, 2013 12:40 am
Forum: PHP
Topic: JSONAPI is driving me insane...
Replies: 5
Views: 2604

Re: JSONAPI is driving me insane...

From a glance it looks like you forgot session_start(); EDIT: One more edit If session_start(); is not your issue, the API docs shows that it returns "string[]". I assume they mean an array by the brackets? You can try using var_dump() or print_r(). I have the session starting up in the t...
by killfrog47
Wed Oct 16, 2013 4:53 am
Forum: PHP
Topic: JSONAPI is driving me insane...
Replies: 5
Views: 2604

JSONAPI is driving me insane...

Hello all! Its been awhile =( But im back! And I have a question! I am using JSONAPI to get my users permission group, if it would work. When I run the php script nothing happens. I contacted both my web host and MC server host and both say that the port I use is open. Here is my log: m and now my P...
by killfrog47
Sat Aug 31, 2013 9:53 am
Forum: Code
Topic: Made a cool little web tool =)
Replies: 6
Views: 2439

Re: Made a cool little web tool =)

Temor wrote:I see. Maybe you could just automatically log a user in as " Guest " if they don't already have an account of their own?

Im gonna try and log the user as "Guest(random #)" maybe assign a cookie to them that deletes after say 3 days of inactivity.
by killfrog47
Sun Aug 25, 2013 12:35 pm
Forum: Code
Topic: Made a cool little web tool =)
Replies: 6
Views: 2439

Re: Made a cool little web tool =)

Well, it depends on how much freedom you want the user to have. The easiest thing to do would be to just not require any session to be active for the tool to work. That takes the least work. Hmmm only problem with that is the session is how the files are saved and retrieved. Once a user creates an ...
by killfrog47
Sat Aug 24, 2013 4:19 am
Forum: Code
Topic: Made a cool little web tool =)
Replies: 6
Views: 2439

Re: Made a cool little web tool =)

It looks like it's working. I'm not really familiar with bukkit so I'm not sure what's going on but it does what it's supposed to I guess. I don't see the need for the user to register first though. That will probably deter people from using it on-the-fly. And I'm glad you learned something from he...
by killfrog47
Fri Aug 23, 2013 10:40 pm
Forum: Code
Topic: Made a cool little web tool =)
Replies: 6
Views: 2439

Made a cool little web tool =)

Alright so finally after 5 months of slow development I have finally gotten my minecraft permissions tool working and uploaded! If you would like to check it out its web based so no download m I still have some work to do as far as adding things to the database but other than that the tool is workin...
by killfrog47
Wed Aug 07, 2013 6:43 pm
Forum: PHP
Topic: help with paypal api
Replies: 3
Views: 2147

Re: help with paypal api

Sweet thanks guys! Thats what i needed to get started =) Ill have to look into getting that paypal account
by killfrog47
Tue Aug 06, 2013 6:11 am
Forum: PHP
Topic: help with paypal api
Replies: 3
Views: 2147

help with paypal api

Hello my friends! So I have a project involving PayPal cart and check out. I have looked over the api for PayPal but its still a little confusing to me. The paypals documentation is what is confusing me. Does anyone know where I can go that would explain things a little better? I'm coding in PHP tha...
by killfrog47
Sun Jul 21, 2013 6:01 am
Forum: General Chat
Topic: Any one here use Sugarsync?
Replies: 2
Views: 4208

Re: Any one here use Sugarsync?

I have no idea what sugarsync is but wouldn't it be easier to just use a regular ole Paypal IPN to automate the process? Writing a php script like that takes no longer than brewing two cups of coffee. Well I was gonna use paypal I just needed to integrate sugarsync its an online cloud service. I ne...
by killfrog47
Sat Jul 20, 2013 1:32 pm
Forum: PHP
Topic: Im stumped =/
Replies: 0
Views: 3518

Im stumped =/

Alight so here is my situation: I have created a system for creating minecraft permission files. I have the yaml format all printing out nice and clean. One problem is that it only has one group you can make at a time. I want it to be able to make multiple groups and I know how I am going to do this...
by killfrog47
Fri Jul 19, 2013 2:32 am
Forum: PHP
Topic: Dealing with $_POST and checkboxes and MySQLI
Replies: 1
Views: 2115

Re: Dealing with $_POST and checkboxes and MySQLI

I think I solved my own problem here. If i made a function say:
[syntax=php]
function checkboxes($check){
//connect to db
$query = //run a query using $check in it
echo //the results of the query
}
[/syntax]
I just run the function in the foreach loop and it shuold be all good right?
by killfrog47
Wed Jul 17, 2013 3:36 am
Forum: PHP
Topic: Dealing with $_POST and checkboxes and MySQLI
Replies: 1
Views: 2115

Dealing with $_POST and checkboxes and MySQLI

Hello all =) So I have been doing great in problem solving the new project I have taken on. But I have run in to something I just cant seem to figure out. Here is what I am trying to accomplish: I am making a permissions builder. IT will allow for a user to create a permissions file depending on the...
by killfrog47
Sun Jul 14, 2013 9:03 am
Forum: General Chat
Topic: Any one here use Sugarsync?
Replies: 2
Views: 4208

Any one here use Sugarsync?

I know its a random question but I am trying to build an automated invite sender after a user donates via paypal. It is for someone that has recently gained A LOT of new donors. He cant handle them all and needs a system to do it for him. Only problem is Sugarsync doesnt have very good API for PHP d...
by killfrog47
Sat Jul 13, 2013 1:38 pm
Forum: PHP
Topic: JSONAPI Not sending commands to my mc server
Replies: 2
Views: 1319

Re: JSONAPI Not sending commands to my mc server

It could just be a case of broken plugins, even if you do have the latest version. I don't believe it's your code, though it may be worthwhile to look at the update notes and API changes with the new version of the plugin (maybe even plugin config? Possible change of port listening?).... Hmm that w...
by killfrog47
Sat Jul 13, 2013 10:00 am
Forum: PHP
Topic: JSONAPI Not sending commands to my mc server
Replies: 2
Views: 1319

JSONAPI Not sending commands to my mc server

Hello all =) Alright so here is whats goin on. I am trying to make a page that will allow my players to add themselves to the whitelist. The code is set up how it should be but its just not working! Its making me crazy lol. All ports are open and double checked on both ends. Here is my php code for ...
by killfrog47
Fri Jun 14, 2013 7:17 am
Forum: General Chat
Topic: Minecraft!
Replies: 29
Views: 11057

Re: Minecraft!

hmmmmm I may be a little late but id be down!
by killfrog47
Sun Jun 09, 2013 10:40 am
Forum: General Chat
Topic: I would just like to thank you all
Replies: 4
Views: 4352

Re: I would just like to thank you all

Helx wrote::D

(Moved to general chat subforum)

lol sorry didnt know where else to put it =P Forgot about the general chat :oops: