
Bit Bayou
Members-
Posts
338 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Bit Bayou
-
I'm doing this in my free time, but definitely actively developing it. I did take a couple of weeks off though as I prepared and went to Las Vegas. I just got back this past Sunday, so I'll continue developing it later this week. I hope to have the client side (and a "beta" release) with in a week or two- probably around the same time the 3.0 release is published.
-
well sure, and I didn't suggest it..just implied that it is possible
-
Well, while not necessarily the best option, you can definitely use cookies. Load the API on the first visit, then set a cookie with the DISPLAY prices. Caution: Don't use that price when calculating at checkout! But yeah, get the prices once, set a cookie for like 24 hours, then use the cookie data on all the other page loads. Basically set up the code that gets the price from the API and creates the cookie in a function called something like getPriceFor($item) then you can do something like: $price1 = ( empty( $_COOKIE['item1Price'] ) ) ? getPriceFor('item1') : $_COOKIE['item1Price']; That way, it only hits the API once every so often to update the cookie. You could then use a quick code to force a cookie refresh when/if the prices change later... Just thinking out loud ---- Definitely make sure you fight things like cross site scripting too if you go this route...
-
Completely demolished the client side this past weekend. I think it'll be a erase, reset, and try again kind of thing from there.
-
Well, just looking to put a widget on a webpage (a company "intranet" kind of thing) where they could open talk. This way, it would be from the web app, and not another program they have to install and open.
-
Pain meds bring out my "lets program this RIGHT NOW" attitude. That's when I start and finish programs in one sitting! lol and yeah, one thing I bought were some bluetooth headphones. I don't need them; but they look cool! lol
-
Has anyone heard of or used a web client for a Teamspeak server? I'm not looking for a script to control the server or just show stats... I'm looking for maybe like a flash widget or something that can connect to a Teamspeak server that can be served from a webpage instead of someone needing the Teamspeak app? Any one here know of such a thing?
-
I had made a bot once that would access the page in question to get the csrf token for use elsewhere. pfSense.org uses it, and I made a custom version of their software so my company can manage 100s of hotel guest networks. After installing the first 10 or so, I figured there had to be a better way! While in Blesta's case, this might be overkill, but I had made a script that turned the original pfsense install into my flavor. The script did things like create and manage folders, transfer files over SCP, set CRON tasks for special commands, and make changes in the admin interface <- that's where i had the csrf problem, so the first accesses the page like normal to get the token, then post the form with the specific data and the csrf token it received. It works great, but not sure I like that for this either.
-
I'm on some medication for some sciatic never pain which keeps me awake, so my doctor gave me some Ambien to help me get to sleep recently. Right? Last night, I decided I wanted a few beers. I didn't get "wasted," but I had a few to get a good little buzz going.. You know, a good Friday night. I wake up this morning and I've got emails from Amazon.com about some orders I placed last night. About $50 worth of total merchandise. I've checked my email outbox and had to call one of my employers (he's a good guy and laughed about it), but I apparently sent several emails last night too... I really do not recall any of this! I'm not some addict or anything, I just wanted to enjoy my Friday night! I do not ever recommend mixing Ambien and alcohol!!! That is all
-
So this turns it off all together for client login? Not sure I'd like that idea?
-
I just wasn't sure... Is it actually workable for a full version of something? .... or should I just play around for now until maybe later?
-
Is The Last 5 Price Term Bullet Point Out Of Place?
Bit Bayou replied to Michael's topic in Contribute
I have to ask! Granted at those prices, I might hit you up instead of some generic SSL provider. -
Is The Last 5 Price Term Bullet Point Out Of Place?
Bit Bayou replied to Michael's topic in Contribute
Wait, is the screenshot before or after? What are we fixing here? -
I like the idea, a free design, you just pay for the hosting.... Too bad I suck at designing, or I'd probably do something like that too. I make things work through code and give it a basic view... I'm really horrible at graphics, matching colors, etc... but I can make it work! haha
-
I'm just doing what I can!
-
Thanks! I plan on working on the client side this weekend. I hope everyone likes it! It will be released open source, so you will be able to modify it further if you wish.
-
so what you're telling me is that I should probably stay away from it for now too... OK! lol thanks for information, I had just stumbled across it and wasn't sure if it would actually benefit anything or what
-
Yeah, I caught on to the "webkit" part of the code... I don't know..it seems cool in theory, but it might get confusing if you have clients with crazy spelled names? I mean, I may not know how to spell it, and it may not know either! lol
-
Just an update on the plugin I'm working on. The admin section seems to be working fine now. Not making it too fancy or complex. Simple categories with articles in them. I'll modify this post with updated information when I finish a release.
-
Seeing as Blesta is PHP based, and you are all PHP developers, have any of you tried Phar? I've recently came across http://box-project.org and was researching it at http://php.net/manual/en/book.phar.php Seems interesting, but not sure if want? I mean, we're all used to the ZIP/Tar archives and uploading a bunch of files via FTP..and then either running some MySQL queries or running an Install file... Would a move to "put entire PHP applications into a single file called a "phar" (PHP Archive) for easy distribution and installation" be better? I'm not even sure I understand the whole concept... Would it actually benefit anything, or is it just a different way of going about things? Anyone have any thoughts on that?
-
It's already possible. Just add x-webkit-speech to the end of the input field. Then you can add a simple javascript timer/delay that would submit the form (to search) after it detects a value in the field...
-
I understand it to be that you have to pay for the NOC-PS software, but the module will be freely available.
-
Yep. It's perfect now.