• Member Avatar for Dani
    Dani

    Began Watching Moved my PHPBB forum from shared to VPS - now I have serious issue

    I have a PHPBB forum and just ran into a serious issue after my host switched me from a shared server to a VPS, and they can't figure out how …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Moved my PHPBB forum from shared to VPS - now I have serious issue

    I'm guessing that the reason you're seeing hyperlinks to broken images instead of the actual images is because their path isn't correct. There's nothing wrong with your PHP file. The …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    Yes except that every email we send out have a reply-to email address of noreply@daniwebmail.com EXCEPT for our mailing list emails that are designed to be replied to, which have …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Yes, Now I Realize - Please Assist

    Also, does it print out JAH! because, if it does, you know it's a db related issue.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Yes, Now I Realize - Please Assist

    Are emp_name and emp_address the name of the fields in the database?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    Oh, no, it runs off of a cron job that runs once a minute and processes emails in batches to prevent flooding and as another layer of security.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    Basically email clients let you set up rules based on the email headers, and they apply the rules before the message even gets downloaded to your computer.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    Email clients process incoming emails in real time. Pretty much every email client I've ever worked with has some type of Rules feature in place.
  • Member Avatar for Dani
    Dani

    Replied To a Post in DaniWeb email accounts

    Sorry, my sleep patterns have been way off and I'm half a zombie. I don't even know what I'm talking about anymore. Ignore me.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    Do you mean you're going to turn it on again then? :) Essentially it has the capability of functioning the same way as current notifications. Simply set up a rule …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    Incidentally, what I'm really loving about this is the ease in which I can reply via my email client. I much prefer replying this way to a web-based Javascript widget, …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    > I see. So it's like Google groups where you can reply by email or if you want you can read and post via the web interface. Yes, that would …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Help with returning PHP JSON to jQuery $.ajax

    I can't help you there because it seems you're calling a bunch of your own functions for the database. Those aren't standard PHP/MySQL functions.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    OK, I think the issue is the wording. People are confused by the fact that the edit profile feature says you're opting into 'Mailing list-style Notifications' when really you're opting …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    Of course if you're posting large code snippets from your IDE, you're going to be using the web-based interface. But this simply offers an alternative to participate on-the-go with follow …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    Follow up => The concept behind it is that you no longer even need to fire up a web browser. You can get your daily fill of DaniWeb entirely within …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    This is designed to be a very separate system that operates like a traditional listserv mailing list. It's plaintext because I was having a LOT of rendering issues between email …
  • Member Avatar for Dani
    Dani

    Replied To a Post in DaniWeb email accounts

    Our new mailing list feature (that is opt-in via your member profile).
  • Member Avatar for Dani
    Dani

    Began Watching Help with returning PHP JSON to jQuery $.ajax

    I have no idea why I cannot get jquery to parse a JSON array from a PHP server side call. Here is my jQuery $.ajax({ type:"POST", url:"/Home/Profile/cb_profile.php", data:{loadProfile: JSON.stringify(itemsToPost)}, success: …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Help with returning PHP JSON to jQuery $.ajax

    What error message are you getting? Are you making it into the success section but just returnedItem is empty, or are you printing out that we've had an error to …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Events

    So basically you need two php files. One to handle the main overview page, and a second one to handle the actual full article page. Then what you're going to …
  • Member Avatar for Dani
    Dani

    Began Watching Events

    Hello, Cek this: [Events](http://rustoleum-indonesia.com/Events.png) Those event news will be added through the admin CMS. I wonder how to create the link pages? What should I name it? It seems like …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Events

    Sorry, I'm really confused by what you're asking or trying to do? Are you working with a database?
  • Member Avatar for Dani
    Dani

    Replied To a Post in DaniWeb email accounts

    Phorce, are you using it? Honestly, I'm surprised it hasn't gained more traction even just so far.
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to drive traffic tomy ecommerce site?

    Gosh, everyone's so general with their responses. Social media ... yeah ... we know, it's a buzz word.
  • Member Avatar for Dani
    Dani

    Began Watching Benefits of <h1> tag

    How can we use <h1> tag in on-page seo? And what is the benefits of <h1> tag ???
  • Member Avatar for Dani
    Dani

    Replied To a Post in Benefits of <h1> tag

    It's for headers. Use it for article titles at the top of a page. 'Nuf said.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Yes, Now I Realize - Please Assist

    Did you try phorce's suggestion to print out the error message, if there is one?
  • Member Avatar for Dani
    Dani

    Edited class variable scope

    class MemberCounter: members = 0 def init(self): MemberCounter.members += 1 # m1 = MemberCounter() # m1.init() # MemberCounter.members -> 1 # m2 = MemberCounter() # m2.init() # MemberCounter.members -> 2 …
  • Member Avatar for Dani
    Dani

    Began Watching DaniWeb email accounts

    Is it possible to get <myname>.daniweb account?
  • Member Avatar for Dani
    Dani

    Replied To a Post in DaniWeb email accounts

    This isn't something I would plan on doing in the near future. We currently outsource our own email and I just use Microsoft Hosted Exchange which I pay for per …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Link underline

    OK, working links in code snippets are now only underlined when you hover over them and broken links in code snippets are crossed out when you hover over them. The …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    Yay!
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    Yes, except for the fact your email client added quote characters in front of each line and you left them, so that screwed up the formatting a bit.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Reply via email

    LOL you tripped me up there for a second posting in a different thread!! :)
  • Member Avatar for Dani
    Dani

    Began Watching Hello all

    I am new here, I am a vb developer for 20 yraes but love to lern more.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hello all

    Hi and welcome!! :)
  • Member Avatar for Dani
    Dani

    Began Watching searching and comparing a record

    I am still at beginner stage in c++ and I am always curious about good/best coding method. let's say I have a program which allows a users to edit the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in searching and comparing a record

    Accidental duplicates removed. :)
  • Member Avatar for Dani
    Dani

    Created Reply via email

    OK ... spent all last night squashing bugs ... now it's here for prime time!! Please go into your member profile and select the option to receive mailing list-style notifications. …
  • Member Avatar for Dani
    Dani

    Began Watching Reply via email

    OK ... spent all last night squashing bugs ... now it's here for prime time!! Please go into your member profile and select the option to receive mailing list-style notifications. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Would you like to live for 1000 years?

    LOL :)
  • Member Avatar for Dani
    Dani

    Replied To a Post in Yes, Now I Realize - Please Assist

    Hmm, looks right at a quick glance. Nothing staring me in the face. Are you definitely sure that it's the right table and the table is populated?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Would you like to live for 1000 years?

    I was just reminded that half of SG1 episodes were rescripted Star Trek episodes.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Parse error: syntax error, unexpected

    The error message says that something in the file variklis.php is trying to access the duomenubaze class, so we want to see what the contents of variklis.php are.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Would you like to live for 1000 years?

    Ah, well there you go. I never really got into Atlantis. SG1 jumped the shark for me when MacGyver was frozen.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Bad Grammar

    Rev Jim asked me to write a sentence which contains the consecutive words 'and and and and and'. And there you go.
  • Member Avatar for Dani
    Dani

    Began Watching Parse error: syntax error, unexpected

    hello I a. php that gives me an error can someone help me thank you Error : Parse error: syntax error, unexpected T_STRING in /home/dancr/public_html/movies/variklis.php on line 1 ` <?php …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Parse error: syntax error, unexpected

    Did you make the suggested change and write class duomenubaze { ... On the first line?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Yes, Now I Realize - Please Assist

    Glad that you got it working and that you find DaniWeb so useful :) Good luck!

The End.