User Profile

Collapse

Profile Sidebar

Collapse
iohos
iohos
Banned
Last Activity: Aug 8 '10, 03:08 PM
Joined: Jul 25 '10
Location: Poznan, Poland
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • iohos
    replied to cookie related accounts
    in PHP
    Why don't you post the url of your portal? It'll give us all a better understanding of what you are looking for. If you are afraid that asking for the credit card info may diminish your conversion rate then don't give into the phobia of single user- multiple usernames strategy. It's the risk you will have to take. Besides, if your gaming portal or game is so addictive to entice an individual to such fraudulent means, then I am sure it would have...
    See more | Go to post

    Leave a comment:


  • iohos
    replied to cookie related accounts
    in PHP
    What's the harm if someone having four credit cards registers with all of them using different usernames? You are running a gaming portal and revenue generation is your foremost aim like any business. Don't worry about what JB said, the whole concept of security token was new to me as well but I think you apply that when you expect a huge turn out or traffic for your site.
    See more | Go to post

    Leave a comment:


  • iohos
    replied to cookie related accounts
    in PHP
    make it mandatory for all your users to register their credit cards before they begin the trial bersion of your portal. It will discourage the "fraudsters ". If they like the trial version, they can go ahead and purchase it or walk away if they don't. Apple does it with their software products.
    See more | Go to post

    Leave a comment:


  • iohos
    replied to making javascript block from execution
    Spettro is JB's nickname. I am sorry, I shouldn't have used it here. I just do it out of compulsiveness.
    See more | Go to post

    Leave a comment:


  • iohos
    replied to making javascript block from execution
    @ Spettro- ok, for time being let's forget about all this javascript blocking and password/ email validation. Let's say I have this entirely different problem where I have execute a piece of code, where I start to upload an image and while it's being done block the script execution and the image is fully loaded resume the execution. Then I go on to finish executing the rest of the code. I know the first thing that you might say is the best approach...
    See more | Go to post

    Leave a comment:


  • yup, can do without it.
    See more | Go to post

    Leave a comment:


  • that's impossible, spettro. I ran this using some random data (the rooster of the New England Patriots). The drop down list worked just fine even after making countless edits.
    See more | Go to post

    Leave a comment:


  • Have you tried using the Top program for viewing the CPU utilization? The top program provides a dynamic real-time view of a running system. It can display system summary information as well as a list of tasks currently being managed by the Linux kernel.
    The top command monitors CPU utilization, process statistics, and memory utilization. The top section contains information related to overall system status - uptime, load average, process...
    See more | Go to post

    Leave a comment:


  • iohos
    replied to Is money the only solution?
    Thank You for taking care of those unnecessary elements. Since I am new to the site, the "report" option escaped my notice. Thanks for coming up with this site, I truly appreciate the concept. There are some programs and codes here which are truly mind blowing and can have utility based applications. However, I have another pet-peeve, there are some forums related to the "Software Developments" where we have these E-school kids...
    See more | Go to post

    Leave a comment:


  • iohos
    replied to Is money the only solution?
    hi Ballabh, you kiddin' me? you don't need my help. we need yours. It's an honor man to share the same forum as you. Remember, last November when we did the coding sequencing together in Dr. Pomrenko's USAF convention in San Francisco. That was fun! Hey, the first thing I did after I came on bytes was to look for you. I went through your codes in perl, JSL, python, WPF app, masterpiece! why don't you write an article about the huffman encoder into...
    See more | Go to post

    Leave a comment:


  • mac's mobile me would be resourceful for such an app. check the page code or source info for further details
    See more | Go to post

    Leave a comment:


  • sounds reasonable so much so that it's not just the cost-effectiveness but independent work dat counts
    See more | Go to post
    Last edited by Dormilich; Aug 2 '10, 06:25 AM. Reason: removed non-english content

    Leave a comment:


  • ok, wrking on it. will post it soon
    See more | Go to post

    Leave a comment:


  • iohos
    replied to how can i be a good programmer in c and c++?
    C++ is d stepping stone to d wide world of coding
    See more | Go to post

    Leave a comment:


  • iohos
    replied to How to get time of last request in asp.net
    <system.web>

    <sessionState timeout="30"></sessionState>

    </system.web>



    <system.web>

    <sessionState timeout="30"></sessionState>

    </system.web>
    See more | Go to post

    Leave a comment:


  • Code:
    procedure TForm1.DBGrid1DrawDataCell(Sender: TObject; const Rect: TRect;
    
      Field: TField; State: TGridDrawState);
    
    begin
    
      if (gdFocused in State) then
    
      begin
    
      if (Field.FieldName = DBLookupCombo1.DataField) then
    
      begin
    
      DBLookupCombo1.Left := Rect.Left + DBGrid1.Left;
    
      DBLookupCombo1.Top := Rect.Top + DBGrid1.top;
    
      DBLookupCombo1.Width
    ...
    See more | Go to post
    Last edited by gits; Aug 1 '10, 09:46 PM. Reason: added code tags

    Leave a comment:


  • u cn cmbne text and vrble names to cnstrct a variable name on the left side of a cfset assgnmnt. e.g., d following code sets d value of d variable Product12 to the string "Widget":

    <cfset ProdNo = 12>

    <cfset "Product#ProdNo #" = "Widget">

    To cnstrct a vrble name dis way, all the text on the left side of the equal sign must be in quotation marks.

    dis usage...
    See more | Go to post

    Leave a comment:


  • iohos
    replied to ffmpegx preserve alpha channel
    guys hv u given a thought to data conversion frm CUI to GUI using some ffmpeg channel? i knw dis sounds ridiculous but it's possible.
    See more | Go to post

    Leave a comment:


  • iohos
    replied to Perl's DESTROY and Signal Handling
    in Perl
    do u have embedding function? if yea, care to share?...
    See more | Go to post

    Leave a comment:


  • struct TreeNode
    {
    struct TreeNode *lgame;
    int data;
    struct TreeNode *rgame;
    };
    typedef struct TreeNode TreeNode;
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...