Jump to content

3s2ng

Members
  • Posts

    45
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

3s2ng's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi Freaks, We got a penny auction but currently we are having some issues with bids happens exactly on the same time. Please refer to the attached image. The scenario is as follow. - Manual Bidder bids and 20 secs will be added to the time remaining and bid price increases. - At the same time Auto Bidders bids but the 20 secs is not added because when the script checks the previous time it is still from the previous bidder not the manual bid that just happens at the same time and also the prices does not increases. - With 2 bidders, 40 secs should be added to the time remaining. Is there are way to avoid such this issue to happen? Thanks, Mark [attachment deleted by admin]
  2. HI Freaks, I've created a simple module. Basically it is just a page that shows statistics. The data is just pulled from the DB. Now when I view my module something like http://www.mydrupalsite.com/my_statistics_module it works perfectly but the thing is it is using my default theme which is a customized theme. Now what i want is to use the default admin theme which is the "garland". Can somebody help me how to set the theme on my_statistics_module. I dont want to use the default theme instead I want to use the admin module (garland). Thanks,
  3. Hi Daniel0 , You saved my day. That was the term that I'm looking for. I'm started reading now about the Comet techniq. I'll be going for the push technology. Cheers mate. Long live the freaks! I will be updating you guys about my small project once I'm done. Thanks
  4. Hi xtopolis, I appreciate your reply. But I'm still lost. How will I know that the other player from the side already made a move? This is easy if the players are in 1 window only. Its easy to just update the container once an action is made. To sum it up how can I remotely update the other players container? Thanks,
  5. Hi Freaks, I'm abit confused right now on where and how to start. Currently I'm in the planning to create a simple real time turn-based game. I'm already familiar and have a good grip on Php/MYSQL/Jquery. What I want to do is a 2 player battle game in real time. SO both players will take turns on attacking each other without any page refresh. I know this is possible in Ajax. But I'm abit lost on how can I make the battle container (<div>) on the other player to update without any page refresh when I made an attack. I dont want any page refresh just to check the current status or check if your opponent already made his move. All I want is real-time. Hope you can help me with this little experimental project. Thanks,
  6. Hi Freaks, I already fixed my problem. I just want to share for future reference. I found out that jquery has a bug on fadeInand fadeOut effect. It doesnt render the font into cleartype. The solutions for this is to disable the "filter attribute in IE." $('#zoombox_contenu').fadeIn("fast",function() { if(jQuery.browser.msie) this.style.removeAttribute('filter'); }); I hope this one helps.
  7. Hi Freaks, I need a little help. I'm currently doing a project and about to due tomorrow but I'm having a little problem on the font display in IE. Here is the scenario. I got a main page which looks fine both in IE and FF. Then I'm using the jquery zoombox to load an HTML page. Inside the zoombox the font looks bad but if I view just the HTML page it looks ok. Am I missing something? Here is an example http://candidate.seemecv.com/v2/index.php click on the first image box it will show an HTML page that page is http://candidate.seemecv.com/v2/what.php then just open this page in the browser. http://candidate.seemecv.com/v2/what.php Use IE to view these pages. In FF it works fine. I hope someone help me with this asap. I've been troubleshooting this for more than 5hours now.
  8. Thanks revraz for the kick start. I'm reading regarding this LDAP and learned that PHP do have an LDAP module and found out about adLdap And looking thru the sample codes I can see that in order to access the active directory you need to fill the username and password of the user. What I want is that user will no longer need to fill in the username and password if they are already login into the domain/directory. Is this possible? Is there any way to do this?
  9. Hi, I just want to know if it is possible for a Single Sign-on into an active Directory. If so how will be the process? I was given a task for a Single Sign-On for our web application but I dont know where to start. Hope somebody can help me.
  10. Hi Freaks, I will be starting a price comparison site. It is just a simple price comparison site in such a way that I will let the retailers insert their own products. I will not be using products from other retail websites. Now my problem is how can I tag each similar products? Let say User A key in a Yamaha Guitar Model12345XX then here comes User B and he will be inserting also Yamaha Guitar Model12345XX. What if User B keyin Yamaha Guitar Model 12345XX. How can I make sure that this 2 products will be considered as one so that in my product page I can see 2 retailers for this item. What are the possible solutions so that each similar products will be tag to each other. Can anybody help me with this? Thanks,
  11. 3s2ng

    eBay Time

    I cant get it working.
  12. Hi Freaks, I need some help. Currently I'm working with eBay API and noticed that the item end time is using ISO 8601 format something like "2008-10-31T00:48:06.000Z" now I want to get the time Remaining and to get this I want to get the time difference of the current date/time against the item end date which is the ISO 8601 format. The result I want is something like "1D 23H 12M 1S" I hope somebody can help me. THanks, Mark
  13. Hello Freaks, I hope you can help me. I'm trying to parse an ISO 8601 to a simple output like 2days 12hours 5mins 12secs. But the problem is I dont know where to start. Here is the explanation. Duration values are in the ISO 8601 duration format, where P represents "Period", nY represents the number of years, nM the number of months, nD the number of days, T is the date/time separator, nH the number of hours, nM the number of minutes, and nS the number of seconds. So P2DT23H32M51S means "A period of 2 days, 23 hours, 32 minutes, and 51 seconds". PnYnMnDTnH nMnS (e.g., P2DT23H32M51S) I hope anyone can help me with this. Thanks, MARK
  14. Thanks steviewdr, Yes thats the problem. I downloaded the whole website from the live server into my localhost and then when I run into my localhost the images are not showing but it is showing in my server. I'm using Xampp here in my localhost. Are there any configuration in the httpd.conf about this issue? Regards, MARK
  15. Hello Freaks. I'm having a problem in my localhost. when I make a path of the image to look like this <img src='/images/test.gif'> it will not work and it is interpreted as http://localhost/images/test.gif but if I make it <img src='images/test.gif'> with out the slash it works and this can be interpreted as http://localhost/myapp/images/test.gif Can anybody help me with this. I cant find the solutions for this. Thanks, MARK
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.