Hello Guest
No Avatar
Sign In to Remove
Posts: 
400
Reputation: 
20
Posted: May 16, 2011, 8:11 AM  -- Last Edit: May 16, 2011, 8:54 AM by MLM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
Add BEHEMOTH files to your threads with this tutorial!

Most servers/ hosts do not allow to upload files past 8mb sometimes 10mb. In this tut I will be showing you how to upload huge files usually up 2gb since that is the ftp limit on most setups. This tut also can also make attachments with files not passing the security checks.

<3 Nerve, Sk8, Labradoodle, Austin
Posts: 
3
Reputation: 
0
Posted: August 9, 2011, 1:49 AM
  • Group: Member
I followed your vid on uploading large files but I get this   SELECT * FROM `smf_attachments` WHERE 1
 
1 I posted the topic
2 changed the file name with 40 dig hash
3 went to php attachment insert new table
4 added id-msg num.
5 added file name
6 added file hash
7 added file ext
8 added file size   
9 press go
 
Then it went to next page the top  box has a green check mark beside it it says no change
the botton box is the run SQL qurey/queries on database smf
thats where I got this SELECT * FROM `smf_attachments` WHERE 1[/color


 
Posts: 
400
Reputation: 
20
Posted: August 9, 2011, 2:06 AM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
I followed your vid on uploading large files but I get this   SELECT * FROM `smf_attachments` WHERE 1
 
1 I posted the topic
2 changed the file name with 40 dig hash
3 went to php attachment insert new table
4 added id-msg num.
5 added file name
6 added file hash
7 added file ext
8 added file size   
9 press go
 
Then it went to next page the top  box has a green check mark beside it it says no change
the botton box is the run SQL qurey/queries on database smf
thats where I got this SELECT * FROM `smf_attachments` WHERE 1[/color

The file also needs the id_attach to the front of it when you add it to your attachments directory. You get the id_attach after you make the row in the database. It is the one that I said auto-incremented
So it would look like for example:
Code: [Select]
16_o5rknv07awhlbow2mtcaf9zv24gzes7bac33ljhj
Also you are just inserting a row into the attachments table right? You are inserting a row not a table.


Also make sure you are pressing the right Go button. Its the one right underneath the block you were filling out. NOT the ones below that where the ignore stuff is...

Please respond with results or further details and images on the issue.
<3 Nerve, Sk8, Labradoodle, Austin
Posts: 
3
Reputation: 
0
Posted: August 9, 2011, 3:20 AM
  • Group: Member

It didn't add a row or auto-incremented The id_attach After I clicked the  Go button

It didn't add the row in the database.So it didn't give Me the id_attach
Yes inserting a row not a table.
Yes right Go button Its the one right underneath the block i was filling out.
Can't attach images not  Allowed
Posts: 
400
Reputation: 
20
Posted: August 9, 2011, 5:40 AM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
It didn't add a row or auto-incremented The id_attach After I clicked the  Go button

It didn't add the row in the database.So it didn't give Me the id_attach
Yes inserting a row not a table.
Yes right Go button Its the one right underneath the block i was filling out.
Can't attach images not  Allowed

You can post images by using the [img] tags.
<3 Nerve, Sk8, Labradoodle, Austin
Posts: 
3
Reputation: 
0
Posted: September 13, 2011, 5:23 AM  -- Last Edit: December 10, 2011, 9:18 AM by MLM
  • Group: Member
Ok  Im back Had A Hart Thing To Deal With  Ok This Is What I got
image removed
After I clicked Go It Went Here
image removed

It Dont add a row or auto-incremented The id_attach After I clicked the  Go button


Thanks MLM
Posts: 
400
Reputation: 
20
Posted: September 13, 2011, 5:30 AM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
It Dont add a row or auto-incremented The id_attach After I clicked the  Go button

Thanks MLM

There has to be something wrong with your mysql or something. I have no clue. Contact your host.
<3 Nerve, Sk8, Labradoodle, Austin
anything