Jump to content

lordshoa

Members
  • Posts

    84
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

lordshoa's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. ioncube and zend encrypt but there are many programs that do it high priced and low prices some easy to reverse and some hard but if someone wants the code it can be reversed in the end maybe not today but maybe tomorrow.
  2. Not sure what your posting with $_POST does it = anything ? $_SESSION[iD]=".$_POST."; $_SESSION[iD]=".$_POST[iD].";
  3. Sorry I didnot realise you wanted to do it every day thougth it was a one off. I do the same thing everyday with a csv file and it take sabout 15 mins to do 30,000 request import and update. I guess its how good your server is if its a small server with low resources then it will take longer than a higher powered high resource machine. Maybe its not the code its the server ? maybe try and put a pause in if it errors out or change the php.ini setting to allow persistant connections allow more than 30 queries a second
  4. sqlyog or bigdump or split the file up to a smaller sql size
  5. I cannot really see anything wrong with it. But you send them to action="php/processor.php" so you need to redirect them with the header after processor.php? or post to the same page as form or use sessions ?
  6. Its ok I have cracked it myself I added a post var that was not needed.
  7. I figured it out was messing about and it needed the s modifier. Can more than one modifier be used at a time ? Thanks for your help
  8. Then do not help that is your choice but do not post rubbish in my thread
  9. The problem is I do not want to post the url because I do not want them to find out and i cannot modify the posts after becuase they are not allowed to be changed, So are left for everyone to view.
  10. Looks like I am all alone on this one Ok I got the page sort of working now but I am missing the values for the cookies they are not being set. Any Ideas why they are not getting set ? They are being posted ??? < HTTP/1.1 100 Continue < HTTP/1.1 200 OK < Date: Thu, 19 Jul 2012 16:07:21 GMT < Server: Microsoft-IIS/6.0 < P3P: CP="CAO OUR" < SRV: 30 < X-Powered-By: ASP.NET < X-AspNet-Version: 4.0 * Added cookie Culture_12="en-GB" for domain example.com, path /, expire 1343232441 < Set-Cookie: Culture_12=en-GB; expires=Wed, 25-Jul-2012 16:07:21 GMT; path=/ * Added cookie CustomID="" for domain example.com, path /, expire 1345392441 < Set-Cookie: CustomID=; expires=Sun, 19-Aug-2012 16:07:21 GMT; path=/ * Added cookie UserLogin="" for domain example.com, path /, expire 1345392441 < Set-Cookie: UserLogin=; expires=Sun, 19-Aug-2012 16:07:21 GMT; path=/ < Cache-Control: private < Content-Type: text/html; charset=utf-8 < Content-Length: 18492
  11. Sorry I am thiking the wrong way I am thinking your trying to make thumbs but your making bigger or smaller images
  12. I was looking at this at first what your saying is your max width is 570 but lets say the image is 600 x 200 so 600/200 = 3 x 570 = 1710 = $file_height_new Would this be a problem. $file_height_new = ($height/$width) * $max_width;
  13. Yes I was wrong I was not looking at it properly
  14. Your index.php vars in quotes how will is be included ? var has quotes arround include("$p_page.php"); but should be var without include($p_page.".php"); include($pageWeb,".php");
×
×
  • 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.