How Does VBulletin Check License?
PHP is source code based. How could vBulletin sell a key for 1 year or for
multiple years. How can vBB check if the same key is used on different
servers/machines?
I guess there is some kind of call to headquater thing to report abuse. Am I
right?
I am looking at vBB 3.0.3 and 3.0 Gold. Can anyone tell me what 3.0 gold is?
Which is better? 3.03 or 3.0 gold?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
License Check Via License Server?
I was wondering if a license server can be setup to use along with a script install on any server. This is the setup that I had in mind. I want some inputs on this if it would work or not. The Admin Control Panel main script would call the license server everytime it's run to check to see if this domain has a vaild license to use for this period. On License Server Setup MySQL to store the client data/license data. Client No., Client Last Name, Client First Name, Domain Name, License Code, Purchase Date, Renew Date, Expire Date. *Renew/Expire Date can be updated with a update script when license renew are purchase. I don't know if this is a great setup. If anyone have any suggestions. I would greatly appreciate.
VBulletin
vBulletin is great but im after its security...can anyone here tell me how secure this is, bcoz i downloaded its lite version...and planning to purchase its full version...
License For Php/ Mysql
I know I've seen this discussed but can't seem to find the right search term. Is a online retailer using -say zen cart or some other open source store front required to have php or mysql license? Is it required of the host? Say they have it on their server? The legalease is less than reader friendly for my 'reading level'...
IPB And VBulletin: Who Copied From Whom?
Somebody said IPB 1.2 copied code from vB 2.0.... Now IPB is in 2.0 and vB is in 3.0 How could a script be offered in a free version IPB and paid version vB, while features and underlying codes are similar. What is the MySQL problem IPB has to crash database but vB does not? Why can IPB fix it?
License And Copyrights
I was wondering if someone can answer my question in this category... I want to outsource some codding and I want to know how can I secure the codes from my offshore guys? in a way, I can manage and fund the whole project and then find out that one of the programmers took and sale the codes out. is there is a way to copyright the code? so I can be sure that no one from my stuff can publish it or sale it?
Question About Php License And Pear
The PHP license states the following: 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" As the author of something released under the PHP license, can I, as I see fit, just grant permission to an application using PHP in its name? Alternatively, could I maybe have two different versions of the package in question - one licensed under the PHP license and one licensed under the GPL license? Also, say I were wanting to make a certain package a part of PEAR and I wanted it to be released under the GPL license and not the PHP license. How would I need to update the header comment block to reflect this? The sample header block given reads like this: * LICENSE: This source file is subject to version 3.0 of the PHP license * that is available through the world-wide-web at the following URI: * http://www.php.net/license/3_0.txt. If you did not receive a copy of * the PHP License and are unable to obtain it through the web, please * send a note to license@php.net so we can mail you a copy immediately. Further, one of the required lines in the PEAR header is as follows: * @author Original Author <author@example.com> Do email addresses have to be included? Also, say I have a PEAR account. How do I start submitting new packages? Regarding the naming conventions of functions... the PEAR manual says that they ought to use the "studly caps" convention. What about for something like base256_lshift or bytes2int, though? For those function names, using the "studly caps" convention seems like it'd almost hinder readability... Regarding constants... the sample file suggests that comments ought to be done like this: // {{{ constants /** * Methods return this if they succeed */ define('NET_SAMPLE_OK', 1); What if, however, there are multiple constants? Does each one need to be preceeded by a comment or can they sorta be grouped together? Further, what if the constants are chiefly intended to be used by "private" functions (as indicated by their being preceeded with a _)? Are comments still needed? Or should "private" functions not even use constants? Personally, I think they ought to as using constants can help one follow through the code. What's the PEAR Groups stance on this?
Does PDFLIB Lite Require A License?
I was told by my host provider that I need to purchase a license from Adobe in order to use PDFLIB Lite. Is this true and do you know the cost? It seems that I read there is a commercial version and a lite version but there was no mention of a license.
VBulletin And Daylight Savings Time?
I've been programming out the time offsets for some software and want to automatically take DST into consideration. Anyhow... from my research I found out that the EU and the US are the only timezones that practice daylight savings. This means-I'm assuming-that nations such as S America and Africa do not observe DST, which leaves a bit of a problem since they are in the same time zone as the US and Europe. So this leaves me wondering, do I include it or not? I've noticed that with vBulletin and ezBoard, there's not option for me to select DST. Does anyone know if these products include it automatically?
Adding A Mailing List To Vbulletin Registration
I have added yes and no buttons to an option called bsmailinglist in the form for registration on my forums. Now I want to have that answer handled according to the following code. I have the yes button set to TRUE and the no button set to FALSE. After adding the folloing code to the script that handles the form (register.php), I get a parse error on the last line of php, the closing php flag. Code: function BSwrite ($email) { $BSfile = "bsmailinglist.txt"; $BSopen = fopen ($BSfile, "a"); if ($BSopen) { fwrite ($BSopen, "$bsmailinglist, "); fclose ($BSopen); } // end BSwrite Function if ($bsmailinglist) { BSwrite(); }
Check Box?
i am trying to create few check box in one page without a submit button, and there are 5 have which is some with this. User only able to click submit in the last page after he make a selection after these 5 page. How can it keep the selected check box so that i can process in last page. I had heard there are one way to create a onclick function inside check box but how?
How To Check An URL ..?
I am a beginner in PHP. Does anybody know how to check if an URL is alive or dead in PHP (not exist or server down...or whatever ) ?
CHECK URL
How it can be checked that a URL exists or not in PHP.There is one way is to use fopen function then passing the URL as a parameter. Like this, <? $URL = "http://www.abc.com"; $fp = @fopen ($URL, "r"); if (!$fp) { die ("Cannot open website $URL!"); } ?> But I think that there should have some other smart technique.
Can I Check SSL Somehow With PHP?
Ever since I got a server for our site, it just opens new issues. Here is the problem: My SSL Cert somehow got corrupted. The server is managed, so they fixed it right away once I noticed it, but nobody was able to checkout until it was fixed, and I cannot check the site every hour. Here is what I want to do (but the server people say it is not possible): Is there a way, by chron or otherwise, to run a PHP that requests a secure page, and if it does not respond, it emails a warning? It seems that this should be able to be done without too much trouble. Any ideas?
How To Check Id
I was wondering how to get the id that has the biggest number and then add 1 to it so I can have an id field id name 1 test 2 test1
Eregi For URL Check
Can someone hook it up with an eregi expression to check URLs for validity?
Check For Folder
how would i check if there's at least one folder in the current folder? the current folder is $dir/$f/ this is what i have, but i know its wrong $fillle = "$dir/$f/"; if (file_exists($fillle)) {$Q="true";} else{$Q="false";}
How To Check If I've Been CHMODED 220 ?
My host and I have come to a dissagreament on filedownload sizes, and everyday when I wake up, I see that I'm back to 220 for that /files/ directory. I'd like to point out that it's nothing illegal, it's just gamepatches, and yes... these can get quite big. Now, untill I settle that, I need to redirect my visitors IF that site is innaccessible to another box... how can i detect if the user gets a 403 page so that I can redirect him? Had a look at "socket_read()" etc... but can't make heads or tail in it yet, will keep looking in there, but if someone can give me a push in the right direction, I'd apreciate it.
How To Check For Multiple @'s
We are trying to prevent spammers from mass mailing their list while using our contact us script. We have a few security measures in place but would also like to add a "check for more than 1 @'s in the to:, cc: and bcc: fields. Can anyone point us to some code or turotials for doing this?
Check A String
Hey everyone, how would I check a string for having only numbers and having 4 integers exactly?
How To Check If 2 Vars Is Not Set?
How to check if 2 vars is not set? I started with this if (!isset($x,$y)){ and tried many like below but gave up. if (!isset($x)) || (!isset($y){ if ((!isset($x)) || ((!isset($y)){
Check Data Not Already In D/b
Hwo can you do it, on an insert query so that it will check whether there is a record with the same info, say club name for example, and then if u try input same thing again it will reject it.
How To Check If Theres Something In STDIN
How do i check if there is something new in STDIN? I ran into this problem when i was doing some simple command line script that takes input from STDIN. And i noticed that feof() always returns TRUE with STDIN. Also it seems that if i fread(STDIN) and there is nothing in STDIN, it waits forever for input. So i was wondering if there is some way to check how much stuff there is in STDIN and then read it, because i dont want to wait for the input forever.
How To Check SessionID Available Or Not?
I am working on a site in which I need to check whether user is online or not. If user successfully logged out then I can change status from online to offline but if user do not logged out and close the browser or session timeout then in both of the case I do not handle how to change user's status from online to offline.
Check Box Question
I have a small question regarding check box and mail() forms. I have a mail() form on my website and I want to add to it a check box that if checked the user get a copy of the data he sent and if not check the mail is sent to me only please help me doing this because I have tried how to figure it out but I couldnt and the problem is that am not a really good php developer am just a beginer.
Spell Check
I have a form with 6 different fields for the user to fill in. One of the field is the text field and they are suppose to fill in about 6 lines of information. This page/information is dynamically get displayed on my webpage. How do I make sure that before it gets displayed on the web some kind of spell check is done automatically. I did try at php.net. There is a function call Aspell() but I don't know how to get that to work for my problem.
Domain Name Check
I want to check domainnames on my website. Type in a name and you'll see if it exists or not. I've once had a CGI Script dat does this... but I wonder if its also possible in PHP.. and how?
Webmail Check
How would I go about writing a script that checks users GMAIL and HOTMAIL emails and displays it for them? if you go to www.netvibes.com it allows you to check your gmail or hotmail and yahoo accounts right from their website.
Check Image Is Not There
is there an easy way to do a check on a directory to check that a file uploaded using php uplaod fucntion isn't already there, and if so where can i read up on this.
Spell Check
How can I do spell check words? I have a file with a bunch of words in it, I want to eliminate incorrectly spelled words.
String Check
I want to check if a string contains only alphabetical and/or numerical characters. I think the solution is eregi, but i am not an expert on regular expressions..
How To Check Value Of Variable??
I have this input box that is optional called "Reason" If a user submits this form with data in the "Reason" form then I want to take those contents and add to them, ie: if (isset($reason)) { $reason_message = "Reason for rejection: $reason";} else { $reason_message = "";} Then I have $reason_message sent alow with other stuff in an email. The problem is that if a user leaves "Reason" empty, when they get their email, this string called "Reason for rejection:" is sent. Bottom line: is there a way for me to tell that "Reason" has no value and there for not send "Reason for rejection:"
Check Boxes
I have a very little problem with check boxes. How can I write a simple PHP code to tell me when a check box has been checked, and then use the name of the checkbox in a function.
Update Check!
i update a table like this and i want to check if the update was ok or not! Code:
Check For Cookies
This is more of a pain than I thought it would be. I need a simple code segment to determine whether a browser accepts cookies or not. When I pass variables between pages when cookies are turned off, the global variables are empty between pages, fine, that tells me cookies store the global variables - right? I store the values in $_session and when cookies are turned on values are passed between web pages - I can see these values in fields that are displayed in the next web page. I need to be able to check on the 'first' entry webpage after a user enters that page directly whether or not their browser accepts cookies at that point. Everything I have tried complex to simiple won't work. How do I do this?
Check My Math!
Not sure about you, but when I run this, it tells me 59001.31 doesn't equal 59001.31. Change each side of the equation by a hundreth or two and it checks. Change it a bit more, and it won't. _What_ is going on here?! <?php $subtotal=59001.31; $principal=58605.33; $interest=395.98; $check=$principal+$interest; echo("<pre>"); echo("Check: " . $check . " "); echo("Subtotal: " . $subtotal . " "); if($check!=$subtotal) { echo("Check (" . $check . ") does not equal subtotal (" . $subtotal . ")"); // Check doesn't equal subtotal } else { echo("Check (" . $check . ") equals subtotal (" . $subtotal . ")"); // Check does equal subtotal } echo("</pre>"); ?>
Check If The Page Is Not 404
How can I check if some url or address works ? If I had in my database about 1000 links, how can I check if they work ?
Check Fonts
Is there a way to check wich fonts are installed on sombodies browser? if not in php maby in java or something. I need the code for that for a highly customizable graffity wall.
Cookie Check
I would like to check and see if my visitor’s browser accepts cookies, and do it on the first page they landed on. To best of my knowledge ‘setcookie’ function does not give a confirmation back if the cookie was already set. Is this possible and if so how? Some notes:
How Do I Check Against The PHP Version?
I'm writing an installation script for my PHP content management system. I've written the code to be compatible with PHP 4.06 or later. I need to get the PHP version and throw an error message if the version is less than 4.0.6. I realize that phpinfo outputs the info, but what function would get me the version string?
Using PHP To Check POP Email?
PHP document that would log-in to the users POP mail server, and check for mail, allow them to "compose" and send an email through that server, along with any attachements, etc. I've seen this done with Cold Fusion, and am looking for information on this using PHP.
Check Click
I have a page and a sponsor. Every time a user click on a banner from our sponsor their webpage is opened. I'd like to reward these users, but how to check who clicked on a banner. I can't do anything on sponsor's webpage?
Check Wildcard URL
I'm looking for a function that will help me determine whether or not a URL entered by a user matches specific requirements. This is done using $_POST. Basically the format of the URL must be either: www.example.com, *.example.com, www.example.*, or *.example.* - or some kind of combination such as www.url.com*. I don't want to allow a star in the 'url'. So in theory, to check this, all i would have to do is make sure the string contains: [www and/or *].[text].[text and/or *]
Postcode Check
I have no idea where to start with the code, but would like in a way that i could input true and false values, eg if it contained "sw19" or "SW19" value = true. If postcode is something not listed, value = false also True and False results will take the person to a relevent page, or relevent pop up a box.
Check To See If Row Exists
i need to know how to check to see if an id exists in a table. if the id does not exist then display "some text" else continue with script. my table is called "orders" and i just want to check if the row "id" exists
|