Require PHP 5?
I was witting some of the base engine (the OOP part) and i was wondering if i should use the PHP 5 standards or allow backward compatibility? If we do require PHP 5, we can make a much powerful engine.
I was witting some of the base engine (the OOP part) and i was wondering if i should use the PHP 5 standards or allow backward compatibility? If we do require PHP 5, we can make a much powerful engine.
:grin_Grin: I’ve been working on this for a bit.. it’s pretty neat right now.. It’s an affiliate engine.. not like these ones which will just put a marquee of scrolling banners at the bottom of your site, this will be much more… with a page for linking, a page for displaying of the affiliates (hopefully…
Not really sure if OK to ask here, since this question isn’t exactly related to this website. In short, I’m lost why one code is, and an almost similar code isn’t working. Working: [php]$search = addslashes(‘‘); $replace = addslashes(‘ test’); $vbulletin->templatecache = str_replace($search, $replace.$search, $vbulletin->templatecache);[/php] Not working: [php]$search = addslashes(‘‘); $replace = $vbulletin->templatecache; $vbulletin->templatecache =…
Preview Summary: A selection of seal badges. You can modify/re-colour/resize so your not limited to the colours or sizes shown in the preview. Only the PSD is supplied as it would be pointless in releasing other formatted icons when users will have different text/wording. The PSD is sliced so it’s an easy one click save….
Ray Morgan, everybody knows him now, is the new leader of IB coming to manage Jelsoft’s vBulletin. no problem for me, but he just replied to my complaint against Paul M regarding the ban… the only thing he said was that his company wants polite and respectuous contacts with the clients… ok, so threatenings and…
Ok, here it goes, i’ve been working on iTrader for the last 2 weeks before it’s re-release, and since i did not have time to work on anything else due to other projects i have in hand. So, for the next days, i’m finishing some other website i have to code, very expensive in time…
hey Drew, can you take a look at https://unpapapro.com/vbe-complimentaries/statistics-tendencies/4955/ and see what you could do with the actual problem?… the class with the problem is the one to calculate the tendencies of each month, and it is written in PHP 5… i provided a start of fix for 4.3, but it does not work like…