![]() |
Great. I updated the code.
Am I right in what I mentioned above? "I am gussing that if the code finds any of these private IPs, it will just use the reported proxy IP like it did not find anything. (Thus we can choose to block the proxy if need be.)" |
Quote:
The hack code has been updated to include this [optional] change. |
Thanks for the help in this. It should help.
|
i got this when i tried to run the SQL query
PHP Code:
why??? can you help? |
ALTER TABLE post ADD proxyip VARCHAR(50) not null AFTER ipaddress;
You forgot to add the semi-colon to the end of the query statement which closes the statement and tells MySQL to execute the statement. |
Quote:
i did add it : just like this Step 1. Run the following SQL code; ALTER TABLE post ADD proxyip VARCHAR(50) not null AFTER ipaddress; |
Quote:
people, you are both wrong see the error MySQL is telling you #1146 - Table 'smoralo_forum.post' doesn't exist the korrect query becomes Code:
ALTER TABLE smoralo_forum_post ADD proxyip VARCHAR(50) NOT NULL AFTER ipaddress; |
Do you have a table called post? Are you running the query within vBulletin or phpMyAdmin? You can manually add the proxyip field manually within the post table using phpMyAdmin.
|
Quote:
SQL-query: ALTER TABLE smoralo_forum_post ADD proxyip VARCHAR( 50 ) NOT NULL AFTER ipaddress MySQL said: #1146 - Table 'smoralo_forum.smoralo_forum_post' doesn't exist |
Quote:
theres a smora_post and smora_forum. wich one do i need to do it in? all my tables are smora_something. |
All times are GMT. The time now is 03:04 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|