Exhausted max memory use

Status
Not open for further replies.

dog2pup2

New Member
Messages
3
Reaction score
0
Points
1
I am trying to make a link shortener, and I'm using prepared satements with mysqli. I'm using
PHP:
$stmt->bind_result($u);
but because of that I'm exceeding my max memory use and I don't understand why.
 

lylex10h

Active Member
Messages
982
Reaction score
71
Points
28
Because you violate TOS.

https://x10hosting.com/legal/terms-of-service
...
Prohibited Scripts
Space provided by x10Hosting is to be used to create a functional website, we do not allow bots, content scrapers, or any other script that runs continuously on your account. Any scripts that are executed via cron or manually must be directly related to your website. The below scripts and types of scripts are also prohibited on our free hosting service:

  • Clickbait, 'locker', or 'paywall' scripts without prior approval.
  • URL shortener services.
 

dog2pup2

New Member
Messages
3
Reaction score
0
Points
1
Because you violate TOS.

https://x10hosting.com/legal/terms-of-service
...
Prohibited Scripts
Space provided by x10Hosting is to be used to create a functional website, we do not allow bots, content scrapers, or any other script that runs continuously on your account. Any scripts that are executed via cron or manually must be directly related to your website. The below scripts and types of scripts are also prohibited on our free hosting service:

  • Clickbait, 'locker', or 'paywall' scripts without prior approval.
  • URL shortener services.
Oh. Didn't realize that URL shorteners are against the terms of service. I'll remove it right away.
 
Status
Not open for further replies.
Top