Jump to content

bemoi

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

bemoi's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi All, I've been threw ALOT in the web business but now im totally lost, hope sum1 can lend me a hand in here. the situation is: i'm developing a website using joomla, in that website there'll be a block which contains the "Stock's Share Price" for the company. the thing is, it's an egyptian company, so yahoo finance doesnt have its info on it, so the only way to make the share price live updated on my website is to screen scrape the original page to mine original page: https://www.arabfinance.com/MarketStatistics/Quotes.aspx?Id=1725 so, any way to extract the " Last Price - Net Change - % Change - Volume - Currency " Date To Another HTML File???
  2. Hi All, Im Not A PhP Coder Myself But I Use Ready Made Codes To Make My Online Projects, SO, I Used An E-mail form for quite sometime wich was going so well until i recived that email from the guy that hosts the server the email goes like this >> There is a major security flaw in the code used in the contact  >> form on Zarzora.com. The code allows spammers to send Spam email >> from the form which will appear to targeted users as Spam  >> originating from Zarzora and its IP. The exploit was discovered  >> and used extensively which led to the IP address being banned by a  >> number of major networks. Since Zarzora is assigned a shared IP  >> address, all my other clients sharing the same IP were banned as  >> well.>>>> I had to suspend the site right away to stop spammers exploiting  >> this vulnerability. Unfortunately this action will also disable  >> critical services such as email. Please advise your web master to  >> fix this issue as fast as possible and review the rest of the site  >> for other potential problems and send me the fixed pages for upload. >>>> I will be moving you to a separate IP of your own. >>>> A.B. i used a very simple code to make my email form which is [code] <? $today = date("M d, Y"); $recipient = "ask@zarzora.com"; $subject = "Comments From Zarzora"; $forminfo = "Name: $name\n E-mail: $email\n Comments: $comments\n Form Submitted: $today\n\n"; $formsend = mail("$recipient", "$subject", "$forminfo", "From: $email\r\nReply-to:$email"); ?> [/code] so what caused that problem, or is he just saying so?? Advice needed please
×
×
  • 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.